Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: nognus <ding@gnus.org>
Subject: splitting docs
Date: Sun, 19 Dec 2010 15:45:51 +0100	[thread overview]
Message-ID: <vyr5dd3jog.fsf@news.eternal-september.org> (raw)


I'm still trying to get spam splitting working properly - I keep getting
sequencep errors having used the samples in the docs. 

I noticed this though while looking for other examples

(gnus) SpamOracle

,----
|    To enable SpamOracle usage by `spam.el', set the variable
| `spam-use-spamoracle' to `t' and configure the `nnmail-split-fancy' or
| `nnimap-split-fancy'.  *Note Spam Package::.  In this example the
| `INBOX' of an nnimap server is filtered using SpamOracle.  Mails
| recognized as spam mails will be moved to `spam-split-group', `Junk' in
| this case.  Ham messages stay in `INBOX':
| 
|      (setq spam-use-spamoracle t
|            spam-split-group "Junk"
|            ;; for nnimap you'll probably want to set nnimap-split-methods, see the manual
|            nnimap-split-inbox '("INBOX")
|            nnimap-split-fancy '(| (: spam-split) "INBOX"))
`----

I believe, but am not sure, that nnimap-split-inbox is now obsolete and
replaced with nnimap-inbox??

But while you're reading

 ;(setq nnimap-split-fancy '(| (: spam-split) "INBOX"))
 ;(setq nnimap-split-methods 'nnimap-split-fancy)
 
 ;(setq nnmail-split-fancy '("SYS-INBOX"))
 ;(setq nnmail-split-methods 'nnmail-split-fancy)

Whats wrong with the code above for nnmail and nnimap splitting? Its
probably the quotes, but I cant seem to get the correct combination. I
get sequencep errors when I restart gnus.  I tried grepping the mail
list too and so it seems I'm not alone in finding it rather
confusing. Are the quotes different when using setq compared to when
passing to the server constructors in gnus-secondary-select-methods?

I feel rather lame asking the same Q again and again, but I just cant
seem to get it right ;( Some clearer "easy" examples at the start of the
splitting sections might be an idea during the sanitisation phase). I've
used Gnus for a few years now with splitting working so I'm at a loss to
explain my current uselessness with it!










             reply	other threads:[~2010-12-19 14:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-19 14:45 Richard Riley [this message]
2010-12-19 15:34 ` Andreas Schwab
2010-12-19 16:04   ` Richard Riley
2010-12-20 17:18 ` Lars Magne Ingebrigtsen
2010-12-20 17:56   ` Richard Riley
2010-12-20 17:57     ` Lars Magne Ingebrigtsen
2011-01-19 22:17       ` Ted Zlatanov
2011-01-22  3:04         ` Lars Ingebrigtsen
2011-01-24 17:58           ` Ted Zlatanov
2011-01-24 22:08             ` Lars Ingebrigtsen
2011-01-24 22:37               ` Ted Zlatanov
2011-01-24 23:28                 ` Lars Ingebrigtsen
2011-01-25 17:00                   ` Ted Zlatanov
2011-01-25 22:09                     ` Lars Ingebrigtsen
2011-01-26 16:59                       ` Ted Zlatanov

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=vyr5dd3jog.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --cc=ding@gnus.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).