Tony Finch wrote:
>> Use a fakereject control on the deny statement in our DATA ACL. 
>> Since I only want to save one copy of the message (nothing
>> per-user), I'm thinking my only option here is a system filter.
> 
> Or:
> 
> # router
>   spam:
>     driver = accept
>     condition = ${if >{$spam_score_int}{8} }
>     transport = spam
> 
> # transport
>   spam:
>     driver = appendfile
>     file = /var/spool/mail/spam
>     batch_max = 1000
>     use_bsmtp

Won't this fire for every address?  Can SA even learn from batch smtp.

- S

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to