Raul wrote: > Hello
> Gary V escribió: >>> $sa_tag_level_deflt = undef; # add spam info headers if at, or above >> @local_domains_maps = ( 1 ); >> > I have modified this parameter in amavisd.conf with this value but I > still don´t get emails tagged > Raul 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. 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 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? 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/
