Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nnsplit
Date: 31 Oct 2000 19:03:13 +0100	[thread overview]
Message-ID: <vafzojkoplq.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <5bvgu9ro64.fsf@brandy.cs.rochester.edu>

On 31 Oct 2000, zsh@cs.rochester.edu wrote:
> 
> To split incoming messages over multi-backend or split outgoing
> messages, my idea is to create a virtual backend nnsplit, each group
> of which contains a set of splitting rules.  Any new mail or article
> going into the group is redirected to a real group.

A two-step approach like this has one disadvantage having to do with
duplication of information.  Suppose you want to store all mail from
Peter in nnml:peter, from Paul in nnml:paul, whereas Mary goes in
nnfolder:mary and Jane goes in nnfolder:jane.

Then your two-step approach requires the user to say `if from Peter or
Paul, then put in nnsplit:males, if from Mary or Jane, then put in
nnsplit:females'.  And then the nnsplit:males group matches against
Peter and Paul again.  Likewise for the nnsplit:females group.

If there was a single-step approach, this duplication wouldn't be
necessary.

Or am I misunderstanding your proposal?

For the two-step approach, I propose a variant: introduce a `keep'
operation in nnmail-split-methods, then let nnmail-split-methods be a
server parameter, and iterate over all servers.  You could also make
mail-sources be a server parameter (with this, it would be easy to put
all POP3 mail into nnml+pop3:inbox and all IMAP mail into
nnml+imap:inbox). 

kai
-- 
I like BOTH kinds of music.



  reply	other threads:[~2000-10-31 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-31 16:05 nnsplit ShengHuo ZHU
2000-10-31 18:03 ` Kai Großjohann [this message]
2000-11-01  3:40   ` nnsplit ShengHuo ZHU

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=vafzojkoplq.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --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).