Re: Help;fancy splitting not working

2020-03-06 Thread physiculus
physiculus  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 
> "x...@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


Re: Help;fancy splitting not working

2020-03-05 Thread Eric Abrahamsen
physiculus  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