http://bugzilla.spamassassin.org/show_bug.cgi?id=3313
Summary: two uris in javascript are detected as one
Product: Spamassassin
Version: 2.63
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I received a messaege containing a little piece of javascript for mouseovers
like this:
<script>
function over(){
switch('http://test.uri.com/','http://test2.uri.com/');
}
</script>
Spamassassin finds just one uri:
"http://test.uri.com/','http://test2.uri.com/');"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.