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/07/04 00:38:28 UTC

[Bug 3514] Regexp Problems on 2.63

http://bugzilla.spamassassin.org/show_bug.cgi?id=3514

felicity@kluge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From felicity@kluge.net  2004-07-03 15:38 -------
Ok, let's clear up a few things.  (note: this info is based on 3.0 since 2.6x is
no longer being developed)

1) The 2 lines which a body rule sees from the supplied message are:
Need a helping hand?
Cia Loading Ad... Please Wait

There is 0% chance of the supplied rule hitting here -- the HTML is completely
stripped.  

2) If you really wanted a body-based rule, you'd want a rawbody test, as that'll
look at the decoded but not rendered version.  This hits fine, BTW, since
mail15.com is not obscured in any way.

3) However, you really want to do a uri test (as was already mentioned) since
you are looking for a RE in a URI, which also hits.  The URIs that come out of
the message, BTW, are:

debug: uri found: http://mail15.com
debug: uri found: mail15.com

So you can match that via RE any which way. :)

closing as wfm.



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