This is for all you SpamAssassin gurus out there. I have a specific low-volume commercial emailer--low enough not to get on all the blacklists because he targets construction dealers such as us--for whom the only real key (short of blacklisting a domain) that would really catch all his junk is the fact that he's in Singapore, so all his emails come to me as future-dated. Here's a header that shows that in fact, the future dating is being recognized by SpamAssassin:
That's not enough to get him tagged as spam in my system, and I'm a little reluctant to lower my threshold even further than I already have overall. However, if I could raise that DATE_IN_FUTURE_12_24 to a higher score, say an even 3 points, it would solve my problem.No, score=3.896 tagged_above=-10 required=4 tests=[BAYES_50=0.001, DATE_IN_FUTURE_12_24=2.189, DEAR_SOMETHING=1.605, HTML_MESSAGE=0.001, RDNS_NONE=0.1]
I tried to do this by adding the following lines to my /opt/zimbra/conf/spamassassin/local.cf:
I have a variety of other settings in local.cf that appear to be working, including enhanced Bayes scoring and commercial whitelist penalties. However this particular line seems to refuse to work at all. I've tried it both with the single score and all four scores, neither way works.Code:# Increase future date score to control Asian spam score DATE_IN_FUTURE_24_48 3.599 3.599 3.599 3.599
Can anyone point me in the direction of why this line, among all the others, is being ignored?
In case there is an issue with conflicting rules or orders, here is my entire local.cf:
Thanks, folks!Code:#My tweaks to the Bayes scoring system - DWM score BAYES_00 0.0001 0.0001 -2.312 -2.599 score BAYES_05 0.0001 0.0001 -1.110 -1.110 score BAYES_20 0.0001 0.0001 -0.740 -0.740 score BAYES_40 0.0001 0.0001 -0.185 -0.185 score BAYES_50 0.0001 0.0001 0.001 0.001 score BAYES_60 0.0001 0.0001 1.0 1.0 score BAYES_80 0.0001 0.0001 2.5 2.5 score BAYES_95 0.0001 0.0001 5.5 5.5 score BAYES_99 0.0001 0.0001 6.5 6.5 # Score to penalize Bonded Sender Program (BSP) whitelisting score RCVD_IN_BSP_TRUSTED 2 score RCVD_IN_BSP_OTHER 2 score RCVD_IN_BONDEDSENDER 2 # Score to penalize Habeas whitelisting score HABEAS_ACCREDITED_COI 2 score HABEAS_ACCREDITED_SOI 2 score HABEAS_CHECKED 2 # Score to penalize ISIPP/IADB SuretyMail whitelisting score RCVD_IN_IADB_VOUCHED 2 score RCVD_IN_IADB_DOPTIN 2 score RCVD_IN_IADB_ML_DOPTIN 2 # Score to penalize DNSWL whitelisting score RCVD_IN_DNSWL_LOW 2 score RCVD_IN_DNSWL_MED 2 score RCVD_IN_DNSWL_HI 2 # Turn off 'Auto-Whitelist' use_auto_whitelist 0 # Increase future date score to control Asian spam score DATE_IN_FUTURE_24_48 3.599 3.599 3.599 3.599
Dan


LinkBack URL
About LinkBacks








