I entered this regex in rexv.org and got "no response from server". After testing the problem seems to be with the dollar sign $ at the beginning (5th char). After removing the $ the regex works fine on rexv.org. I'm going to test this in ASSP soon. According to rexv.org $1-$9 is used for Group backreferences (whatever that is).
Dajo -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Rybski Dajo Verzonden: zaterdag 26 augustus 2006 14:16 Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy Onderwerp: Re: [Assp-user] ASSP stops unexpectedly > You could help in testing them by adding one after the other. Well, I did that. The regex that crashes my ASSP is the one from the wiki for "side effect" (one line): \b[S$5]+\s?\S?\s?\W?[I1!|lt\xEC-\xEF]+\s?\S?\s?\W?D+\s?\S?\s?\W?[E3\xE8- \xEB]+(\s?\S?\s?\W?)+\s?\S?\s?\W?[E3\xE8-\xEB]+\s?\S?\s?\W?F+\s?\S?\s?\W ?F+\s?\S?\s?\W?[E3\xE8-\xEB]+\s?\S?\s?\W?C+\s?\S?\s?\W?T# SIDE EFFECT ASSP keeps running even when the other regex's are in place, so this one is the culprit here. Dajo ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
