Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: nnimap split rules
Date: Mon, 19 Jun 2006 10:55:00 -0400	[thread overview]
Message-ID: <g69y7vt5h6j.fsf@CN1374059D0130.kendall.corp.akamai.com> (raw)
In-Reply-To: <1150693890.829621.198110@h76g2000cwa.googlegroups.com>

On 19 Jun 2006, late@literaturlatenight.de wrote:

> 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

1) I think your fancy split rules are wrong.  They look like simple
   split rules.  Look at the nnimap-split-fancy docs.

2) gnus-spam-process-destination doesn't affect splitting, it matters
   when you exit a group and you have articles in it that are marked
   as spam.  They will be processed by the spam backends and then
   sent to the spam-process-destination ("SPAM" for all groups in your
   setup).  There's a similar process for non-spam (ham) articles.

Hope this helps
Ted

  reply	other threads:[~2006-06-19 14:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19  5:11 harry meyers
2006-06-19 14:55 ` Ted Zlatanov [this message]
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=g69y7vt5h6j.fsf@CN1374059D0130.kendall.corp.akamai.com \
    --to=tzz@lifelogs.com \
    /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).