I am looking at a situation where I have a MYSQL policy where I THOUGHT
I had spam_quarantine_cutoff_level set to, say 6.1:

select
policy_name,spam_tag2_level,spam_kill_level,spam_dsn_cutoff_level,spam_q
uarantine_cutoff_level,users.id from users,policy where
(users.policy_id=policy.id) and (users.email in
('[EMAIL PROTECTED]','tibom.com','@.')) order by users.priority
desc;
+-------------+-----------------+-----------------+---------------------
--+------------------------------+----+
| policy_name | spam_tag2_level | spam_kill_level |
spam_dsn_cutoff_level | spam_quarantine_cutoff_level | id |
+-------------+-----------------+-----------------+---------------------
--+------------------------------+----+
| @.          |             6.1 |              99 |
24.4 |                          6.1 |  1 |
+-------------+-----------------+-----------------+---------------------
--+------------------------------+----+
1 rows in set (0.00 sec)

However, I find files in quarantine with scores of between 12 and 20:

(amavisd.conf has this in it: does it override sql lookup?
(there was NO exact match)


$sa_tag_level_deflt  = 2;
$sa_tag2_level_deflt = 6.31;
$sa_kill_level_deflt = 12.62; # triggers spam evasive actions
$sa_dsn_cutoff_level = 18.93;   # spam level beyond which a DSN is not
sent
$sa_quarantine_cutoff_level = 20;

I did notice in the README.sql that there is no mention of
spam_quarantine_cutoff_level 
It is missing in the readme? Or just not supported.

Does the amavisd.conf file override the SQL lookups?



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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/

Reply via email to