Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Help;fancy splitting not working
@ 2020-03-05 18:28 physiculus
  2020-03-05 19:31 ` Eric Abrahamsen
  2020-03-06 18:16 ` physiculus
  0 siblings, 2 replies; 3+ messages in thread
From: physiculus @ 2020-03-05 18:28 UTC (permalink / raw)
  To: gnus

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help;fancy splitting not working
  2020-03-05 18:28 Help;fancy splitting not working physiculus
@ 2020-03-05 19:31 ` Eric Abrahamsen
  2020-03-06 18:16 ` physiculus
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2020-03-05 19:31 UTC (permalink / raw)
  To: info-gnus-english

physiculus <physiculus@gmail.com> writes:

> 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-split-methods default)

Why did you comment this out? I don't use splitting, but I thought this
was necessary to get Gnus to use your value of `nnmail-split-methods'...


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help;fancy splitting not working
  2020-03-05 18:28 Help;fancy splitting not working physiculus
  2020-03-05 19:31 ` Eric Abrahamsen
@ 2020-03-06 18:16 ` physiculus
  1 sibling, 0 replies; 3+ messages in thread
From: physiculus @ 2020-03-06 18:16 UTC (permalink / raw)
  To: physiculus; +Cc: gnus

physiculus <physiculus@gmail.com> writes:

Hello,
i remembered wrong about the usage of this.
After i comment in, it runs.
I secondly have to edit my split, because i do not correct understand the sense
of & and |.
After some editions my split works!

Thanks for the hint
Poul

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-06 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 18:28 Help;fancy splitting not working physiculus
2020-03-05 19:31 ` Eric Abrahamsen
2020-03-06 18:16 ` physiculus

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).