Am Freitag, 27. Januar 2006 22:19 schrieb Gary V: > Here is mine: > http://www200.pair.com/mecham/spam/package.txt
Now I found it, it is in /usr/share/amavis/conf.d/20-package I always thought it has to be in /etc/amavis/conf.d/ My version without comments: /usr/share/amavis/conf.d/20-package use strict; @bypass_virus_checks_maps = (1); # DISABLE anti-virus code by default @bypass_spam_checks_maps = (1); # DISABLE anti-spam code by default 1; # insure a defined return But these variables are here too: with comments: cat /etc/amavis/conf.d/15-content_filter_mode 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 # @bypass_virus_checks_maps = ( \%bypass_virus_checks, [EMAIL PROTECTED], \$bypass_virus_checks_re); # # Default SPAM checking mode # Uncomment the two lines below to enable it back # @bypass_spam_checks_maps = ( \%bypass_spam_checks, [EMAIL PROTECTED], \$bypass_spam_checks_re); 1; # insure a defined return Al ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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/
