Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: What Headers Are Checked With split-fancy 'any'
Date: Wed, 29 Oct 2003 18:33:07 +0100	[thread overview]
Message-ID: <v9llr4t0do.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <767k2oj7p0.fsf@newjersey.ppllc.com>

On Wed, Oct 29 2003, Jake Colman wrote:

> spamassassin-talk@lists.sourceforge.net
> spamassassin-talk@sourceforge.net
> spamassassin-announce@lists.sourceforge.net
> spamassassin-announce@sourceforge.net
>
> or with a subject of "spamassassin"
>
> can I just say
>
> (any "spamassassin" "mail.spamassassin").

`any' doesn't include "Subject":

,----[ (info "(gnus)Fancy Mail Splitting") ]
| `from'
|      Matches the `From', `Sender' and `Resent-From' fields.
| 
| `to'
|      Matches the `To', `Cc', `Apparently-To', `Resent-To' and
|      `Resent-Cc' fields.
| 
| `any'
|      Is the union of the `from' and `to' entries.
`----

It seems to me, that the following should do what you want:

("Subject" "spamassassin" "mail.spamassassin")
(any
 "spamassassin-\\(talk\\|announce\\)@\\(lists\\.\\)?sourceforge\\.net"
 "mail.spamassassin")

Assuming `nnmail-crosspost' is set to nil:

,----[ (info "(gnus)Splitting Mail") ]
|    The mail back ends all support cross-posting.  If several regexps
| match, the mail will be "cross-posted" to all those groups.
| `nnmail-crosspost' says whether to use this mechanism or not.  Note
| that no articles are crossposted to the general (`*') group.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




  reply	other threads:[~2003-10-29 17:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-29 17:05 Jake Colman
2003-10-29 17:33 ` Reiner Steib [this message]
2003-10-29 19:33   ` Jake Colman
2003-10-29 20:41     ` Reiner Steib
2003-10-30  7:11       ` era
2003-10-30 14:03         ` Jake Colman
2003-10-30 14:26           ` era
2003-10-30 14:35           ` Reiner Steib
2003-10-30 15:10             ` era
2003-10-30 15:48               ` Reiner Steib

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=v9llr4t0do.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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).