From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: Filter Mails Date: Sun, 02 Apr 2006 14:00:02 +0200 Message-ID: <1143979202.178306.24349.nullmailer@totoz-linux> References: <1142422040.474337.182460@p10g2000cwp.googlegroups.com> <87wtevncsi.fsf@laptop.rdc1.home> <200603152035.01220.moeller_olaf@yahoo.de> Reply-To: zedek@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143979320 11044 80.91.229.2 (2 Apr 2006 12:02:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Apr 2006 12:02:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 02 14:01:58 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQ1HB-0004dQ-Kk for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Apr 2006 14:01:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ1HB-000233-7k for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Apr 2006 08:01:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQ1Gi-0001sT-DB for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:01:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQ1Gf-0001qH-Rr for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:01:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ1Gf-0001pt-CW for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:01:17 -0400 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQ1JU-0006cq-Pt for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:04:12 -0400 Original-Received: from totoz-linux (unknown [10.0.0.5]) by smtp.gnu-rox.org (Postfix) with SMTP id 81A5312D7D8; Sun, 2 Apr 2006 14:09:34 +0200 (CEST) Original-Received: (nullmailer pid 24352 invoked by uid 1000); Sun, 02 Apr 2006 12:00:02 -0000 Original-To: moeller_olaf@yahoo.de In-reply-to: <200603152035.01220.moeller_olaf@yahoo.de> User-Agent: RMAIL/GNU Emacs 22.0.50.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34125 Archived-At: [Catching up so I may be late] From: moeller_olaf@yahoo.de Hi to All, is it possible to begin the Subjekt in all mails by [emacs] Can't you filter on help-gnu-emacs@gnu.org ? Here I use a simple procmail recipe to add a X-List-Classify header: # most lists - RFC2919 and some variants. :0 fhw * ^((List-Id|X-(Mailing-)?List):(.*[<]\/[^>@\.\/]*)) | formail -I "X-List-Classify: $MATCH" Then you can filter on the $MATCH part. Regards, Xavier