one_shot = true;
}
+ symbol "MSBL_EBL" {
+ weight = 7.5;
+ description = "MSBL emailbl";
+ one_shot = true;
+ }
+
symbol "SEM_URIBL_UNKNOWN" {
weight = 0.0;
description = "Spameatingmonkey uribl: unknown result";
encoding = "base32";
hashlen = 32;
dnsbl = "email.rspamd.com";
+ check_replyto = true;
hash = "blake2";
}
+ MSBL_EBL {
+ dnsbl = "ebl.msbl.org";
+ domain_only = false;
+ check_replyto = true;
+ hash = "sha1";
+ expect_ip = "127.0.0.2";
+ }
}
.include(try=true,priority=5) "${DBDIR}/dynamic/emails.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/emails.conf"