This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[off topic] WANTED: procmail rule for filing gcc mailing list traffic
- To: gcc at gcc dot gnu dot org
- Subject: [off topic] WANTED: procmail rule for filing gcc mailing list traffic
- From: Godmar Back <gback at cs dot utah dot edu>
- Date: Wed, 12 Jan 2000 13:47:58 -0700 (MST)
Hi,
this may be slightly off-topic, but does anybody have a procmail
rule that would reliably file all traffic to this mailing list?
I currently have:
:0:
* ^TOegcs@sourceware.cygnus.com
$MAILDIR/gcc-new
:0:
* ^TOgcc@sourceware.cygnus.com
$MAILDIR/gcc-new
:0:
* ^TOegcs@egcs.cygnus.com
$MAILDIR/gcc-new
:0:
* ^TOgcc@gcc.gnu.org
$MAILDIR/gcc-new
:0:
* ^CCgcc@egcs.cygnus.com
$MAILDIR/gcc-new
(You see I'm not a procmail expert, I just copied somebody else's file)
but it still won't catch all cases.
For instance, I'm always delighted to find mails from Linus Torvalds
in my personal (unfiled) mailbox. Turns out his postings have a
To: submit-linux-egcs@transmeta.com
line.
Anyway, I'm sure others must have found reliable solutions and I bet
a lot of the people on this list use procmail or similar systems.
Is there a distinct header I could rely on?
Thanks,
- Godmar