* Sven Guckes <[EMAIL PROTECTED]> [2002-09-06 13:54 +0200]:
> * Paul Brannan <[EMAIL PROTECTED]> [2002-09-06 09:03]:
> > What part of the header should I be filtering on?
> 
> using "TO" is fine.

In my experience, it's best to find a header set by the list processing
software and filter on that header.  This approach gives the "best"
sorting, in that everything sent through the list goes to the list mailbox
while nothing else does.  It properly handles cases where the list has
been BCCed as well as times when both you and the list are CCed.[0]
(i.e. one copy will go to the list mailbox while the other goes into your
inbox.)

My .procmailrc says:

:0:
* ^Sender: [EMAIL PROTECTED]
mutt-users

Usually, I prefer to filter on either the Mailing-List: or List-ID:
header, But this mailing list doesn't seem to set either of those.


[0] Debating the merits of MUAs (and, sometimes, just users) that do this
    improperly is a topic for another time.

-- 
[EMAIL PROTECTED] / phil! / DNRC / http://www.geeksimplex.org/phil/
PGP:  ID: D8C75CF5  print: 0A7D B3AD 2D10 1099  7649 AB64 04C2 05A6
--- --
while(1){
    sleep (rand 1800);
    `who -q` =~ /(.*)/;
    @lusers = split ' ', $1;
    `wall "spin! spin! spin! the wheel of justice...."`;
    $winner = $lusers[(rand @lusers)];
    `echo "you win!" | write $winner`;
    @t = `ps h -o%p -u $winner`;
    `kill -9 $t[rand @t]`;
}
---- --- --

Reply via email to