|
NAMEDNSEVAL - look up URLs against DNS blocklists SYNOPSIS loadplugin Mail::SpamAssassin::Plugin::DNSEval
rbl_headers EnvelopeFrom,Reply-To,Disposition-Notification-To
header RBL_IP eval:check_rbl_headers('rbl', 'rbl.example.com.', '127.0.0.2')
describe RBL_IP From address associated with spam domains
tflags RBL_IP net
reuse RBL_IP
Supported extra tflags from SpamAssassin 3.4.3:
domains_only - only non-IP-address "host" components are queried
ips_only - only IP addresses as the "host" component will be queried
DESCRIPTIONThe DNSEval plugin queries dns to see if a domain or an ip address present on one of email's headers is on a particular rbl. Any host or its domain part matching uridnsbl_skip_domains is ignored by default. USER PREFERENCESThe following options can be used in both site-wide ("local.cf") and user-specific ("user_prefs") configuration files to customize how SpamAssassin handles incoming email messages.
|