Re: [exim] ACL problem in 4.64

Top Pagina
Delete this message
Reply to this message
Auteur: Graeme Fowler
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] ACL problem in 4.64
On 21/12/2006 08:11, Nicklas Hardman wrote:
> I need help with the following
> After upgrading to 4.64 i get
>
> "temporarily rejected after DATA: failed to expand ACL string "${if or
> {{eq {$sender_address_domain}{hb.se}} {>={$message_size}{100k}}}
> {0}{1}}": integer expected but "" found inside "or{...}" condition"
>
> I have this in SA ACL as:
>
> warn  message   = X-Spam-Score: $spam_score ($spam_bar)
>         condition = ${if or {{eq {$sender_address_domain}{hb.se}}
> {>={$message_size}{100k}}} {0}{1}}
>         spam      = nobody:true
>         hosts     = ! +relay_from_hosts


Try removing the spaces from between the "} {" braces. I *think* that
might be your problem, but not being that well versed with the code I
can't work out why it might be.

Graeme