Hi tom.frost@???, on Fri, 6 Feb 2004 14:35:05 +0000
you wrote:
> The following error is generated in the panic and main log:
> 2004-02-05 09:40:48 1Aog08-00015a-00 failed to expand
> "^((?i)postmaster)$@*" while checking a list: $ not followed by letter,
> digit, or {
> # Re-write mails to mixed case postmaster as per RFC822
> # ie. PoStMaStEr will be re-written as postmaster
> ^(?i)postmaster$@* $(lc:$1)@$2 Tbct
^^^^^^^
I think you intended curly braces {} instead of parentheses in the above
line. That looks like the cause of the error message.
Tim