From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40453 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-respool-trace for nnimap? Date: Wed, 21 Nov 2001 13:40:01 +0100 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 1035176000 961 80.91.224.250 (21 Oct 2002 04:53:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:53:20 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 9947 invoked from network); 21 Nov 2001 12:42:33 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Nov 2001 12:42:33 -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 166Whr-0006ba-00; Wed, 21 Nov 2001 06:42:23 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Nov 2001 06:41:17 -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 GAA14412 for ; Wed, 21 Nov 2001 06:40:52 -0600 (CST) Original-Received: (qmail 9929 invoked by alias); 21 Nov 2001 12:40:34 -0000 Original-Received: (qmail 9924 invoked from network); 21 Nov 2001 12:40:34 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 21 Nov 2001 12:40:34 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id fALCe7h08399; Wed, 21 Nov 2001 13:40:07 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id NAA18252; Wed, 21 Nov 2001 13:40:02 +0100 (MET) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id B744C201B; Wed, 21 Nov 2001 13:40:01 +0100 (CET) Original-To: Niklas Morberg In-Reply-To: (Niklas Morberg's message of "Wed, 21 Nov 2001 11:49:49 +0100") Original-Lines: 25 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40453 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40453 Niklas Morberg writes: > I'm having some very weird problems with my > nnimap-split-fancy rules which I need to locate (when > checking a from address not containing any numbers against > the regex ".*[0-9]\\{2,\\}.*" it will incorrectly match, > probably because the from address contains the character > `=F6', but I don't know). If you do C-u g on the message, what do you see? Maybe the =F6 is QP encoded, as "=3DF6", which contains a digit... But OTOH, that doesn't contain two or more digits. Hm. But maybe the QP encoding has a leader like "=3D?iso-8859-1", which does contain digits. FWIW, I think you can replace ".*[0-9]\\{2,\\}.*" with ".*[0-9][0-9].*". And the two ".*" are only needed because fancy splitting adds invisible "\\<" and "\\>" around your regexp. kai --=20 Simplification good! Oversimplification bad! (Larry Wall)