https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7170
Bug ID: 7170
Summary: MS::Util::RegistrarBoundaries replaced by
MS::RegistryBoundaries
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Libraries
Assignee: [email protected]
Reporter: [email protected]
The docs in Mail::SpamAssassin::Util::RegistrarBoundaries claim:
Mail::SpamAssassin::Util::RegistrarBoundaries - domain delegation rules
DEPRECATED AND REPLACED WITH Mail::SpamAssassin::RegistryBoundaries !!
DO NOT USE. This is left as fallback for third party plugins.
yet the MS::Util still uses this old module:
$uri = Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain($uri);
(Mail::SpamAssassin::Util::RegistrarBoundaries::is_domain_valid($uri));
This should probably be fixed.
--
You are receiving this mail because:
You are the assignee for the bug.