http://mailtools.anomy.net/ They have a tool that you can use (with a seperate virus scanner) to clean viruses and dangerous html/etc from emails.
It's input-output based. IE if I do: cat /home/me/Maildir/cur/*emailIDhere* | /usr/local/anomy/bin/sanitizer.pl | more it outputs the email, with som headers added (sanitized/etc) and dangerous html/javascript and viruses removed (it moves virus attachments to a quarantine directory). Can I safely change my "Local mail delivery" from: | /usr/local/courier/bin/maildrop to: | /usr/local/anomy/bin/sanitizer.pl | /usr/local/courier/bin/maildrop Will this have any performance problems/etc? Would trying to harness this into the courierfilter stuff be a better idea, and if so, why? I'm running a 5 person mailserver, so if it's a performance problem as in if i get 50 messages a second it'll choke, that's fine. Thanks! --Bill _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
