diff options
author | Tom Kistner <tom@duncanthrax.net> | 2005-05-25 20:33:28 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2005-05-25 20:33:28 +0000 |
commit | 7d50add39dc49d96962759c4376004cd2280ebe6 (patch) | |
tree | de73a79cd73338ca6346d05e6176c2520175c7c8 /doc | |
parent | c206415fdbb29ff2ed8fe1036f3876173a7ccd3d (diff) |
4.52 TK/01
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/NewStuff | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 143fb6cb0..7a5bf4f15 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.46 2005/05/25 09:58:16 fanf2 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.47 2005/05/25 20:33:28 tom Exp $ New Features in Exim -------------------- @@ -235,6 +235,18 @@ TF/04 There is a new ratelimit ACL condition which can be used to measure cdb {DB/ratelimits.cdb} \ {$value} {RATELIMIT} } +TK/01 Added an 'spf' lookup type that will return an SPF result for a given + email address (the key) and an IP address (the database): + + ${lookup {tom@duncanthrax.net} spf{217.115.139.137}} + + The lookup will return the same result strings as they can appear in + $spf_result (pass,fail,softfail,neutral,none,err_perm,err_temp). The + lookup is armored in EXPERIMENTAL_SPF. Currently, only IPv4 addresses + are supported. + + Patch submitted by Chris Webb <chris@arachsys.com>. + Version 4.51 ------------ |