[SOLVED] Automatically Quarantine Specific Addresses

utkonos

Active Member
Apr 11, 2022
152
47
33
How can I automatically quarantine all email sent to a particular email address?

There are a set of specific email addresses that technically exist on the mail server, but are system accounts. The mail server responds with a bounce that delivery is not allowed to the address. Any email that is sent to these accounts is almost certainly malicious. I want to be able to collect the contents of these messages.
 
Just create a rule to send these emails to quarantine.
 
I made a Who object with a list of the addresses, each one is type "E-mail". I then created a rule with priority 100 on messages "In". It takes action "Quarantine" on that Who object "To".

1671056739265.png

This seems correct. Are there any glaring mistakes with this?