Re: [exim] condition problem

Góra strony
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
Dla: Vahric MUHTARYAN
CC: exim-users
Temat: 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.