[Exim] Mailman bounce checking

Startseite
Nachricht löschen
Nachricht beantworten
Autor: _Chris McKeever_
Datum:  
To: exim-users
Betreff: [Exim] Mailman bounce checking
I added the following code from the Mailman Distro to allow bounces, I
recieve the error:

Exim configuration error in line 332:
error in ACL: unknown ACL condition/modifier in "{exists
{/mail-data/mailman/lists/$1/config.pck}}} {yes}{no}}"

Is there some minor syntax error? thanks

placed at end of acl_check_rcpt:


# 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\+.*}}
                     {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                {yes}{no}}
                {yes}{no}}


  accept   condition    = \
           ${if and {{match{$local_part}{(.*)-bounces\+.*}}
                     {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                {yes}{no}}
                {yes}{no}}


# Now, check sender address with SMTP callback.
deny !verify = sender/callout=90s