From bef5fbeb2dd5b6d54f2ee20ae6bb8201a9964893 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Mon, 5 Apr 2004 14:01:18 +0000 Subject: Fix typo in SMTP callback session (given by Daniel Zeiss by way of Greg Ward). --- README.EXIM | 4 ++-- 1 file 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}} -- cgit v1.2.3