From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40106 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: What's wrong with this regexp? Date: Wed, 07 Nov 2001 19:54:18 +0100 Organization: LF.net GmbH, Stuttgart, Germany 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 1035175707 31465 80.91.224.250 (21 Oct 2002 04:48:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:48:27 +0000 (UTC) Return-Path: Original-Received: (qmail 2483 invoked from network); 7 Nov 2001 18:57:19 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Nov 2001 18:57:19 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 161Xqy-0000li-00; Wed, 07 Nov 2001 12:55:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Nov 2001 12:54:53 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA24911 for ; Wed, 7 Nov 2001 12:54:38 -0600 (CST) Original-Received: (qmail 2462 invoked by alias); 7 Nov 2001 18:54:46 -0000 Original-Received: (qmail 2457 invoked from network); 7 Nov 2001 18:54:45 -0000 Original-Received: from lamia.lf.net (212.9.190.31) by gnus.org with SMTP; 7 Nov 2001 18:54:45 -0000 Original-Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for mail.gnus.org id m161Xq6-001Sq7C; Wed, 7 Nov 2001 19:54:18 +0100 (CET) Original-To: ding@gnus.org X-Attribution: viteno X-NCC-RegID: de.lfnet X-URL: http://www.LF.net/ X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t In-Reply-To: (Frank Schmitt's message of "Wed, 07 Nov 2001 19:48:47 +0100") Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (asparagus, i386-unknown-freebsd4.4) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40106 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40106 Frank Schmitt writes: > Is it possible that regexp's in nnmail-split-methods are broken? > I've got the following in my .gnus: > > (setq nnmail-split-methods > '(("NT-Emacs" "^\(CC:\|To:\).*help-emacs-windows@gnu.org.*") > ("NT-Emacs" "^\(CC:\|To:\).*ntemacs-users@cs.washington.edu.*") > ("XEmacs-NT" "^\(To:\|CC:\).*xemacs-???nt@xemacs.org.*") > ("Hamster-src" "^\(CC:\|To:\).*hamster-sourcen@\(yahoogroups\.\(de\|com\)\|egroups\.com\).*") > ("Replies" "^\(CC:\|To:\).*usenet@Frank-Schmitt.net.*") > ("Uni" "^\(CC:\|To:\).*fschmitt@uni-koblenz.de.*") > ("mail.general" ""))) Don't you have to use ^\\(Cc\\To\\):.*... etc in the regexp? norbert.