Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: info-gnus-english@gnu.org
Cc: physiculus <physiculus@gmail.com>
Subject: Re: newbie question: trouble with mail splitting
Date: Thu, 30 May 2019 17:27:33 +0200	[thread overview]
Message-ID: <87tvdct122.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87tvdc0yjp.fsf@googlemail.com> (physiculus@gmail.com's message of "Thu, 30 May 2019 17:09:14 +0200")

physiculus writes:

> first thanks for the fast replies!
> But unfortunately nothing changed.
> here is my changed gnus.el
> (setq nnmail-split-fancy
>       '(|
>         ;;(: spam-split 'spam-use-regex-headers)
>         (To "emacs-orgmode@gnu.org" "nnmaildir+Lokal:OrgDigest")
>         (From ".*n3.nabble.com" "nnmaildir+Lokal:notmuch")
>         (From ".*pinterest.com" "nnmaildir+Lokal:Pinterest")
>         (Subject "^FRITZ!.*" "nnmaildir+Lokal:fritz")
>         (From "forum@papyrus.de" "nnmaildir+Lokal:Papyrus")
>         ;;(: spam-split)
>         ("mail.misc")
>         ))
>
> If gnus receives mail no splitting is done.
> If i press B t then gnus tells me, that mail goes to mail.misc.
>
> Is there any way to check a little bit deeper, why gnus doesnt split?
> Do i have to set some more variables?

Uhm, yes. The above definitely is not enough.

If you use imap, you can look here:

 · http://gnus.org/manual/gnus_83.html#Client_002dSide-IMAP-Splitting

If you don't (which the above suggests, but the information is
incomplete), then you need at least to also:

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

Otherwise nnmail-split-fancy doesn't do anything. Documentation here:

 · http://gnus.org/manual/gnus_84.html#Fancy-Mail-Splitting

If you want better hints, include your entire .gnus.


  Best regards,

    Adam

-- 
 "Everything needs to change.                                 Adam Sjøgren
  And it has to start today."                            asjo@koldfront.dk

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  parent reply	other threads:[~2019-05-30 15:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-27 19:36 Karl
2019-05-27 20:46 ` Emanuel Berg
2019-05-27 21:35 ` Adam Sjøgren
2019-05-27 22:17   ` Eric Abrahamsen
2019-05-28  1:09     ` William Henderson
2019-05-28  5:27     ` Adam Sjøgren
     [not found]       ` <87tvdc0yjp.fsf@googlemail.com>
2019-05-30 15:27         ` Adam Sjøgren [this message]
2019-05-30 17:04           ` physiculus
     [not found]           ` <87k1e727rf.fsf@googlemail.com>
2019-05-30 20:56             ` Adam Sjøgren
2019-06-03 17:33               ` physiculus

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=87tvdct122.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=info-gnus-english@gnu.org \
    --cc=physiculus@gmail.com \
    /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).