spamhaus / rspamd-dqs

Spamhaus code for RSPAMD Plugin. See https://docs.spamhaustech.com/40-real-world-usage/Rspamd/000-intro.html for instructions
Apache License 2.0
60 stars 11 forks source link

'no error' while 'no records with this name' was expected #6

Closed chhaas closed 4 years ago

chhaas commented 4 years ago

I receive in the rspamd.log errors with rspamd 2.4 (rspamd-package for Debian 10 Buster) when checking against the Spamhaus RBL: rspamd_monitored_dns_cb: DNS reply returned 'no error' for my_personal_SpamHaus_DQS-Key.dbl.dq.spamhaus.net while 'no records with this name' was expected when querying for '1.0.0.127.my_personal_SpamHaus_DQS-Key.dbl.dq.spamhaus.net'(likely DNS spoofing or BL internal issues)

For me it looks like the Spamhaus RBL check fails. Within my account on https://portal.spamhaustech.com/ no progress on "Your DQS usage in last 14 days" can be seen. 0

How can I fix this error?

I used the 2.x tree of this project. I received from SpamHaus a personal DQS-key and changed with sed the original placeholder "your_DQS_key" in the two config files with my personal DQS-key.

P.S.: For privacy reasons I changed here in this issue my personal SpamHaus DQS-key against the placeholder "my_personal_SpamHaus_DQS-Key".

TIA Christoph.

ricalfieri commented 4 years ago

Hi, that error is something related to the monitoring of the RBL. Is not a show stopper and it's fixed in the upcoming release of new rules. If you want to get rid of the error add

disable_monitoring = true;

under the sections

spamhaus_dbl spamhaus_zrd SH_EMAIL_DBL DBL

in rbl.conf

As per the graphic not updating, is this still happening?

ricalfieri commented 4 years ago

Closing due to old age and already proposed solution