So, I installed SpamAssassin. It's been only a few hours, and I love it already. Unfortunately one of the things I'd hope it would catch, it doesn't--the klez worm and its kindred. I've no complaints about that, though, as it never claimed it did, and what it does it does really well.
Since I still want Klez dead, that means Plan B. In this case, MIMEDefang from Roaring Penguin. That's fine, except it wants Sendmail 8.12.x, while I'm running a RedHat build of 8.11.x. (Which I manage, no less, through the mailconf portion of linuxconf) There are many things I like doing, but rebuilding sendmail is not one of them. Every time I do, something gets screwed up, probably because I insist on using a custom config setup with a tool that hates custom configs. (I keep my mailing list aliases in a separate aliases file, though given how often they change there's little point these days)
Of course, I'm also running a 2.2.something linux kernel, with an older glibc, so I have no doubt that when I go to build the new sendmail I'll find a dozen other upgrades needed, and each of those will will want a dozen upgrades more...
It's times like this I really miss the VMS "stable API with backwards compatibility" mindset.
procmail the bastard (Score:2)
--Nat
Re:procmail the bastard (Score:1)
Klez rule's in (Score:1)
rawbody CONTENT_ID
describe CONTENT_ID Content-id in the body usually means Klez
score CONTENT_ID 5.6
looks to be a winner.
qpsmtpd (Score:2)
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Re:qpsmtpd (Score:1)
Viruses (Score:2)
Heuristically detecting viruses is a bitch of a problem. Well not exactly a bitch, it's actually far easier than detecting spam because you can determine that something is trying to do something malicious (even in PE code) (I had a talk abou
Re:Viruses (Score:1)
Still, can't complain--it works as advertised, and rather well at that. And thanks to Nat, I managed to abuse it into doing things it didn't advertise, so I'm happy. It's on my permanent list 'o cool system uti
Re:Viruses (Score:2)
Hey don't say that! If it wasn't for microsoft and their great security I wouldn't have a job
I'd give you the key to detecting all Klez variants if I knew exactly what it was myself, but I can't grok our AV guy's code. It's something to do with disassembling the PE code (Win32 binary) and detecting it based on the lack of the CompanyName header in there. Or something like that.
Also of interest may be OpenA [openantivirus.org]
Re:Viruses (Score:1)
I threw a rule with a weight of 5.6 in my SpamAssassin config files for messages with a Content-ID: header in the body. Rumor has it that it's not a 100% guarantee, but it's working as a filter trigger for me.