From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
---|---|
To: | Dave Page <dpage(at)pgadmin(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-23 15:57:58 |
Message-ID: | 20090623125713.H56412@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On Tue, 16 Jun 2009, Dave Page wrote:
> Looks like it. Perhaps the mj2 commands we want to catch should be
> anchored to the beginning of the line. All the ones that look like:
>
> /\bsubscribe\b/i
>
> are completely forbidden, which seems look the root of my complaint.
So, change:
/\bsubscribe\b/i
to
/^subscribe\b/i
?
I can do that, just want to make sure we're on the same page before I do
...
>
> On Mon, Jun 15, 2009 at 9:57 PM, Marc G. Fournier<scrappy(at)hub(dot)org> wrote:
>>
>> So you mean these ones:
>>
>> configset GLOBAL admin_body <<ENDAAB
>> /^accept$/i
>> /^reject$/i
>> /\badd me\b/i
>> /\bdelete me\b/i
>> /\bremove\s+me\b/i
>> /\bchange\b.*\baddress\b/
>> /\bsignoff\b/i
>> /\bsubscribe\b/i
>> /^sub\b/i
>> /\bunsubscribe\b/i
>> /^unsub\b/i
>> /^\s*help\s*$/i
>> /^\s*info\s*$/i
>> /^\s*info\s+\S+\s*$/i
>> /^\s*lists\s*$/i
>> /^\s*which\s*$/i
>> /^\s*which\s+\S+\s*$/i
>> /^\s*index\s*$/i
>> /\bdelete me\b/i
>> /\bremove\s+me\b/i
>> /\bchange\b.*\baddress\b/
>> /\bsignoff\b/i
>> /\bsubscribe\b/i
>> /^sub\b/i
>> /\bunsubscribe\b/i
>> /^unsub\b/i
>> /^\s*help\s*$/i
>> /^\s*info\s*$/i
>> /^\s*info\s+\S+\s*$/i
>> /^\s*lists\s*$/i
>> /^\s*which\s*$/i
>> /^\s*which\s+\S+\s*$/i
>> /^\s*index\s*$/i
>> /^\s*index\s+\S+\s*$/i
>> /^\s*who\s*$/i
>> /^\s*who\s+\S+\s*$/i
>> /^\s*get\s+\S+\s*$/i
>> /^\s*get\s+\S+\s+\S+\s*$/i
>> /^\s*approve\b/i
>> /^\s*passwd\b/i
>> /^\s*newinfo\b/i
>> /^\s*newconfig\b/i
>> /^\s*writeconfig\b/i
>> /^\s*mkdigest\b/i
>> ENDAAB
>>
>>
>> ----
>> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
>> Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
>> Yahoo . yscrappy Skype: hub.org ICQ . 7615664
>>
>
>
>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
>
> ---------------------------(end of broadcast)---------------------------
> If the PostgreSQL.org mailing lists are down, use the auxillary list pgsysadmins(at)agliodbs(dot)com
>
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy(at)hub(dot)org MSN . scrappy(at)hub(dot)org
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-06-23 16:06:52 | Re: [sysadmins] List moderation - need a break! |
Previous Message | Marc G. Fournier | 2009-06-23 15:56:39 | Re: [sysadmins] List moderation - need a break! |