Re: [sysadmins] List moderation - need a break!

From: Dave Page <dpage(at)pgadmin(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, David Fetter <david(at)fetter(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, sysadmins <sysadmins(at)postgresql(dot)org>
Subject: Re: [sysadmins] List moderation - need a break!
Date: 2009-06-15 20:14:35
Message-ID: 937d27e10906151314o2de2a393if578412d837b9709@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Jun 15, 2009 at 9:12 PM, Marc G. Fournier<scrappy(at)hub(dot)org> wrote:
>
> I know I'm going to regret this one, but ... what regex pattern do you want
> me to change and to what?
>
> configset GLOBAL admin_headers <<ENDAAB
> /^subject:\s*subscribe\b/i
> /^subject:\s*unsubscribe\b/i
> /^subject:\s*uns\w*b/i
> /^subject:\s*.*un-sub/i
> /^subject:\s*help\b/i
> /^subject:\s.*\bchange\b.*\baddress\b/i
> /^subject:\s*request\b(.*\b)?addition\b/i
> /^subject:\s*cancel\b/i
> /^subject:\s*set\b/i
> /MSGRCPT/
> ENDAAB

Afaics, none of those. You used the s word in the body, which seems to
be the biggest problem.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2009-06-15 20:16:28 Re: [sysadmins] List moderation - need a break!
Previous Message Marc G. Fournier 2009-06-15 20:14:23 Re: [sysadmins] List moderation - need a break!