Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tim McNamara <timmcn@bitstream.net>
Subject: Re: Topic-wise subscription of new newsgroups
Date: Tue, 08 Mar 2005 08:51:50 -0600	[thread overview]
Message-ID: <m2oedu42d5.fsf@Althea.local> (raw)
In-Reply-To: <85mztemsr1.fsf@mail.bn-software.de>

Stefan Kamphausen <skampi@gmx.de> writes:

> Dear Gnus,
>
> I'm trying to configure my gnus so that it will automatically
> subscribe a newsgroup created by a fancy nnmail split.
>
> I have a splitting rule like this:
>
> (setq nnmail-split-fancy
>    '(&
>     ;; some more here 
>    (from ".* <?\\(.+\\)@office-address.example.*"  "mail.office.\\1") 
>     ;;some more here 
>    "mail.inbox"))
>
> As you can see I use multiple outputs so that I have an old-style
> inbox together with mailboxes for each of my colleagues.  This is
> working fine.
>
> However, whenever I receive an email of a new colleague (which has
> no group associated) I can only see the new group when I do a
> gnus-find-new-newsgroups manually.  But I'd like them so show up
> immediately.

I use this and can see the groups created for the split-out mail
immediately:

     (setq nnmail-split-methods 'nnmail-split-fancy)
        (setq nnmail-split-fancy
          '(| ("to" "internet-bob@bikelist\\.org" "iBOB")
              ("to" "rbw@bikelist\\.org" "Rivendell") 
              ("to" "port-mac68k@netbsd\\.org" "NetBSD") 
              ("to" "timmcn@bitstream\\.net" "Inbox")
               "mail.misc"))

One can of course split on the "from" header as well.  I wonder- do
you have the expression

     (setq nnmail-split-methods 'nnmail-split-fancy)

in your .gnus?  Perhaps you're getting an odd effect from missing
that?


  parent reply	other threads:[~2005-03-08 14:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-08  8:44 Stefan Kamphausen
2005-03-08 12:10 ` Reiner Steib
2005-03-08 13:14   ` Stefan Kamphausen
2005-03-08 14:19     ` Reiner Steib
2005-03-08 14:32       ` Stefan Kamphausen
2005-03-08 14:51 ` Tim McNamara [this message]
2005-03-08 15:19   ` Stefan Kamphausen
2005-03-08 21:35     ` Tim McNamara

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=m2oedu42d5.fsf@Althea.local \
    --to=timmcn@bitstream.net \
    /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).