Ben, works fine for me, manually re-typing the URL into a fake email, etc.
Could you maybe forward the original message as a message/rfc822 attachment?
Maybe there's some invisible control characters in there or something...

C

Ben Jackson wrote:

BJ> I want to match the `?id=' in:
BJ>
BJ>     http://www.tortureclub.net/index.html?id=2011602
BJ>
BJ> (btw I think 'torture' should go into PORN_4)
BJ>
BJ> I've tried a lot of variations, but this works:
BJ>
BJ>     uri ID_URI /^https?\:\/\/\S+\?id/is
BJ>
BJ> and this doesn't:
BJ>
BJ>     uri ID_URI /^https?\:\/\/\S+\?id=/is
BJ>
BJ> Since this is a fine perl pattern (which works with perl -e) I'm assuming
BJ> there's something wrong with the buffer I'm comparing to.  I can match
BJ> the '2011602' fine, so it's not truncated.  What's going on?
BJ>
BJ>


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to