https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7170

--- Comment #3 from Mark Martinec <mark.marti...@ijs.si> ---
> Committed revision 1672426.
> -  $uri = Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain($uri);
> +  $uri = Mail::SpamAssassin::RegistryBoundaries::trim_domain($uri);
>
> -    (Mail::SpamAssassin::Util::RegistrarBoundaries::is_domain_valid($uri));
> +    (Mail::SpamAssassin::RegistryBoundaries::is_domain_valid($uri));

Does this work??? The is_domain_valid and trim_domain in RegistryBoundaries
are methods ($self as the first argument), while in RegistrarBoundaries
they were plain subroutines.

Could/should the Util::uri_to_domain be turned into a thin wrapper
around RegistryBoundaries::uri_to_domain instead of duplicating the code?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to