From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66483 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: 'nother split-fancy question Date: Thu, 13 Mar 2008 11:52:22 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1205419492 2850 80.91.229.12 (13 Mar 2008 14:44:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 14:44:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14972@lists.math.uh.edu Thu Mar 13 15:45:18 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZofl-0000Hc-JI for ding-account@gmane.org; Thu, 13 Mar 2008 15:44:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JZoex-0005V4-Ht; Thu, 13 Mar 2008 09:43:55 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JZl3F-0004G2-HL for ding@lists.math.uh.edu; Thu, 13 Mar 2008 05:52:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JZl39-0001wV-7w for ding@lists.math.uh.edu; Thu, 13 Mar 2008 05:52:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JZl3G-0005Ob-00 for ; Thu, 13 Mar 2008 11:52:46 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JZl31-0007dJ-OA for ding@gnus.org; Thu, 13 Mar 2008 10:52:31 +0000 Original-Received: from remote2.student.chalmers.se ([129.16.29.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Mar 2008 10:52:31 +0000 Original-Received: from bojohan+news by remote2.student.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Mar 2008 10:52:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: remote2.student.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:i/khKY1BpfsjVmB/AuyCscrtdr8= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66483 Archived-At: Reiner Steib writes: > On Mon, Mar 10 2008, Norman Walsh wrote: > >> Can anyone explain why this rule: >> >> (to "carbon-emacs@googlegroups\\.com" "googlegroups.carbon-emacs") >> >> matches and works fine, but this rule: >> >> (to "\\(.*\\)@googlegroups\\.com" "googlegroups.\\1") >> >> sends the message to "googlegroups." ? Gnus does the matching via re-search-backward with a regexp that looks like ^\(\(FIELD\):.*\)\(VALUE\) -- Johan Bockgård