Resending due to large attachment being sent:

Topic :)  I THOUGHT I had this right...pcregrep and regex101.com has no 
issues, however I'm seeing the below:

Rule in /etc/sec.conf at line 19: Invalid regular expression 
'(\S+(?<!lt|unsubscribe_get|email_opened)\.php\?id=[A-Z]{1}[A-Z0-9a-z]{4})': 
Variable length lookbehind not implemented in regex
m/(\S+(?<!lt|unsubscribe_get|email_opened)\.php\?id=[A-Z]{1}[A-Z0-9a-z]{4})/ 
at /usr/local/bin/sec line 602, <CONFFILE> line 26.

So hopefully I'm matching on:

\S+(?<!lt|unsubscribe_get|email_opened)\.php\?id=[A-Z]{1}[A-Z0-9a-z]{4}

\S+ - any string
(?<!lt|unsubscribe_get|email_opened) negative lookbehind saying "don't 
match lt or unsuscribe_get or email_opened in the previous \S+"
\.php\?id=[A-Z]{1}[A-Z0-9a-z]{4} match .php?="one capital letter""four 
upper or lower case letters or numbers"

Am I missing something glaring?  Thank you.

James

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to