X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FNewStuff;h=15722e114d96d3605a3329865bc6f924547cb395;hb=48155ab3b10f5357609b083ec83d70bd544a5783;hp=df7055a369113bca34072c37cf1c67a082cdf8ad;hpb=d4fd1b83a197d73cbac114fe53f3448d8b5c7cc2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index df7055a36..15722e114 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -15,6 +15,16 @@ Version 4.91 2. DANE is now supported under GnuTLS version 3.0.0 or later (adding to the previous OpenSSL implementation, but still Experimental). + 3. Feature macros for the compiled-in set of malware scanner interfaces. + + 4. SPF support is promoted from Experimental to mainline status. The template + src/EDITME makefile does not enable its inclusion. + + 5 Logging control for DKIM verification. The existing DKIM log line is + controlled by a "dkim_verbose" selector which is _not_ enabled by default. + A new tag "DKIM=" is added to <= lines by default, controlled by + a "dkim" log_selector. + Version 4.90 ------------