John Rudd wrote:
if($Subject =~ m/\b(sex|microsoft|Watch)\b/ ) { return action_bounce("bad subject"); }However, as others have pointed out, it's not generally a good idea. Spammers change their subjects often enough that you'll have trouble keeping up. Plus, you'll be very prone to false-positives.
Agreed. One might say, "Watch out for false positives." -- Kelson Vibber SpeedGate Communications <www.speed.net> _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

