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:16:28
Message-ID: 937d27e10906151316w5023c186x6257e4fd76bc74e1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Jun 15, 2009 at 9:14 PM, Dave Page<dpage(at)pgadmin(dot)org> wrote:
> 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.

If it helps:

GLOBAL ADMIN BODY: /\bsubscribe\b/i matched "subscribe" at line number 6.
GLOBAL ADMIN BODY: /\bunsubscribe\b/i matched "unsubscribe" at line number 7.

And I'm now up to 15 approvals for this thread...

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

In response to

Browse pgsql-www by date

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