[Bug 8358] A HREF with "about:" prefix breaks URI check

[email protected] Fri, 28 Nov 2025 21:57:31 +0000
Newsgroups gmane.mail.spam.spamassassin.devel
Message-ID <[email protected]/SpamAssassin/>
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8358

Kent Oyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Kent Oyer <[email protected]> ---
Is this pattern ever seen in ham? Will any browsers actually open a URL like
this? Maybe you could write a rule like this:

uri    ABOUT_SCHEME_INVALID   /^about:http/i
score  ABOUT_SCHEME_INVALID   0.001

Then increase the score if it doesn't cause FPs

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