Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Most of the email spam I get is:

by jaldhar (Vicar)
on Jan 04, 2005 at 20:08 UTC ( [id://419390]=note: print w/replies, xml ) Need Help??


in reply to Most of the email spam I get is:

Not really perl-related but the best way of stopping spam is at the MTA level with RBLs (Runtime Black Lists.) These are lists of the IP addresses of confirmed spammers and other machines which should not be sending mail such as open relays, home machines, etc. Some RBLs are rather trigger-happy and add blacklist legitimate users sometimes but the following, which I use with postfix, are considered pretty reputable:

  • bl.spamcop.net
  • dnsbl.sorbs.net
  • list.dsbl.org
  • cbl.abuseat.org
  • dnsbl.njabl.org
  • sbl-xbl.spamhaus.org
  • relays.ordb.org
  • rhsbl.sorbs.net
For the first six months I used RBLs, I kept copies of rejected mail just to make sure I wasn't bouncing legitimate mail but I didn't have one false positive. However there is a small chance this could happen. But to me that risk is worth it for the dramatic reduction in spam. For spam that manages to evade the RBLs, the combination of spamassassin (with regular updates of the rulesets), clamav, and some procmail recipes provide a secondary line of defense.

I used to get 200-300 spam messages a day. Now thanks to these methods, I get 1 or 2.

--
જલધર

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://419390]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-19 00:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found