Anne, > I've disabled my spam checking: > # Here is a QUICK WAY to completely DISABLE some sections of code > # that WE DO NOT WANT (it won't even be compiled-in). > # For more refined controls leave the following two lines commented out, > # and see further down what these two lookup lists really mean. > @bypass_spam_checks_acl = qw( . ); # uncomment to DISABLE anti-spam > but it still starts the spam checking code: > Oct 12 14:51:09 banshee amavisd[8827]: SpamControl: initializing ... > Why? What can I do to stop it?
amavisd-new-20040701 / amavisd-new-2.0 release notes: INCOMPATIBLE CHANGES since amavisd-new-20030616 (any patch level) - because of the reorganization of lookup tables, a new way of quickly disabling virus or spam checks in amavisd.conf is used. Instead of: # @bypass_virus_checks_acl= qw( . ); # uncomment to DISABLE anti-virus code # @bypass_spam_checks_acl = qw( . ); # uncomment to DISABLE anti-spam code the new recipe is: # @bypass_virus_checks_maps = (1); # uncomment to DISABLE anti-virus code # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code Mark ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ 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/
