Re: Email filter problem with 'index'

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Marc G(dot) Fournier <scrappy(at)hub(dot)org>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Email filter problem with 'index'
Date: 2011-03-14 16:51:51
Message-ID: 1300121458-sup-7022@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Excerpts from Bruce Momjian's message of lun mar 14 13:45:03 -0300 2011:
> Bruce Momjian wrote:
> > Marc G. Fournier wrote:
> > >
> > > 'k, try that ... I did it globally, but if we do find that the other lists
> > > are getting a bunch of admin garbage as a result, I can restrict it down
> > > to just h ecommitters list that it is removed from ...
> >
> > Thanks. I think globally is the right solution now that everyone is
> > using git.
> >
> > > > I have found that some of my emails are being blocked by our email
> > > > filter. I turns out that the word 'index' at the start of a line in my
> > > > git patches is causing this. Now that most git patches have a line
> > > > starting with the word 'index', e.g. index acd2514..b2da1cf, can we
> > > > remove this limitation? Thanks.
> > > >
> > > > I assume the rule is there to prevent people from sending Majordomo
> > > > 'index' commands to the public list. Magnus says this is the rule:
> > > >
> > > > GLOBAL ADMIN BODY: /^\s*index\s+\S+\s*$/i
> >
> > OK, "index" test:
> >
> > index
>
> Bingo! Success! Thanks.

Well that doesn't qualify because you need a word after it. This does:

index the

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2011-03-14 17:00:58 Re: Email filter problem with 'index'
Previous Message Bruce Momjian 2011-03-14 16:45:03 Re: Email filter problem with 'index'