May 8th, 2002

Currently working on implementing sanifilter on everybody.org. I'm torn between using some perl code that has been working for delivery (necesitating the construction of a simple LMTP server) or doing some sort of virus-filter sandwich. Probably the first if I can find some quick SMTP server code to use.

Ahh... Yes... Net::SMTP::Server should do the job nicely.

I hacked some good stuff last night, found a bug in Anomy Sanitizer and cleaned up some warnings. I think that eventually I want to add callbacks to Net::SMTP::Server, but for now, it'll do. Scalablity will be an issue till I get the callback thing figured out.