Basically, I think that a lot of the features that spammers use to defeat simple keyword filters can themselves be recognised by something a little smarter, like a Perl script.
I kind of like SpamCop, but it has issues with my current mail provider, and doesn't quite do what I want in terms of filtering.
So, I want to write some of my own, to "detect" based on the incoming mail, and to handle the "challange" to see if a live person is on the other end. All in Perl, on a Linux box.
So, besides any pointers from those who have already done something like this, I have a semi-of-topic request: point me in the right direction for good info on this kind of Linux server setup? Specifically, how to properly run the mail server (web server, etc.) and the firewall on the same physical box. And, make this a killer Perl machine in general :)
So this isn't totally OT, let me list some of the filter ideas that relate to regular expressions. On newsgroups, I see words that separate each letter with a non-letter mark, like "g.e.t. r.i.c.h!". Kills keyword filters, but easy to spot in and of itself, with real matching logic (i.e. Perl). Likewise, eliminating duplicate subject strings by adding a serial number, they always use a bunch of spaces (to scroll it off small screens?), and that's trivial to spot. Anything with more !'s than words can bite the dust, since I probably wouldn't want to read it even if it wasn't spam.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Email filtering
by gav^ (Curate) on Apr 15, 2002 at 20:11 UTC | |
by perrin (Chancellor) on Apr 15, 2002 at 20:34 UTC | |
|
Re: Email filtering
by stephen (Priest) on Apr 15, 2002 at 20:33 UTC | |
|
Re: Email filtering
by hossman (Prior) on Apr 16, 2002 at 06:47 UTC | |
|
Re: Email filtering
by scottstef (Curate) on Apr 15, 2002 at 21:22 UTC | |
by John M. Dlugosz (Monsignor) on Apr 25, 2002 at 21:56 UTC | |
|
Re: Email filtering
by moodster (Hermit) on Apr 16, 2002 at 09:40 UTC | |
by John M. Dlugosz (Monsignor) on Apr 25, 2002 at 22:00 UTC | |
|
Re: Email filtering
by talexb (Chancellor) on Apr 16, 2002 at 13:50 UTC | |
by hossman (Prior) on Apr 16, 2002 at 17:32 UTC |