spamhaus / spamassassin-dqs

Spamhaus code for the Spamassassin plugin. See https://docs.spamhaustech.com/40-real-world-usage/SpamAssassin/000-intro.html
Apache License 2.0
54 stars 15 forks source link

how to disable spamhaus checks #67

Closed Pascal76 closed 7 months ago

Pascal76 commented 7 months ago

I would like to disable spamhaus rbl checks but I don't know how to do.

I added some lines in /etc/mail/spamassassin/local.cf score __RCVD_IN_ZEN 0 score RCVD_IN_SBL 0 score RCVD_IN_XBL 0 score RCVD_IN_PBL 0 score URIBL_SBL 0 but it does not work :(

ricalfieri commented 7 months ago

It's probably because the plugin files get processed after local.cf. However, this is not a question for this repository, if you need help with spamassassin, ask on spamassassin-users