From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29783 Path: main.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.gnus.general Subject: Header Fields and Split Fancy Date: 18 Apr 2000 12:00:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166397 4707 80.91.224.250 (21 Oct 2002 02:13:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:13:17 +0000 (UTC) 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 52890D051E for ; Tue, 18 Apr 2000 05:57:33 -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 EAB30342; Tue, 18 Apr 2000 04:57:29 -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 04:57:00 -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 EAA01618 for ; Tue, 18 Apr 2000 04:56:50 -0500 (CDT) Original-Received: from mfkpc34.mw.tu-dresden.de (mfkpc34.tu-dresden.de [141.30.108.94]) by mailhost.sclp.com (Postfix) with ESMTP id CF7EBD051E for ; Tue, 18 Apr 2000 05:57:05 -0400 (EDT) Original-Received: (from sparr@localhost) by mfkpc34.mw.tu-dresden.de (8.9.3/8.9.3) id MAA12498; Tue, 18 Apr 2000 12:00:39 +0200 X-Authentication-Warning: mfkpc34.mw.tu-dresden.de: sparr set sender to sparr@mfkrs1.mw.tu-dresden.de using -f Original-To: ding@gnus.org Original-Lines: 34 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29783 Hi, I tried to set up nnmail-split-fancy. I encountered a problem caused by the capitals in the header fields of my messages. In the variable `nnmail-split-abbrev-alist' all of the field names start with a down-case character. I tried to add regular expressions in the same manner which include the capitalized field names like this. ,---- | (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))) `---- but did not succeed. Neither I did receive an error message nor Gnus was adding the changes. What do I miss here? Is it possible to "wash" the headers as assumed by nnmail-split-fancy? TIA, Holger -- Using Gnus 5.8.3 with Emacs 20.3.1