summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-31 10:58:18 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-31 10:58:18 +0000
commit2a4be8f93bd41c49707fe5e6ce2d782b709b551c (patch)
tree3b0ad2daf521f0a31aca3f66aaeb04d799b7409e /doc/doc-txt/NewStuff
parent7d50add39dc49d96962759c4376004cd2280ebe6 (diff)
Add "fullpostmaster" to check <postmaster> without a domain, if the
domained version fails.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 7a5bf4f15..d0997d1f0 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.47 2005/05/25 20:33:28 tom Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.48 2005/05/31 10:58:18 ph10 Exp $
New Features in Exim
--------------------
@@ -247,6 +247,11 @@ TK/01 Added an 'spf' lookup type that will return an SPF result for a given
Patch submitted by Chris Webb <chris@arachsys.com>.
+PH/02 There's a new verify callout option, "fullpostmaster", which first acts
+ as "postmaster" and checks the recipient <postmaster@domain>. If that
+ fails, it tries just <postmaster>, without a domain, in accordance with
+ the specification in RFC 2821.
+
Version 4.51
------------