On Fri, 15 Feb 2008, Dave Evans wrote: > > Actually, neither works, I think. If the examples on > http://www.linuxmagic.com/opensource/anti_spam/dynamic_regex/generate_regex.php > are correct, then the (non-comment, non-blank) lines not beginning with "^" > will never match.
Ah, good point. I only took a cursory look at the file and I didn't notice any regexes not starting with ^. Thanks for the correction. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
