I'm trying to get sanitizer to scan using fprot. By itself
sanitizer works just fine:
# echo test | ./sanitizer.pl
testX-Sanitizer: This message has been sanitized!
X-Sanitizer-URL: http://mailtools.anomy.net/
X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.87 2004/05/07 17:42:12 bre Exp $
Asking it to use the built-in fprot scanning doesn't work too
well though:
# echo test | ./sanitizer.pl -fprotd
Can't locate object method "new" via package
"Anomy::Sanitizer::FProt" (perhaps you forgot to load
"Anomy::Sanitizer::FProt"?) at ./sanitizer.pl line 74.
The file is certainly there -- ./Anomy/Sanitizer/FProt.pm
I suspect, of course, that I'm doing something wrong.
&:-)