Frank wrote: > Hi Gary,
> Gary V <lists <at> johnmecham.com> writes: >> On a stock Debian install spam and virus checks are disabled by >> default. Have you enabled them? If I recall, look in >> 15-content_filter_mode. > I have not enabled them but I think they were enabled by default: > use strict; > # You can modify this file to re-enable SPAM checking through spamassassin > # and to re-enable antivirus checking. > # > # Default antivirus checking mode > # Uncomment the two lines below to enable it back > # > [EMAIL PROTECTED] = ( > # \%bypass_virus_checks, [EMAIL PROTECTED], \$bypass_virus_checks_re); > # > # Default SPAM checking mode > # Uncomment the two lines below to enable it back > # > [EMAIL PROTECTED] = ( > # \%bypass_spam_checks, [EMAIL PROTECTED], \$bypass_spam_checks_re); > 1; # insure a defined return > All is commented out so everything is enabled - right? Not on Debian. > Regards, > Frank They have this perverse method of enabling/disabling these checks. Either uncomment these or look in one of the files in /usr/share/amavis/conf.d/ and comment out the lines that bypass scanning there. One or the other. Gary V ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
