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