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: Mail splitting questions or feature requests
Date: 23 Mar 2001 00:41:30 +0100	[thread overview]
Message-ID: <vafwv9hid79.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <vety9txnzxo.fsf@toespaz.c3.lanl.gov> (Reid Rivenburgh's message of "22 Mar 2001 16:31:31 -0700")

On 22 Mar 2001, Reid Rivenburgh wrote:
>  Kai Großjohann writes:
> 
>  > I see.  Hm.  Doing something for messages where the From address
>  > is NOT among a set of known addresses is probably not so easy.
>  > But I guess you should be able to do it with nnmail-split-fancy.
> 
>  > Can you see how to do it there?
> 
> Well, no, but maybe after a few hours of looking at it. :) Thanks
> for the suggestion.

Hm.  You might have to separate the `From' rules from the To/Cc
rules.  Then you can do like this:

(| (from "known1" "group1") (from "known2" "group2") ... "XX")

I think this should put messages from any of the known people in the
indicated groups, and all other messages in the XX group.

Not you have to combine with To/Cc.  Hm...

(& (| ...as.above...)
   (to "known1" "group1")
   ...)

`|' means go through the rules and do the first one that fires.
`&' means go through the rules and do all that fire.

kai
-- 
Be indiscrete.  Do it continuously.


  reply	other threads:[~2001-03-22 23:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22 19:15 Reid Rivenburgh
2001-03-22 22:09 ` Kai Großjohann
2001-03-22 22:44   ` Reid Rivenburgh
2001-03-22 23:05     ` Kai Großjohann
2001-03-22 23:31       ` Reid Rivenburgh
2001-03-22 23:41         ` Kai Großjohann [this message]
2001-03-22 23:47           ` Reid Rivenburgh
2001-03-22 23:55             ` Kai Großjohann
2001-03-23 18:44               ` Reid Rivenburgh

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