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

Why are defaults ignored here? #16

Closed dminuoso closed 2 years ago

dminuoso commented 2 years ago

Hi,

https://github.com/spamhaus/rspamd-dqs/blob/89dd7d267d00d404bd7ad8343d107120195dc38c/2.x/rbl.conf#L76 https://github.com/spamhaus/rspamd-dqs/blob/89dd7d267d00d404bd7ad8343d107120195dc38c/2.x/rbl.conf#L98 https://github.com/spamhaus/rspamd-dqs/blob/89dd7d267d00d404bd7ad8343d107120195dc38c/2.x/rbl.conf#L120

Which exact defaults is this intended to disable? It seems a bit weird, since that seems would disable these RBLs too.

Thanks!

ricalfieri commented 2 years ago

it's used to redefine how the dnsbl will be queried. you can see that there are more configuration directives afterward:

   replyto = true;
   emails_domainonly = true;