Re: [exim] condition problem

Inizio della pagina
Delete this message
Reply to this message
Autore: Jakob Hirsch
Data:  
To: Vahric MUHTARYAN
CC: exim-users
Oggetto: Re: [exim] condition problem
Vahric MUHTARYAN wrote:

>    warn    spam      = nobody:true
>            condition = ${if < {$message_size}{300K}}


should be

>    warn    condition = ${if < {$message_size}{300K}}
>            spam      = nobody:true


order matters for conditional keywords.