diff options
-rw-r--r-- | README.EXIM | 4 |
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}} |