bruce wrote:
> Michael Glaesemann wrote:
> > At one time I believe pgfoundry project commit emails included an X- 
> > PgFoundry flag. This was helpful for filtering. I notice that this  
> > email does not have one. Has something changed wrt the commit emails?
> 
> I think you are correct;  something has changed.  I have this procmail
> rule:
> 
>       :0
>       * ^X-PgFoundry:
>       * ^X-Mailing-List: pgsql-committers
>       * ! X-PgFoundry: pg-migrator
>       /dev/null
> 
> but I don't see the X-PgFoundry tag anymore in the email headers.

Here is what I am using now for procmail:

        # remove pgfoundry commits, except pg_migrator
        :0
        * ^X-Mailing-List: pgsql-committers
        * ^From:[email protected]\>
        * !^Subject:.*\<pg-migrator\>
        /dev/null

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to