diff options
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index bf8141351..a8b2dfa12 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -80,6 +80,8 @@ JH/09 Add $headers_added variable, with content from use of ACL modifier JH/10 Add 8bitmime log_selector, for 8bitmime status on the received line. Pulled from Bugzilla 817 by Wolfgang Breyha. +JH/11 Add $router_name and $transport_name variables. Bugzilla 308. + PP/11 SECURITY: protect DKIM DNS decoding from remote exploit. CVE-2012-5671 diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 974ebebed..cf4014843 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -120,8 +120,15 @@ Version 4.82 15. New 8bitmime status logging option for received messages. Log field "M8S". + 16. New authenticated_sender logging option, adding to log field "A". +17. New expansion variables $router_name and $transport_name. Useful + particularly for debug_print as -bt commandline option does not + require privilege whereas -d does. As a side-effect the router accepting + for verification is visible in ACLs. + + Version 4.80 ------------ |