}
symbol "RAMBLER_URIBL" {
weight = 4.5;
- description = "rambler.ru uribl";
+ description = "Rambler uribl";
+ one_shot = true;
+ }
+
+ symbol "RAMBLER_EMAILBL" {
+ weight = 9.5;
+ description = "Rambler emailbl";
one_shot = true;
}
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
emails {
+ rules
+ RAMBLER_EMAILBL {
+ delimiter = ".";
+ encoding = "base32";
+ hashlen = 32;
+ dnsbl = "email.rspamd.com";
+ hash = "blake2";
+ }
+ }
.include(try=true,priority=5) "${DBDIR}/dynamic/emails.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/emails.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/emails.conf"