Re: [exim] Re: Skip ACL action on specific mail address

Pàgina inicial
Delete this message
Reply to this message
Autor: Matthew Byng-Maddick
Data:  
A: exim-users
Assumpte: Re: [exim] Re: Skip ACL action on specific mail address
On Tue, Jan 03, 2006 at 09:45:44AM +0100, Jakob Hirsch wrote:
> Michael Ben-Nes wrote:
> > is this posible then ?
> > ${if and
> > {{>{$spam_score_int}{45}{1}{0}}{!eq{$return_path}{spam-box@???}}}
> Yes, but it's not nice, visually and technically. The message does not
> have to be scanned if the sender is spam-box@...
> Better do:
>   message         = This message scored $spam_score spam points.
>   ! senders = spam-box@???
>   spam            = nobody:true
>   condition       = ${if >{$spam_score_int}{45}{1}{0}}


Yeah, the first rule of exim is "avoid string expansions" where necessary.

Cheers

MBM

-- 
Matthew Byng-Maddick          <mbm@???>           http://colondot.net/
                      (Please use this address to reply)