RE: [Exim] Problem with and condition in ACL

Página Inicial
Delete this message
Reply to this message
Autor: Rick Cooper
Data:  
Para: exim-users
Assunto: RE: [Exim] Problem with and condition in ACL
You have the def: wrong
try the following

deny condition = ${if and{{def:h_message-id:} \
                             {match{$h_x-mailscanner:}{Found to be clean}}}
\
                             {true}{false}}
        log_message = X-MailScanner header with no Message-ID. Probably \
                      W32.Sobig.F


> -----Original Message-----
> From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
> Behalf Of Tabor J. Wells
> Sent: Tuesday, August 19, 2003 2:00 PM
> To: exim-users@???
> Subject: [Exim] Problem with and condition in ACL
>
>
> I'm trying to write a DATA ACL which will reject mail that contains no
> Message-ID header but has "X-MailScanner: Found to be clean" in order to
> deal with W32.Sobig.F.
>
> deny    condition = ${if and{{def:h_message-id:{false}{true}} \
>                              {match{$h_x-mailscanner:}{Found to
> be clean}}} \
>                              {true}{false}}
>         log_message = X-MailScanner header with no Message-ID. Probably \
>                       W32.Sobig.F

>
> However this results in a "temporarily rejected after DATA:
> failed to expand
> ACL string "${if and{{def:h_message-id:{false}{true}}
> {match{$h_x-mailscanner:}{Found to be clean}}} {true}{false}}":
> missing } at
> end of condition inside "and" group" error when I test it.
>
> I've stared at this for quite a while and I'm just not seeing the mistake.
> What am I missing?
>
> Thanks,
>
> Tabor
>
> --
> --------------------------------------------------------------------
> Tabor J. Wells                                     twells@???
> Fsck It!                 Just another victim of the ambient morality

>
> --
>
> ## List details at
> http://www.exim.org/mailman/listinfo/exim-users Exim details at

http://www.exim.org/ ##


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.