Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Re: Getting new mail with nnml
Date: 04 Nov 1995 17:41:41 -0800	[thread overview]
Message-ID: <m268gz6dnu.fsf@diana.miranova.com> (raw)
In-Reply-To: nc0273@netcom.com's message of 04 Nov 1995 16:25:37 -0800

>>>>> "Sean" == Sean Lynch <nc0273@netcom.com> writes:

    Sean> When I'm in the middle of a September 0.12 session, if I
    Sean> receive new mail, and I type "2g" to get my new mail (all my
    Sean> mail groups are at level 2 or below), it all ends up in an
    Sean> mbox in my home directory rather than being put into the
    Sean> appropriate nnml groups.  However, if I respool articles
    Sean> from other groups, they get split up properly.

    Sean> Anyone have any insight on this one?

If this is what I think it is, it's not sgnus specific, the problem is
also with Gnus 5.0 too.

The code paths taken during 1) Gnus startup, 2) a batch fetch new mail
and 3) fetch new mail for specific group are all different.

First off, I use procmail splitting where each nnml: folder gets fed
by a file named ~/spool/nnml-folder-name.spool.

A current problem with splitting mail exists if you have nnml folders
with names including "."s, and gnus-use-long-file-name is t.  You can
make some of the bad behavior go away by eliminating the (nasty)
routine in nnmail which converts strings with dots in them to strings
with slashes in them (paths 1 & 3 work, 2 does not).  

Another problem which manifests itself similarly is Gnus will bogusly
match a shorter nnml folder name to a spool file (in case 2 above) but
get it correct for cases 1 & 3.  Eg.  I have a nnml folder named
gnus-list which is intended to have messages inserted *manually only*
to it.  I have another nnml folder dgnus-list which is intended to be
filled by mail split by procmail from ~/spool/dgnus-list.spool.  When
I do M-2 g all of the dgnus-list.spool gets put into nnml:gnus-list.

Therefore, for my configuration, case 2 (M-2 g) is badly broken, and
I've stopped using it.

-- 
steve@miranova.com baur


  reply	other threads:[~1995-11-05  1:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-05  0:25 Sean Lynch
1995-11-05  1:41 ` Steven L. Baur [this message]
1995-11-05  3:43   ` Steven L. Baur
1995-11-06 13:33 ` Lars Magne Ingebrigtsen
1995-11-07 18:46 ` Sean Lynch

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=m268gz6dnu.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /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).