[Rspamd-Users] Spamhaus Technology contributions to Rspamd ruleset

Tim Harman tim at muppetz.com
Wed Jul 24 23:29:43 UTC 2019


On 25/07/2019 11:18 am, Tim Harman via Users wrote:
<snip snip snip>

> I believe the fix is to set monitored_address for spamhaus_zrd in
> rbl.conf, but I don't know what IP it would be set to (maybe
> 255.255.255.255, that seems to return NXDOMAIN)

Hmmm, while the manual implies that monitored address will take a valid 
like 127.0.0.1 or 255.255.255.255 it appears not:

   spamhaus_zrd {
     rbl = "<hidden>.zrd.dq.spamhaus.net";
     helo = true;
     rdns = true;
     monitored_address = "255.255.255.255";
-!- rspamd/local.d » rspamadm configtest
invalid config for spamhaus_zrd: field "monitored_address": map value 
expected type "boolean", got "string", RBL is DISABLED

But if I set it

   spamhaus_zrd {
     rbl = "<hidden>.zrd.dq.spamhaus.net";
     helo = true;
     rdns = true;
     monitored_address = false;

-!- rspamd/local.d » rspamadm configtest
syntax OK


So I don't know what/how to fix it anymore - needs someone with actual 
clue's input :)

Tim


More information about the Users mailing list