On Thu, 2004-07-15 at 17:42, Robin Bowes wrote:
>         if ( /^List-Post: <mailto:[EMAIL PROTECTED]>/ \
>                 || /^Delivered-To: mailing list [EMAIL PROTECTED]/ \
>                 || /^X-Mailing-List:[:space:[EMAIL PROTECTED]/ \
>                 || /^Return-Path: <[EMAIL PROTECTED]>/ )
>         {
>                 exception {
>                         if (${LOGGING_ENABLED})
>                         {
>                                 log "Matched mailing list ${MATCH2}"
>                         }
>                         to "${VMAILDIR}/${LISTS}.${MATCH2}/"
>                 }
>         }

> Is there an easy way to fix this without munging the list
> names, e.g. [EMAIL PROTECTED] or similar?

So why not munge the list names?  you appear to be using 
something vaguely perl-like, munging a dot to an underscore in perl is
trivial

        $Match2 =~ s/\./_/g;




-- 
david nicol
    "People used to be able to read my thoughts, but
it doesn't appear to work any more. Should I eat less cheese?"
                                               -- Elizabeth Woods
-- 
david nicol
this message was sent from a filtering e-mail address.
Until I add you to my friends list, to get by Big Emet
the cowboy doorman your reply must include a listed
"magic phrase" such as "cat and buttered toast" 

Reply via email to