Gnus development mailing list
 help / color / mirror / Atom feed
* Debugging nnmail-split-fancy
@ 2019-02-14  8:49 Norman Walsh
  2019-02-14 15:26 ` Gijs Hillenius
  2019-02-14 18:16 ` Andreas Schwab
  0 siblings, 2 replies; 8+ messages in thread
From: Norman Walsh @ 2019-02-14  8:49 UTC (permalink / raw)
  To: ding

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

Hello world,

I use nnmail-split-fancy to route incoming mail to any of a few dozen
(or more) folders. Very occasionally, and with no discernable pattern,
I find a message in the wrong folder. (I have no idea how often this
actually happens, but I only notice very occasionally.)

So, for example, I find a message in “acmecorp.sales” that’s clearly
part of a thread that I’ve been reading in “acmecorp.mac-users” (in
this case). I type “B q” and Gnus (v5.13 btw) says:

  This message would go to archive.2019-02, acmecorp.mac-users

Yeah. Except, it didn’t. It want to “acmecorp.sales”.

Any clue how to debug this?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | If you want to build a ship, don't drum
http://nwalsh.com/            | up the men to gather wood, divide the
                              | work and give orders. Instead, teach
                              | them to yearn for the vast and endless
                              | sea.--A. de Saint-Exupery

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* debugging nnmail-split-fancy
@ 1997-07-22  5:56 Steinar Bang
  1997-07-22  6:49 ` Steinar Bang
  0 siblings, 1 reply; 8+ messages in thread
From: Steinar Bang @ 1997-07-22  5:56 UTC (permalink / raw)


Platform: Gnus 5.4.56/GNU Emacs 19.34/SPARC Solaris 2.5

I tried switching to nnmail-split-fancy, yesterday, but I find the
debugging facilities, somewhat er... lacking...

Here are the last messages from the *Messages* buffer:
	Getting mail from the post office...
	Getting mail from po:sb...done
	Error in `nnmail-split-methods'; using `bogus' mail group
	Wrote /opt/home/sb/Mail/bogus/62
	Error in `nnmail-split-methods'; using `bogus' mail group
	Wrote /opt/home/sb/Mail/bogus/63
	Error in `nnmail-split-methods'; using `bogus' mail group
	Wrote /opt/home/sb/Mail/bogus/64
	Error in `nnmail-split-methods'; using `bogus' mail group
	Wrote /opt/home/sb/Mail/bogus/65
	nnml: Reading incoming mail...done

I'll keep on investigating, but as always, I appreciate pointers in
the right direction.

Thanx!


- Steinar


Here's the code from my .gnus.el:

(setq nnmail-split-fancy
      '((|
	 ("from" mail (| ("subject" "warn.*" "mail.warning")
			   "sysadm.logmessages"))
	 (&

	  ;; Metis system administration
           (any "sysadm@metis\\.no" "sysadm.todo")
	   ("from" "root@\\(abel\\|mailhub\\).metis.no"
	    (| ("subject" "Output from \"cron\" command")
	       "sysadm.logmessages"))
           (any "\\(webmaster\\|www-admin\\)@metis\\.no" "mail.www-admin")

	   ;; Metis development aliases
           ("from" "CVS-kjeruben" "mail.2x.cvs")
           ("subject" "CVS Update of /metis/cvs/.*" "sysadm.cvsmessages")
           (any "2x@metis\\.no" "mail.2x")
           (any "soft@metis\\.no" "mail.soft")
           (any "metsol@metis\\.no" "mail.metsol")

	   ;; Metis aliases
           (any "alle?@metis\\.no" "mail.alle")
           (any "Norway\\.Dist@Norway\\.NCR\\.COM" "mail.ncr")
           (any "Horten\\.Dist@Norway\\.NCR\\.COM" "mail.ncr")
           (any "All_NCR_Employees@.*NCR\\.COM" "mail.ncr")
           (any "week-summary@metis\\.no" "mail.week-summary")

	   ;; Metis hosted mailing lists
           (any "orbplus-solaris-request@metis\\.no"
		"mail.orbplus-solaris-request")
           (any "orbplus-solaris@metis\\.no" "mail.orbplus-solaris")

	   ;; External mailing listss
           (any "mh-workers@ics\\.UCI\\.EDU" "mail.mh-workers")
           (any "ding@\\(gnus\\.org\\|ifi\\.uio\\.no\\)" "mail.ding")
           (any "\\(ilu@parc\\.\\|\\(ILU\\|ilu\\)\\.\\(PARC\\|parc\\)@\\)xerox\\.com" "mail.ilu")
           (any "fresco@merlin\\.iuk\\.tu-harburg\\.de" "mail.fresco")
           (any "jnative-l@teleport\\.com" "mail.jnative-l")

           ;; Hobby mailing lists...
           (any "vfr\\(-digest\\)?@cs\\.wisc\\.edu" "mail.vfr")
           (any "doders@dod\\.no" "mail.dod")
           (any "trip_report@dod\\.no" "hobby.trip_report")
           (any "autobahn@dod\\.no" "mail.autobahn_dod")
           (any "utdrikk@dod\\.no" "mail.utdrikk")

	   ;; mail addressed directly to me
           (any "sb@metis\\.no" "mail.misc")
           (any "sb@dod\\.no" "mail.private")
           (any "steinar@bang\\.priv\\.no" "mail.private"))
	 "spam")))

(setq nnmail-split-methods
      'nnmail-split-fancy)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-19 17:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  8:49 Debugging nnmail-split-fancy Norman Walsh
2019-02-14 15:26 ` Gijs Hillenius
2019-02-14 18:16 ` Andreas Schwab
2019-02-19 17:08   ` Norman Walsh
  -- strict thread matches above, loose matches on Subject: below --
1997-07-22  5:56 debugging nnmail-split-fancy Steinar Bang
1997-07-22  6:49 ` Steinar Bang
1997-07-23 17:58   ` Lars Magne Ingebrigtsen
1997-07-23 23:51   ` Mark Eichin

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).