Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "harry meyers" <late@literaturlatenight.de>
Subject: nnimap split rules
Date: 18 Jun 2006 22:11:30 -0700	[thread overview]
Message-ID: <1150693890.829621.198110@h76g2000cwa.googlegroups.com> (raw)

I had defined some split rules which splitted my mail from my Inbox
folder properly but stopped working after I added a split rule for spam
with bogofilter. After I tried some different settings now the
according lines look like this:

 (setq spam-use-bogofilter t)
 (require 'spam)

(setq
 nnimap-split-rule 'nnimap-split-fancy
 nnimap-split-inbox "INBOX"
 nnimap-split-fancy '(|
		        (: spam-split)
			("Texte/theater"        "Subject:.*ed harry")
			("Texte/mantra"        "Subject:.*mantra")
			("daily"                    "Subject:.*daily")
			("config"	           "Subject:.*config")
		      ;; default mailbox
		      "INBOX"))

(setq gnus-spam-process-destinations
      '((".*" "SPAM")))

(setq spam-split-group "SPAM")

As far as I can see spam split works but not splitting mail from my
inbox

harry

             reply	other threads:[~2006-06-19  5:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19  5:11 harry meyers [this message]
2006-06-19 14:55 ` Ted Zlatanov
2006-06-21  5:33   ` harry meyers
2009-11-19  3:56     ` Seb
     [not found]     ` <mailman.11008.1258603022.2239.info-gnus-english@gnu.org>
2009-12-01 21:02       ` 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=1150693890.829621.198110@h76g2000cwa.googlegroups.com \
    --to=late@literaturlatenight.de \
    /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).