Gnus development mailing list
 help / color / mirror / Atom feed
* splitting docs
@ 2010-12-19 14:45 Richard Riley
  2010-12-19 15:34 ` Andreas Schwab
  2010-12-20 17:18 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 15+ messages in thread
From: Richard Riley @ 2010-12-19 14:45 UTC (permalink / raw)
  To: nognus


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!










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

end of thread, other threads:[~2011-01-26 16:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-19 14:45 splitting docs Richard Riley
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

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