aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXIM
diff options
context:
space:
mode:
authorbwarsaw <>2004-04-05 14:01:18 +0000
committerbwarsaw <>2004-04-05 14:01:18 +0000
commitbef5fbeb2dd5b6d54f2ee20ae6bb8201a9964893 (patch)
treed9264238e3ca25b67a18d4887ddd65894796197e /README.EXIM
parent76d272d697b9ee9e0ee2727357f126c826e9150a (diff)
downloadmailman2-bef5fbeb2dd5b6d54f2ee20ae6bb8201a9964893.tar.gz
mailman2-bef5fbeb2dd5b6d54f2ee20ae6bb8201a9964893.tar.xz
mailman2-bef5fbeb2dd5b6d54f2ee20ae6bb8201a9964893.zip
Fix typo in SMTP callback session (given by Daniel Zeiss by way of Greg Ward).
Diffstat (limited to 'README.EXIM')
-rw-r--r--README.EXIM4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.EXIM b/README.EXIM
index 72e3eaa5..ba90050c 100644
--- a/README.EXIM
+++ b/README.EXIM
@@ -247,13 +247,13 @@ in your "RCPT TO" ACL:
# Accept bounces to lists even if callbacks or other checks would fail
warn message = X-WhitelistedRCPT-nohdrfromcallback: Yes
condition = \
- ${if and {{match{$local_part}{(.*)-bounces\+.*}}
+ ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
{exists {MAILMAN_HOME/lists/$1/config.pck}}} \
{yes}{no}}
{yes}{no}}
accept condition = \
- ${if and {{match{$local_part}{(.*)-bounces\+.*}}
+ ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
{exists {MAILMAN_HOME/lists/$1/config.pck}}} \
{yes}{no}}
{yes}{no}}