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

--- Comment #5 from Sidney Markowitz <sid...@sidney.com> ---
I traced the error to sub check_https_http_mismatch in Plugins/HTTPSMismatch.pm
line 74 which calls trim_domain($url) without first stripping out the
user:pass@ portion of the string like other code that calls trim_domain does
and the way that uri_to_domain does it.

It would probably be cleaner to move the code that strips out user:pass@ in
uri_to_domain into its own sub, have trim_domain call that too, and then code
that calls trim_domain won't have to do it first.

I'll work up a patch.

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

Reply via email to