diff options
author | Phil Pennock <pdp@exim.org> | 2010-06-06 01:35:41 +0000 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-06-06 01:35:41 +0000 |
commit | 7d9f747b5ef80d2c1126f3aff933346360d2be79 (patch) | |
tree | fc34217d1567640e5d11f51d1926f15f57d81376 /doc/doc-txt/NewStuff | |
parent | ed7f7860402395aedcb9e9c0cbade291c675a12f (diff) |
Light documentation dusting from patch provided by John Horne.
Fixes: #922
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index a8606870c..fb7e9528c 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.170 2010/06/06 00:27:52 pdp Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.171 2010/06/06 01:35:41 pdp Exp $ New Features in Exim -------------------- @@ -106,7 +106,7 @@ Version 4.70 / 4.71 2. Experimental DCC support via dccifd (contributed by Wolfgang Breyha). 3. There is now a bool{} expansion condition which maps certain strings to - true/false condition values (most likely of use in conjuction with the + true/false condition values (most likely of use in conjunction with the and{} expansion operator). 4. The $spam_score, $spam_bar and $spam_report variables are now available @@ -130,6 +130,12 @@ Version 4.70 / 4.71 9. The transport_filter_timeout option now applies to SMTP transports too. +Version 4.69 +------------ + + 1. Preliminary DKIM support in Experimental. + + Version 4.68 ------------ |