Gnus development mailing list
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
To: ding@gnus.org
Subject: Debug nnmail-split-fancy?
Date: Wed, 06 Feb 2008 15:33:44 -0500	[thread overview]
Message-ID: <m263x1bz9z.fsf@nwalsh.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3089 bytes --]

My nnmail-split-fancy looks like this (in part):

(setq nnmail-split-fancy
      '(|    ("X-DSPAM-Result" "Spam" "spam.caught")
       (|    ("X-SPAM-Charset" "yes.*" "spam.missed")
       (& (| (: gnus-registry-split-fancy-with-parent)
	     ("sender" "ubuntu-announce.*@lists\.ubuntu\.com" "ubuntu.announce")
	     ("sender" "ubuntu-users.*@lists\.ubuntu\.com" "ubuntu.users")
	     (any "fvwm@fvwm.org" "apps.fvwm")
	     (any "fvwm@lists.math.uh.edu" "apps.fvwm")

             ;;; more here
	     
	     (any "netnewswire@lists.ranchero.com" "misc.netnewswire")

             ;;; more here

	     (any ".*sun.com" "sun")

	     (from ".*dreamhost.com" "misc.dreamhost")

	     (to "nwn-comments@nwalsh\.com" "norman-walsh-name.comments")

	     "misc")
	  (: nwalsh-incoming-group)))))

Where nwalsh-incoming-group is

(defun nwalsh-incoming-group ()
  (format-time-string "archive.%Y-%m"))

This works really well most of the time. Has done for years. And now, for
this message:

  From: Brent Simmons <brent@ranchero.com>
  Subject: Re: feed source instead of feed info in preview pane
  To: netnewswire@lists.ranchero.com
  Date: Wed, 6 Feb 2008 10:30:25 -0800
  Delivered-To: normanwalsh@gmail.com
  Received-SPF: neutral (google.com: 208.97.132.30 is neither permitted nor denied by best guess record for domain of netnewswire-bounces@lists.ranchero.com) client-ip=208.97.132.30;
  Authentication-Results: mx.google.com; spf=neutral (google.com: 208.97.132.30 is neither permitted nor denied by best guess record for domain of netnewswire-bounces@lists.ranchero.com) smtp.mail=netnewswire-bounces@lists.ranchero.com
  X-DH-Virus-Scanned: Debian amavisd-new at montecristo.dreamhost.com
  X-Spam-Score: 0
  X-Spam-Status: No, score=0 tagged_above=-999 required=999 tests=[none]
  Message-Id: <36DB587E-6B07-4DAE-B0F8-D3F56B9467A0@ranchero.com>
  X-Sent: 1 hour, 58 minutes, 32 seconds ago
  X-Mailer: Apple Mail (2.915)
  X-BeenThere: netnewswire@lists.ranchero.com
  X-Mailman-Version: 2.1.9
  Reply-To: netnewswire@lists.ranchero.com
  List-Id: NetNewsWire help and discussion <netnewswire-ranchero.com>
  List-Archive: <http://lists.ranchero.com/private.cgi/netnewswire-ranchero.com>
  List-Help: <mailto:netnewswire-request@lists.ranchero.com?subject=help>
  Sender: netnewswire-bounces@lists.ranchero.com
  Errors-To: netnewswire-bounces@lists.ranchero.com

'B' 'q' suggests archive.2008-02 and misc. Why doesn't the any rule
match the To: line? Is there some switch I can turn on to get some
debugging output from split fancy?

I had another message go *only* to the archive list, so there's
definitely something funky and it's a serious problem for me.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | A great deal may be done by severity,
http://nwalsh.com/            | more by love, but most by clear
                              | discernment and impartial
                              | justice.--Goethe

[-- Attachment #2: Type: application/pgp-signature, Size: 185 bytes --]

             reply	other threads:[~2008-02-06 20:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-06 20:33 Norman Walsh [this message]
2008-02-06 22:13 ` Reiner Steib
2008-02-07 12:55   ` Norman Walsh
2008-02-06 23:00 ` Katsumi Yamaoka
2008-02-07 12:56   ` Norman Walsh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m263x1bz9z.fsf@nwalsh.com \
    --to=ndw@nwalsh.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).