From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29785 Path: main.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.gnus.general Subject: Re: Header Fields and Split Fancy Date: 18 Apr 2000 13:29:19 +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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035166399 4710 80.91.224.250 (21 Oct 2002 02:13:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:13:19 +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 F3709D051E for ; Tue, 18 Apr 2000 07:46:19 -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 GAB00943; Tue, 18 Apr 2000 06:46:01 -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:45:33 -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 GAA06646 for ; Tue, 18 Apr 2000 06:45:23 -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 4CAA2D051E for ; Tue, 18 Apr 2000 07:25:44 -0400 (EDT) Original-Received: (from sparr@localhost) by mfkpc34.mw.tu-dresden.de (8.9.3/8.9.3) id NAA12589; Tue, 18 Apr 2000 13:29:19 +0200 X-Authentication-Warning: mfkpc34.mw.tu-dresden.de: sparr set sender to sparr@mfkrs1.mw.tu-dresden.de using -f Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "18 Apr 2000 12:57:27 +0200" Original-Lines: 46 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:29785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29785 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Holger Sparr writes: >=20 > > I tried to set up nnmail-split-fancy. I encountered a problem caused > > by the capitals in the header fields of my messages. >=20 > Did you really see a problem with these abbrevs, ie did you see wrong > splitting because of header case? Right now, I am using this for splitting: ("From" ".*elsevier" "mail.elsevier") [...] ("To" "sparr@\\|Sparr@" "mail.other") ("Cc" "sparr@\\|Sparr@" "mail.other") ("To" "sparr+usenet@" (| ("subject" "Re:.*" "mail.answer") ("references" ".*@.*" "mail.answer") "mail.spam")) "mail.spam") Without being case sensitive like: (from ".*elsevier" "mail.elsevier") [...] (to "sparr@\\|Sparr@" "mail.other") (to "sparr+usenet@" (| ("subject" "Re:.*" "mail.answer") ("references" ".*@.*" "mail.answer") "mail.spam")) "mail.spam") the incoming messages went to "spam". I think, using these abbrevs looks nicer. I just wanted to keep these additional abbrevs in the right place.=20 I am curious about what was wrong in my (add-to-list...) formulation. Thanks for your time. Holger --=20