Make ACL lookup not error out. Add special case for wort@lists.hcoop.net.
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Thu, 28 Aug 2008 03:17:11 +0000 (23:17 -0400)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Thu, 28 Aug 2008 03:17:11 +0000 (23:17 -0400)
conf.d/acl/30_exim4-config_check_rcpt
mailmandb-ext

index ee4ba0e..92385e7 100644 (file)
@@ -121,13 +121,15 @@ acl_check_rcpt:
     message = X-WhitelistedRCPT-nohdrfromcallback: Yes
     condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                           {def:domain} \
-                          ${lookup{$local_part@$domain}lsearch{MAILMAN_DB}}} \
+                          {eq {${lookup{$local_part@$domain}lsearch{MAILMAN_DB}}} \
+                              {true}}} \
                      {yes}{no}}
 
   accept
     condition = ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                           {def:domain} \
-                          ${lookup{$local_part@$domain}lsearch{MAILMAN_DB}}} \
+                          {eq {${lookup{$local_part@$domain}lsearch{MAILMAN_DB}}} \
+                              {true}}} \
                      {yes}{no}}
 
   # Verify senders listed in local_sender_callout with a callout.
index e69de29..61dcf44 100644 (file)
@@ -0,0 +1 @@
+wort@lists.hcoop.net: true