Lisa Casey wrote:
Hi Folks,
I'ld also like to drop, bounce, whatever mail that has certain words in the subject, such as rolex, penis, viagra, etc.
I know I can do the above with MIMEDefang/Spamassassin, but I'll be darned if I can figure out how. And the more I try to figure it out, it seems, the more confused I am getting.
Hi,
I don't use mimedefang and SA will never drop messages by itself, so this is really a mimedefang mailing list question.
How ever, a quick look at the mimedefang page tells me you want to do something like
if($hits > 15) return action_discard();
or something similar after calling the spamassassin check routine.
Regards,
Rick