Archive for February, 2010

Combining Thunderbird with SpamAssassin

Friday, February 12th, 2010

For anyone who gets lots of spam mail, I typically recommend that their anti-spam management plan must consist of a multi-stage process. A common open source solution to that (and the one that I use personally) is a server-based SpamAssassin (SA) front end, followed by a client-based bayes filter, in ...

My uber-cautious checkin procedure

Wednesday, February 10th, 2010

Since I see that checkin errors are fairly common, and a poorly controlled source of potential issues in Mozilla code, I developed my own written process that I follow whenever I do checkins. It's probably over cautious, with a practice checkin locally before I do the real thing, but here ...

Toward mailnews Exchange Web Services support: SOAP calls

Monday, February 1st, 2010

I've embarked on an effort to investigate adding support for Exchange server to the mailnews code. Although Exchange in Windows has traditionally used port 135-based protocols, my understanding is that the future for them is SOAP-based Exchange Web Services (EWS). As a first step, I wanted to get a basic ...