weight = 2.0;
description = "From address is listed in zen pbl";
}
+ symbol {
+ name = "RBL_SPAMHAUS_PBL1";
+ weight = 2.0;
+ description = "From address is listed in zen pbl";
+ }
symbol {
name = "RECEIVED_SPAMHAUS_XBL";
weight = 3.0;
- description = "Received address is listed in zen pbl";
+ description = "Received address is listed in zen xbl";
one_shot = true;
}
symbol {
weight = 0.0;
- name = "SEM_URIBL";
+ name = "SEM_URIBL_UNKNONW";
description = "Spameatingmonkey uribl: unknown result";
}
symbol {
RBL_SPAMHAUS_XBL = "127.0.0.6";
RBL_SPAMHAUS_XBL = "127.0.0.7";
RBL_SPAMHAUS_PBL = "127.0.0.10";
- RBL_SPAMHAUS_PBL = "127.0.0.11";
+ RBL_SPAMHAUS_PBL1 = "127.0.0.11";
}
}
end
if not opts['servers'] then
- rspamd_logger.errx(rspamd_config, 'no servers are specified for dmarc stats')
+ rspamd_logger.infox(rspamd_config, 'no servers are specified for dmarc stats')
else
upstreams = upstream_list.create(rspamd_config, opts['servers'], default_port)
if not upstreams then
if options['servers'] and options['servers'] ~= '' then
upstreams = upstream_list.create(rspamd_config, options['servers'], default_port)
if not upstreams then
- rspamd_logger.errx(rspamd_config, 'no servers are specified')
+ rspamd_logger.infox(rspamd_config, 'no servers are specified')
end
end
if options['whitelist'] then