>>>>> In <[EMAIL PROTECTED]>
>>>>>   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: "[EMAIL PROTECTED]" "mail.voynich")
> (From: ".*gentoo.*" "mail.gentoo")
> (From: "[EMAIL PROTECTED]" "mail.zenith")
> (To: ".*\\(lisp.it\\|[EMAIL PROTECTED]).*" "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,
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to