Exim Anti-spam ACL
Hi,I have a number of anti-spam rulesets in Exim (banning certain IPs, domain names etc.), but does anyone know if it's possible to deny a message based on its subject.
The sort of thing I want to say is:
deny message = clear off spammer
condition = subject contains viagra
It's that 'subject contains viagra' bit that I can't figure out.