tom 2005/05/25 21:33:28 BST
Modified files:
exim-doc/doc-txt NewStuff
Log:
4.52 TK/01
Revision Changes Path
1.47 +12 -0 exim/exim-doc/doc-txt/NewStuff
Index: NewStuff
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/NewStuff,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- NewStuff 25 May 2005 09:58:16 -0000 1.46
+++ NewStuff 25 May 2005 20:33:28 -0000 1.47
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.46 2005/05/25 09:58:16 fanf2 Exp $
+$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.47 2005/05/25 20:33:28 tom Exp $
New Features in Exim
--------------------
@@ -234,6 +234,18 @@
ratelimit = ${lookup {$sender_host_address} \
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@???} 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@???>.
Version 4.51