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
61 stars 11 forks source link

Updated rbl.conf for Rspamd 3.7.2 #24

Closed mdierksen closed 6 months ago

mdierksen commented 10 months ago

With Rspamd version 3.7.2 the returncode matching for the RBL module was changed (see https://rspamd.com/doc/modules/rbl.html#returncodes-matchers). Adjusted the configuration for spamhaus_zrd and SH_EMAIL_ZRD accordingly. Also enabled SPAMHAUS_ZEN_URIBL which is disabled in the Rspamd default configuration and fixed some indentation.

pmcintyre commented 6 months ago

The returncodes setting isn't necessary if you write out all possibilities, and keeps it compatible with rspamd before 3.7.2. This has now been fixed by my patch. Re-enabling SPAMHAUS_ZEN_URIBL is a good catch! Will be included in the release. Thanks!