http://bugzilla.spamassassin.org/show_bug.cgi?id=4369
Summary: Add config option to allow URIDNSBL lookups for certian
domains
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In a thread on the uribl.com mailing list we have been discussing the need for
the URIBL plugin to handle some second-level domains.
Say we have a domain of:
foo.com
And they allow sub-domains like bar.foo.com. We would like to be able to list
bar.foo.com and have it checked against URIBL lists.
One possible way to handle this is through a new config option, something like:
dont_strip_uri_hostname foo.com
or
lookup_uri_hostname foo.com
Since this is not very common, it might be easiest to handle this through a
config option and update it as needed. We have a candidate ready for such a
config option already.
I assigned this to component of Libraries because the URIBL plugin uses the
function "Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain" to remove
the hostname before deciding to perform a looking on it.
If it were possible to have trim_domain treat certian domains different, we
could achieve what we are looking to do.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.