This is a discussion on [AMaViS-user] Trouble with spam_modifies_subj within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hi all, I have receintly started using the mysql lookup maps for my policy definitions, everything is working correctly except ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I have receintly started using the mysql lookup maps for my policy definitions, everything is working correctly except every piece of mail that comes into my mail server get's the subject re-written with the spam_subject_tag (see header below). I cannot figure this out for the life of me. What is causing the subject to be re-written if the message is not spam? Thanks in advance, Max Subject: ***SPAM***la02 daily run output X-Virus-Scanned: amavisd-new at foo.com X-Spam-Status: No, hits=-2.389 tagged_above=-999 required=6.31 tests=AWL, BAYES_00 X-Spam-Level: in amavisd.conf: $sa_tag_level_deflt = -999; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level $sa_kill_level_deflt = 6.31; # triggers spam evasive actions $sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent $sa_spam_modifies_subj = 1; $sa_spam_subject_tag = '***SPAM*** '; mysql> select * from policy where id='3'; +----+-------------+-------------+------------+--------------------+------------------+---------------------+--------------------+----------------------+----------------------+--------------------+---------------------+--------------------+----------------------+--------------------------+----------------+-----------------+-----------------+-----------------------+----------------------+---------------------+-----------------------+---------------------------+----------------+-----------------+---------------+----------------+-------------+--------------+------------------+------------+------------------+--------------------+ | id | policy_name | virus_lover | spam_lover | banned_files_lover | bad_header_lover | bypass_virus_checks | bypass_spam_checks | bypass_banned_checks | bypass_header_checks | spam_modifies_subj | virus_quarantine_to | spam_quarantine_to | banned_quarantine_to | bad_header_quarantine_to | spam_tag_level | spam_tag2_level | spam_kill_level | spam_dsn_cutoff_level | addr_extension_virus | addr_extension_spam | addr_extension_banned | addr_extension_bad_header | warnvirusrecip | warnbannedrecip | warnbadhrecip | newvirus_admin | virus_admin | banned_admin | bad_header_admin | spam_admin | spam_subject_tag | message_size_limit | +----+-------------+-------------+------------+--------------------+------------------+---------------------+--------------------+----------------------+----------------------+--------------------+---------------------+--------------------+----------------------+--------------------------+----------------+-----------------+-----------------+-----------------------+----------------------+---------------------+-----------------------+---------------------------+----------------+-----------------+---------------+----------------+-------------+--------------+------------------+------------+------------------+--------------------+ | 3 | Uncensored | N | N | N | N | N | N | N | N | Y | NULL | NULL | NULL | NULL | -999 | 6.31 | 6.31 | 10 | NULL | NULL | NULL | NULL | | | | NULL | NULL | NULL | NULL | NULL | ***SPAM*** | 10000000 | +----+-------------+-------------+------------+--------------------+------------------+---------------------+--------------------+----------------------+----------------------+--------------------+---------------------+--------------------+----------------------+--------------------------+----------------+-----------------+-----------------+-----------------------+----------------------+---------------------+-----------------------+---------------------------+----------------+-----------------+---------------+----------------+-------------+--------------+------------------+------------+------------------+--------------------+ -- Max Clark max [at] clarksys.com http://www.clarksys.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |