I want to match the `?id=' in:

        http://www.tortureclub.net/index.html?id=2011602

(btw I think 'torture' should go into PORN_4)

I've tried a lot of variations, but this works:

        uri ID_URI /^https?\:\/\/\S+\?id/is

and this doesn't:

        uri ID_URI /^https?\:\/\/\S+\?id=/is

Since this is a fine perl pattern (which works with perl -e) I'm assuming
there's something wrong with the buffer I'm comparing to.  I can match
the '2011602' fine, so it's not truncated.  What's going on?

-- 
Ben Jackson
<[EMAIL PROTECTED]>
http://www.ben.com/

_______________________________________________________________

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