Mail::SpamAssassin::Plugin::DNSEval(3pm) | User Contributed Perl Documentation | Mail::SpamAssassin::Plugin::DNSEval(3pm) |
DNSEVAL - look up URLs against DNS blocklists
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
The 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.
The 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.
This option tells SpamAssassin in which headers to check for content used to query the specified rbl. If on the headers content there is an email address, an ip address or a domain name, it will be checked on the specified rbl. The configuration option can be overridden by passing an headers list as last parameter to check_rbl_headers. The default headers checked are:
2024-04-12 | perl v5.38.2 |