Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* problems debugging mail splitting rules
@ 2002-11-10 22:26 Ben Elliston
  2002-11-10 22:35 ` Henrik Enberg
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Elliston @ 2002-11-10 22:26 UTC (permalink / raw)


I am using the basic nnmail-split-methods variable to specify mail
splitting rules for GNUS.  Here is an abbreviated version from my
.emacs:

  (setq nnmail-split-methods
        '(("mail.system.backups" "^From.*amanda@")
	 ("mail.system.cron" "^Subject: Cron")
	 ("mail.personal" "")))

The problem I am having with this is that I routinely get a single
message being split into two different mail groups, giving me a copy
of the message in each group.  I thought that this list was traversed
top to bottom and that the first match terminated the search?

Why might I be getting duplicates?  How can I troubleshoot it?

Thanks, Ben


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

* Re: problems debugging mail splitting rules
  2002-11-10 22:26 problems debugging mail splitting rules Ben Elliston
@ 2002-11-10 22:35 ` Henrik Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Henrik Enberg @ 2002-11-10 22:35 UTC (permalink / raw)


Ben Elliston <bje@redhat.com> writes:

> The problem I am having with this is that I routinely get a single
> message being split into two different mail groups, giving me a copy
> of the message in each group.  I thought that this list was traversed
> top to bottom and that the first match terminated the search?

  Gnus crossposts messages to all relevant groups by default.  You can
  turn that off by frobbing `nnmail-crosspost' if you wish.  It is also
  possible to split dupes into their own group.  The manual will tell
  you how.

-- 
Booting... /vmemacs.el


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

end of thread, other threads:[~2002-11-10 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-10 22:26 problems debugging mail splitting rules Ben Elliston
2002-11-10 22:35 ` Henrik Enberg

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