Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: physiculus <physiculus@gmail.com>
To: gnus <info-gnus-english@gnu.org>
Subject: Help;fancy splitting not working
Date: Thu, 05 Mar 2020 19:28:43 +0100	[thread overview]
Message-ID: <877dzyac6c.fsf@googlemail.com> (raw)

hello,
i recently switch my splitting to fany splitting.
after start my gnus no error occured - Wow!
but unfortunately no splitting is done.
command B t reports allways message goes to bogus.
does anyone knows, what is going wrong here?

i use emacs 26.3 on linux kubuntu 18.04.

here is my gnus config (exerpt)

(setq gnus-secondary-select-methods '(
                                      (nnimap "GoogleMail"
                                              (nnimap-address "imap.gmail.com")
                                              (nnimap-server-port "imaps")
                                              (nnimap-user "xxx@googlemail.com")
                                              (nnimap-stream ssl)
                                              (nnimap-inbox "INBOX")
                                              (nnimap-expunge 'on-exit)
                                              (nnimap-record-commands t)
                                              (spam-autodetect-recheck-messages t)
                                              (nnimap-split-download-body t)
                                              (spam-process ((spam spam-use-bogofilter)
                                                             (ham spam-use-bogofilter)))
                                              (nnmail-split-fancy
                                               (&
                                                (: spam-split "regex-spam" 'spam-use-regex-headers)
                                                (: nnmail-split-fancy-with-parent)
                                                (: spam-split)
                                                )
                                                (|
                                                 (any ".*xxx@xxxhaus\\.de" "privat")
                                                 (any ".*xxx.xxx@xxxhaus\\.de" "privat")
                                                 (any ".*yyy@yyyhaus\\.de" "privat")
                                                 (any ".*zzz@gmail\\.com" "privat")
                                                 (any ".*xxx@xxxhaus\\.de" "privat")
                                                 )
                                                (&
                                                 (any ".*emacs-orgmode@gnu\\.org" "OrgDigest")
                                                 (any ".*info-gnus-english@gnu\\.org" "gnus")
                                                 (any ".*n3\\.nabble\\.com" "notmuch")
                                                 (any ".*mu-discuss@googlegroups\\.com" "mu")
                                                 (any ".*pinterest\\.com" "Pinterest")
                                                 (any ".*bbdb-user-request@nongnu\\.org" "bbdb")
                                                 (any ".*emms-help-request@gnu\\.org" "emms")
                                                 )
                                                  "INBOX")
                                              ;;(nnimap-split-methods default)
                                              (get-new-mail t)
                                              (nnir-search-engine imap)
                                              )

Any clues?

Regards
Poul

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

             reply	other threads:[~2020-03-05 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 18:28 physiculus [this message]
2020-03-05 19:31 ` Eric Abrahamsen
2020-03-06 18:16 ` 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=877dzyac6c.fsf@googlemail.com \
    --to=physiculus@gmail.com \
    --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).