-
Notifications
You must be signed in to change notification settings - Fork 179
SpamFiltering
LenaKiev edited this page Dec 1, 2012
·
11 revisions
This is a collection of tips and tricks to get rid of spam. Please describe your trick as fully as possible. If you have any information about false positive risk please make that clear as well.
- ACL HELO Tricks
- Sender/Recipient Verification
- Blocking with Blacklists
- Delay SMTP transactions
- Rcpt ACL
- Data ACL
- A package of checks
- Simple Greylisting with Exim
- Grey Listing Mini Tutorial
- E-Z Grey Listing Without A Database (using Perl)
- Greylisting without a database and without Perl: using ${dlfunc and using ${run
- Heiko Schlitterman's implementation
- Jakob Hirsch's Simple Greylisting with SQLite
- greylisting daemon using SQLite
- Greylisting using MySQL and stored procedures
- More implementations at Spam Links
(Remember when searching for further implementations that some use "grey" and others "gray" in their descrciptions).