unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: David Masterson <dsmasterson92630@outlook.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Help w/ nnimap-split-methods ?
Date: Wed, 25 Nov 2020 13:30:43 +0530	[thread overview]
Message-ID: <m2zh356f2s.fsf@codeisgreat.org> (raw)
In-Reply-To: <SJ0PR03MB545551321C643DAFC4FAB4389BFA0@SJ0PR03MB5455.namprd03.prod.outlook.com> (David Masterson's message of "Tue, 24 Nov 2020 18:23:23 -0800")

David Masterson <dsmasterson92630@outlook.com> writes:

> (setq nnimap-split-methods
>       '(
> 	("mail.orgmode" "^\\(To:\\|Cc:\\).*emacs-orgmode@gnu.org.*$")
> 	("mail.emacs" "^\\(To:\\|Cc:\\).*help-gnu-emacs@gnu.org.*$")
> 	("mail.devel" "^\\(To:\\|Cc:\\).*emacs-devel@gnu.org.*$")
> 	("mail.misc" "")
> 	)
>       )
>
> With this setting, I have a few questions:
> 1. I still get Junk email, but I thought the above would put junk in
> mail.misc.  Why is the Junk folder being created/used?
> 2. Some, but not all, messages that should be parsed by the regexps and
> put into appropriate mail folders, but wind up in Junk.  Why?
> 3. Once in awhile, things do show up in mail.misc instead of Junk.  Does
> that make sense?

1. Since you are using IMAP, some of the groups (folders) that you see
   are coming from the server. Junk is probably one such folder on your
   outlook.com account. This is created by the server.

2. Those messages which are marked by outlook.com server as spam are
   going into Junk before reaching Gnus. Hence the split is /not/
   working for them.

3. Those messages which escape the outlook spam filter are going through
   your split chain and ending up in mail.misc.



  reply	other threads:[~2020-11-25  8:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25  2:23 Help w/ nnimap-split-methods ? David Masterson
2020-11-25  8:00 ` Pankaj Jangid [this message]
2020-11-25 16:12   ` Eric S Fraga
2020-11-26  4:32   ` David Masterson
2020-11-26  5:39     ` Pankaj Jangid

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2zh356f2s.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --cc=dsmasterson92630@outlook.com \
    --cc=help-gnu-emacs@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 read-only IMAP folder(s) and NNTP newsgroup(s).