You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/27 16:44:56 UTC

[Bug 3313] New: two uris in javascript are detected as one

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: spamassassin-dev@incubator.apache.org
        ReportedBy: j.houwing@student.utwente.nl


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.