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-23 16:06:52 |
Message-ID: | 937d27e10906230906t5f0e32dcmfb3ec9a2e3b5428c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On Tue, Jun 23, 2009 at 4:57 PM, Marc G. Fournier<scrappy(at)hub(dot)org> wrote:
> 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 ...
That seems reasonable to me.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2009-06-23 16:40:13 | Re: [sysadmins] List moderation - need a break! |
Previous Message | Marc G. Fournier | 2009-06-23 15:57:58 | Re: [sysadmins] List moderation - need a break! |