rpms/exim/devel exim-greylist.conf.inc,1.6,1.7

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Sun Nov 25 19:20:27 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/exim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26867

Modified Files:
	exim-greylist.conf.inc 
Log Message:
fix IPv6 resender handling


Index: exim-greylist.conf.inc
===================================================================
RCS file: /cvs/pkgs/rpms/exim/devel/exim-greylist.conf.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- exim-greylist.conf.inc	8 Feb 2007 10:31:24 -0000	1.6
+++ exim-greylist.conf.inc	25 Nov 2007 19:19:53 -0000	1.7
@@ -52,9 +52,9 @@
 
   # Secondly, there's _absolutely_ no point in greylisting mail from
   # hosts which are known to resend their mail. Just accept it.
-  accept hosts = sqlite;GREYDB SELECT host from resenders \
+  accept condition = ${lookup sqlite {GREYDB SELECT host from resenders \
 			       WHERE helo='${quote_sqlite:$sender_helo_name}' \
-			       AND host='$sender_host_address';
+			       AND host='$sender_host_address';} {1}}
 
   # Generate a hashed 'identity' for the mail, as described above.
   warn set acl_m_greyident = ${hash{20}{62}{$sender_address$recipients$h_message-id:}}




More information about the fedora-extras-commits mailing list