https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8401
Kent Oyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kent Oyer <[email protected]> --- I was able to reproduce it on my system and released a fix in release 1935671. If you're not running on trunk and don't want to wait for the next version release, you can work around it by putting this in your config: url_redirector_params (?:adurl|af_web_dp|cm_destination|continue|destination|destURL|goto|h|l|login|location|p1|pval|r|redir|redirect|redirectTo|ret_url|return|returnUrl|referer|service|target|tid|u|url)=((?:https?(?::|%3[Aa]))[^&]+) This regex requires embedded URIs to start with "http" which has a downside that schemeless URIs won't be detected, but avoids the issue with FPs. -- You are receiving this mail because: You are the assignee for the bug.
