Pablo wrote: > Hello people.
> I can't make spamassasin or amavis-new rewrite msg subject > I check on my maillog file and I see some messages being marked "Passed > SPAM" > but I can't make the rewrite subject to work. > Any suggestion? > Thanks in advance, > Pablo Make sure the recipient's domain is listed in @local_domains_maps. The mail must score at or above $sa_tag2_level_deflt. You must set $sa_spam_subject_tag to something. Make sure you have not disabled $sa_spam_modifies_subj. The mail that scores above $sa_tag2_level_deflt must reach a recipient. This last part is often a problem. For example, if you quarantine mail that scores above $sa_kill_level_deflt, and you have set: $sa_kill_level_deflt = $sa_tag2_level_deflt; Then nothing that scores at or above $sa_tag2_level_deflt will reach a recipient. In this case, you would need to do something like this to see the Subject modified: $sa_tag2_level_deflt = 6.0; $sa_kill_level_deflt = 8.0; You may find this useful: http://www200.pair.com/mecham/spam/amavisd-settings.html Gary V ------------------------------------------------------- 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/
