I finally scratched a minor itch of mine.
I really don't have sufficient access to a mail server to use fun things like Mail::Audit and Spam Assassin (or the time to figure out how to use them in my current situation).
However, I can take advantage of Mozilla's message filters. It ain't nuthin' fancy but it seems to be working.
Basically, I am reading my Spamfilter folder (for email that is probably spam and needs to be added to my rules file) and grabbing the From: line and ripping out that email address. I then add that into the rules.dat file for Mozilla.
Yeah, I know that is not the best way to do that.
I am currently moving spam that isn't caught into the Spamfilter folder by hand. I really need to had a rule that dumps an email there if it doesn't meet any of the rules so far.
Of course, that means I need to create a white list of rules and I haven't written a script to grab the list of addresses from the address book. I can't find much info for the binary format that Mozilla uses in its addressbook. I suppose I could dump it to an ldiff ( LDAP format IIRC ) and then parse it to create my white list. Maybe that will be tonight's (well...my "around 6pm" project).
In any case, I wrote that and am most of the way through coding up an interface to grabbing billing data from the db and drop it into an email so that it can eventually make it to our accounting books so we can hopefully get bill folks.
I suppose I can hit the hay and get a few hours sleep before the sun gets up.
Re:POP3 or SMTP
gizmo_mathboy on 2002-05-08T19:05:52
Damn! I missed that...guess I better find some time to play with the proxy.
Cool.