AFP548

Amavis.conf

does the amavis.conf override spamassassin's user_prefs files? in my spamassassin settings in amavisd.conf, the spam score is set to 5: $sa_local_tests_only = 1; # (default: false) $sa_auto_whitelist = 0; # turn on AWL (default: false) $sa_mail_body_size_limit = 64*1024; $sa_tag_level_deflt = 0.0; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 5.0; # add 'spam detected' headers at that level $sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam evasive actions this is fine for every user except for one that gets hit with most of the spam, so i added this to my /etc/mail/spamassassin/local.cf: allow_user_rules 1 and adjusted the user's user_prefs file located in /Users/HomeUsers/spamuser/.spamassassin/user_prefs required_hits 3 it seems like it's ignoring the user_prefs 3 setting and using 5. spamassassin --lint returns nothing, so i know it's not a typo! can someone please help me figure this out? thanks, charles
Exit mobile version