nilson lee wrote: > Hi all, > > I have receive a lot of spam mail with contents VIAGRA > <http://ottosea.com/>, CIALIS <http://ottosea.com/>, how can i add my > definition to filter the email contents contain these words, thanks.
You'd want to write your own rules to help fight those emails. Something (in simplified form) like this: body your_rule_drug_1a /viagra/i describe your_rule_drug_1a Pill ad word score your_rule_drug_1a 6.0 As an example. Writing your own rules can be rather difficult (especially when trying to match words they change every day). I would suggest heading over to Rules Emporium (google it), and Spamassassin's website for some more info. I also have some rules on my site (http://jakev.com/qmail). Some are an old set I used, and there's one that is a direct link to my personal custom file, which I update from time to time. If you get emails from "The Doctor", I've got those scoring as high as 67 points now. I keep an account (I run about 2 dozen domains) or two that are specifically for spam, so I can write rules for the stuff. --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
