Stepan Kasal wrote:
> Let me remind you that if you want to filter the postings to
> a separate folder, and if you use procmail, you can use the
>
> following recipe:
> :0:
>
> * ^List-Post:[EMAIL PROTECTED]>
> bug-gnulib-new

You can also mark the mails in the subject line, without moving them
to a separate folder, like this:

# Subject rewriting: see http://www.uwasa.fi/~ts/info/proctips.html#subjid
:0
* ^List-Post: <mailto:[EMAIL PROTECTED]>$
{ 
  :0 h
  SUBJECT=|formail -x "Subject: "
  :0 fwh
  |formail -i "Subject: [bug-gnulib]$SUBJECT"
}


Thanks Stepan for the help on this.

Bruno



_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to