From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53293 Path: main.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (=?iso-8859-1?q?Johan_Bockg=E5rd?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-fancy usability problem Date: Tue, 01 Jul 2003 01:24:39 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87u1a9jf7q.fsf@deneb.enyo.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057015503 24688 80.91.224.249 (30 Jun 2003 23:25:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 23:25:03 +0000 (UTC) Original-X-From: ding-owner+M1837=ding+2Daccount=gmane.org@lists.math.uh.edu Tue Jul 01 01:25:01 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19X80W-0006KK-00 for ; Tue, 01 Jul 2003 01:24:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19X80x-00071m-02 for ding-account@gmane.org; Mon, 30 Jun 2003 18:24:51 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19X80n-00071c-00 for ding@lists.math.uh.edu; Mon, 30 Jun 2003 18:24:42 -0500 Original-Received: (qmail 24264 invoked by alias); 30 Jun 2003 23:24:41 -0000 Original-Received: (qmail 24259 invoked from network); 30 Jun 2003 23:24:41 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 30 Jun 2003 23:24:41 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19X86z-0003uS-00 for ; Tue, 01 Jul 2003 01:31:05 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: folca.dd.chalmers.se Original-X-Trace: quimby.gnus.org 1057015865 14007 129.16.116.17 (30 Jun 2003 23:31:05 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 30 Jun 2003 23:31:05 GMT Mail-Copies-To: never User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (usg-unix-v) Cancel-Lock: sha1:bzQFfBb+j/kyqC8ASaR3AiXfQBY= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53293 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53293 Florian Weimer writes: > The following patch changes the implicit ".*" to ".*?". Okay to > apply? --8<---------------cut here---------------start------------->8--- From: Lars Magne Ingebrigtsen Newsgroups: gnu.emacs.gnus Subject: Re: [patch] Greedy pattern in nnmail-split-it Date: Sat, 07 Jun 2003 19:51:41 +0200 Message-ID: Dmitry Astapov writes: > Here greedy match is used to glue together regexp for FIELD and > regexp for VALUE, and this greedy match eats too much. Basically, it > prevents user from using non-greedy matches at the beginning of > VALUE in the nnmail-split-fancy at all. > > I propose to change ":.*" to ":.*?" Well, this can't be changed in the stable Gnus series, so could you suggest this again once the next development series starts? --8<---------------cut here---------------end--------------->8---