> Is it possible no spam scanning is enabled? Look in your log. > Grep for the text 'Hits:', e.g. (on my machine) > grep 'Hits:' /var/log/mail.log > > If you see: Hits: -, > that would be an indication no spam scanning is performed. > I did what you asked and the log shows hits for emails
egrep 'Hits:' maillog | egrep 'Jun 7' | more Jun 7 12:29:09 unpata amavis[19441]: (19441-02) Blocked SPAM, [201.32.211.218] [201.32.211.218] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, quar antine: spam-iCUHUoh6Q3Pl.gz, Message-ID: <[EMAIL PROTECTED]>, mail_id: iCUHUoh6Q3Pl, Hits: 8.196, 4139 ms > In amavisd.conf, make sure you are not bypassing span scanning. > If you find a line like this, comment it out: > @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code > This line is commented > Also, mail must be smaller than 200k: > > $sa_mail_body_size_limit = 200*1024; > # don't waste time on SA if mail is larger > > What OS are you running on? > I am running Slackware Linux 10.2 > Gary V > > > > _______________________________________________ > 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/ > > > -- --------------------------------------------------------------- Raúl Becette email: [EMAIL PROTECTED] Área Redes y Telecomunicaciones Universidad Nacional de la Patagona San Juan Bosco Ciudad Universitaria - Km. 4 Comodoro Rivadavia - 9000 Chubut - Argentina Tel. : (0297) - 4558378 --------------------------------------------------------------- _______________________________________________ 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/
