https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8152
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Target Milestone|Undefined |4.0.1 --- Comment #1 from Henrik Krohns <[email protected]> --- Debugging $target and $uri differences across my corpus brings up few cases that warrants a look. After fixed yes it seems $target should be used. - seems 3+ slashes breaks things, even though browsers seems to support it just fine URI: http:///nor-mkt.com/mkt_mailers/mailer2/header.jpg TARGET: http:/nor-mkt.com/mkt_mailers/mailer2/header.jpg URI: file:///C:/Users/Administrator/Desktop/OVH-us TARGET: file:/C:/Users/Administrator/Desktop/OVH-us - URI: http://foobar.com/./xxx.png TARGET: http://foobar.com/xxx.png - probably should just ditch such empty uris URI: http:// TARGET: http: - incorrect check for defined string as boolean URI: cid:0 TARGET: cid: URI: x-apple-data-detectors://0/1 TARGET: x-apple-data-detectors:/1 -- You are receiving this mail because: You are the assignee for the bug.
