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

Rspamd monitoring error on ZRD BL. #11

Closed whataboutpereira closed 3 years ago

whataboutpereira commented 3 years ago

2020-12-28 11:06:26 #14613(controller) <86a3cx>; monitored; rspamd_monitored_dns_cb: DNS reply returned 'no error' for key.zrd.dq.spamhaus.net while 'no records with this name' was expected when querying for '1.0.0.127.key.zrd.dq.spamhaus.net'(likely DNS spoofing or BL internal issues)

Is anyone else seeing this?

ricalfieri commented 3 years ago

Hi,

I think this is coming from the SH_EMAIL_ZRD section.

Can you try adding:

disable_monitoring = true;

to that section and see if the error is still there?

whataboutpereira commented 3 years ago

Thanks! That seems to have fixed it. Running v2 now too finally. :)