Daniel L. Miller wrote: > now lost foreever, and you'll never see the > beautifully written account of my Outlook problems - aren't you > disappointed?
Horribly. :) > I'm still learning regexes, and I don't know where I got this one from. > Does anybody recognize this as a possible ASSP default, or can maybe > explain what this one is attempting to match (besides the word > "subject", which is what triggered the catch)? > http://[\w\.]+@|\w<[a-z0-9]+[abcdfghjklmnpqrstuvwxyz0-9]{4}[a-z0-9]*>|subject:[^\n]*\S Default BlackRe It's actually 3 different regex strings separated by "|" http://[\w\.]+@ \w<[a-z0-9]+[abcdfghjklmnpqrstuvwxyz0-9]{4}[a-z0-9]*> subject:[^\n]*\S And I'm not exactly sure what they block. I can decipher them but the reasons are lost to me. Kevin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
