Here's a patch to fix number 1. Number 2 is fixed in 0.8.6. And the exim config generated when greylistd is installed seems OK.

Dave
--- /usr/share/doc/greylistd/examples/exim4-acl-example.txt	2007-12-02 08:51:51.000000000 -0700
+++ exim4-acl-example.txt	2008-01-26 19:56:56.000000000 -0700
@@ -68,8 +68,8 @@
 
     condition   = ${if eq {grey}\
                           {${readsocket{/var/run/greylistd/socket}\
-                                       {${mask:$sender_host_address/24}\
-                                        $sender_address\
+                                       {${mask:$sender_host_address/24} \
+                                        $sender_address \
                                         [EMAIL PROTECTED]
                                        {5s}{}{}}}\
                     {true}{false}}

Reply via email to