The last few days I get a lot of false spam notifications from DNS_FROM_AHBL_RHSBL. What is the best way to disable checking this RBL with an ISPCONFIG3 installation? Should I put score DNS_FROM_AHBL_RHSBL 0 in local.conf from spamassassin, or whil that be overwritten when I make change from ISPCONFIG? Thanks for shining some light on this!
Yess, I am also facing same problem today. X-Spam-Status: Yes, score=4.533 tagged_above=1 required=4.5 tests=[BAYES_00=-1.9, BUG6152_INVALID_DATE_TZ_ABSURD=0.766, DKIM_ADSP_ALL=0.8, DNS_FROM_AHBL_RHSBL=2.699, how can we disable DNS_FROM_AHBL_RHSBL ? I checked their website, they are closing the list from 1st Jan 2015.
Did you try to run sa-update to get the latest soamassassin updates and then restarted amavisd. Most likely they removed the disabled RBL already.
Dear Till, When I run this command [root@linode ~]# /usr/bin/sa-update netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included
Dear Till, Any update on this? My all emails are being marked as spam because of AHBL_RHSBL... is there is way I can remove it manually?
Dear Florian. I have added that in local.cf in /etc/mail/spamassassin/local.cf Still I see header score for this check above 2
Is there another way to easily change value per list and change the used DNSBL/RBL lists within ISPconfig now? I saw the post about postscreen doing it, but unfortunately I can't currently limit my users to port 587. Spamassassin seems to be able to do it too, at least give it a score per RBL, like I've done at the bottom here using mailspike.
No, the rbl setting in ISPconfig does an outright block on any match, which makes it much less useful (ie. you can't use many "lower quality" blacklists, because they'll false positive match sometimes and block - if you can score those lower, they won't be a problem). You mentioned two solutions (postscreen and spamassassin scores), another would be to find a postfix policy daemon that does rbl lookups; I've never looked for or used one offhand, but policyd-weight really stands out as an option in a quick google search.