Auteur: Karl Dyson Date: À: Jeremy Davila CC: Exim-users Sujet: Re: [exim] Redirecting Spam
On Tue, Apr 21, 2009 at 20:51, Jeremy Davila <JDavila@???> wrote: > How can I redirect emails that are tagged as Spam to another MailBox as a
> Quaratine .?
>
> Thank you all in advance.
I do that, but for virus detection. I set a header in an ACL, and then
have a router that re-directs to another mailbox based on the
existence of the header.
quarantine_notify:
driver = autoreply
to = $local_part@$domain
from = quarantine@???
text = A mail has been quarantined inbound to you.\n\nMalware:
$h_x-malware:\nFrom: $h_from\nTo: $h_to\n
subject = [--QUARANTINED--][$h_subject:]
cc = some.other.addr@???