From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29786 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Header Fields and Split Fancy Date: 18 Apr 2000 13:52:41 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166400 4718 80.91.224.250 (21 Oct 2002 02:13:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:13:20 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id E3078D051E for ; Tue, 18 Apr 2000 07:54:34 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB31866; Tue, 18 Apr 2000 06:54:31 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 18 Apr 2000 06:53:59 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA06713 for ; Tue, 18 Apr 2000 06:53:41 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id D34BAD051E for ; Tue, 18 Apr 2000 07:53:57 -0400 (EDT) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id NAA14411; Tue, 18 Apr 2000 13:52:41 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id NAA17796; Tue, 18 Apr 2000 13:52:41 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id NAA31136; Tue, 18 Apr 2000 13:52:41 +0200 X-Authentication-Warning: lucy.cs.uni-dortmund.de: grossjoh set sender to Kai.Grossjohann@CS.Uni-Dortmund.DE using -f Original-To: Holger Sparr In-Reply-To: Holger Sparr's message of "18 Apr 2000 12:00:39 +0200" Original-Lines: 23 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29786 Holger Sparr writes: > ,---- > | (add-to-list nnmail-split-abbrev-alist > | '((anyuc ."From\\|To\\|Cc\\|Sender\\|Newsgroup") > | (mailuc . "Mailer-daemon\\|Postmaster\\|Uucp") > | (touc . "To\\|Cc\\|Apparently-To\\|Resent-To\\|Resent-Cc") > | (fromuc . "From\\|Sender\\|Resent-From")) > | :group 'nnmail-split > | :type '(repeat (cons :format "%v" symbol regexp))) > `---- Delete the `:group' and `:type' clauses: (add-to-list nnmail-split-abbrev-alist '((anyuc ."From\\|To\\|Cc\\|Sender\\|Newsgroup") (mailuc . "Mailer-daemon\\|Postmaster\\|Uucp") (touc . "To\\|Cc\\|Apparently-To\\|Resent-To\\|Resent-Cc") (fromuc . "From\\|Sender\\|Resent-From"))) kai -- Beware of flying birch trees.