From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13275 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-fancy and `@' Date: 16 Dec 1997 19:49:56 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035152671 8409 80.91.224.250 (20 Oct 2002 22:24:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:24:31 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id KAA27460 for ; Tue, 16 Dec 1997 10:50:09 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA15050 for ; Tue, 16 Dec 1997 12:52:06 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAJ18614; Tue, 16 Dec 1997 12:51:24 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Dec 1997 12:50:41 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id MAA18601 for ; Tue, 16 Dec 1997 12:50:35 -0600 (CST) Original-Received: (qmail 17134 invoked by uid 504); 16 Dec 1997 18:50:21 -0000 Original-Received: (qmail 17131 invoked from network); 16 Dec 1997 18:50:21 -0000 Original-Received: from pat.uio.no (6089@129.240.130.16) by claymore.vcinet.com with SMTP; 16 Dec 1997 18:50:20 -0000 Original-Received: from octarine.uio.no (actually octarine.uio.no [129.240.186.25]) by pat.uio.no with SMTP (PP); Tue, 16 Dec 1997 19:49:58 +0100 Original-Received: by octarine.uio.no ; Tue, 16 Dec 1997 19:49:56 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Stefan Waldherr's message of "16 Dec 1997 12:04:01 -0500" Original-Lines: 19 X-Mailer: Quassia Gnus v0.18/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13275 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13275 [Stefan Waldherr] | can someone please give me a hint, why nnmail-split-fancy fails to correcly | sort mail when it comes to the `@' character? I have a rule like this: | | ("from\\|to\\|cc" ".*jobs-opps@" "cmu-jobs") I think Gnus does some additional massaging on the regexps in `nnmail-split-fancy'. One of the things it appears to do (I haven't checked, though) is something like (concat "\\<" regexp "\\>") As "@" isn't a word character (in most syntax tables, anyway :), it can't possibly be at the end of a word, hence the match fails. HTH, -- Harald