Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: info-gnus-english@gnu.org
Subject: Re: mail splitting doesn't work
Date: Mon, 21 May 2007 13:39:36 +0900	[thread overview]
Message-ID: <b4md50uaiyf.fsf@jpl.org> (raw)
In-Reply-To: <87veends6d.fsf@thalassa.lan.informatimago.com>

>>>>> In <87veends6d.fsf@thalassa.lan.informatimago.com>
>>>>>	Pascal Bourguignon wrote:

> I customized nnmail split as indicated in info for gnu, but it doesn't
> work, no splitting occurs either when I fetch new mail nor when I
> respool the bogus mail group where all mails land eventually...

> (custom-set-variables
>  '(nnmail-split-fancy (quote (| (: nnmail-split-fancy-with-parent)
> ("From:" ".*Cron Daemon.*" "mail.cron")
> (To: ".*vms-list@voynich.net.*" "mail.voynich")
> (From: ".*gentoo.*" "mail.gentoo")
> (From: ".*zenith.*@zenit.org.*" "mail.zenith")
> (To: ".*\\(lisp.it\\|slime.*@common-lisp.net\\).*" "mail.lisp")
> (From: ".*\\(@freelance.com\\|@dice.com\\).*" "mail.jobs"))))

> What should I do to have my emails split into the right groups?

The first element of each split should be a string which is a
header name not containing ":", or a symbol defined in
`nnmail-split-abbrev-alist'.  In addition, all regexps are case
insensitive.  So, you may want to replace "From:" and From: with
"from" or just from, To: with "to" or to.

Regards,

  reply	other threads:[~2007-05-21  4:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-20 22:52 Pascal Bourguignon
2007-05-21  4:39 ` Katsumi Yamaoka [this message]
2007-05-21  4:59   ` Pascal Bourguignon
2008-03-26 22:52 ` Giorgos Keramidas

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=b4md50uaiyf.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=info-gnus-english@gnu.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).