someone placed my email to a weird list and i get 100s of messages each day.
I want to block the word "Unsubscribe" in all body emails address to me@example.com
To:me@example.com error:550 5.1.1 User unknown
Works perfectly but i want to receive other email so i want to create some sort of condition
if sent to me@example.com
CONDITION Body contains "Unsubscribe"
Then: error:550 5.1.1 User unknown
access.db gives me too many errosr to go that way and spent too much time on it.
Any tips? spamassassin is intalled but i could not find any note on condition, sent to, and send reject 501 ref https://svn.apache.org/repos/asf/spamassassin/branches/3.4/INSTALL
thank you