On Mon, Feb 04, 2002 at 12:09:40AM -0800, Craig Hughes wrote:
> No, it really is looking for actual control characters.  The regular
> expression in question will match if it sees a string which starts with
> 'http://' then features a control character (ascii <= 0x1f except CR and
> LF) before it sees another '/'.  Now on the line in question, it will in
> fact match a little wrong (it doesn't notice the end of the first URL),
> but there still shouldn't be any control characters in there...

If the above is true, the regex will match the tab char (aka: ^I or 0x09).

-- 
Randomly Generated Tagline:
"This is not a novel to be tossed aside lightly.  It should be thrown with
 great force."                  - Dorothy Parker

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to