From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40450 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-respool-trace for nnimap? Date: Wed, 21 Nov 2001 11:49:49 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035175997 951 80.91.224.250 (21 Oct 2002 04:53:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:53:17 +0000 (UTC) Return-Path: Original-Received: (qmail 8508 invoked from network); 21 Nov 2001 10:51:52 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Nov 2001 10:51:52 -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 166UyW-00067W-00; Wed, 21 Nov 2001 04:51:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Nov 2001 04:50:22 -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 EAA14092 for ; Wed, 21 Nov 2001 04:49:59 -0600 (CST) Original-Received: (qmail 8489 invoked by alias); 21 Nov 2001 10:49:41 -0000 Original-Received: (qmail 8484 invoked from network); 21 Nov 2001 10:49:40 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 21 Nov 2001 10:49:40 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-217.axis.se [10.13.8.217]) by krynn.axis.se (8.12.1/8.12.1/Debian -2) with ESMTP id fALAnCCJ003962 for ; Wed, 21 Nov 2001 11:49:12 +0100 Original-To: ding@gnus.org Original-Lines: 15 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40450 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). I don't know how to easily find the problem. With nnmail-split-fancy rules you can check where messages end up with `B t' or `B q' (right?), but this does not work with nnimap. Any ideas on what to use instead? Niklas