Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: spam filtering
Date: Wed, 29 Sep 2004 09:12:55 +0200	[thread overview]
Message-ID: <v94qlhk0p4.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <u3c123z9l.fsf@gnu.org>

On Tue, Sep 28 2004, Sam Steingold wrote:

> Now, how about my IMAP folders?
>
> I want spam to be moved to the spam folder on exit from the group, so,
> I guess, I need to add to gnus-spam-process-newsgroups something like
> ("nnimap.*" (spam spam-move-to-my-spam-imap-group))
> or maybe (spam-process-destination . "nnimap+...:Trash")

I think you can use my example from (info "(gnus)Spam ELisp Package
Configuration Examples") with "nnimap:training.spam" replaced by
"nnimap+...:Trash":

        ("nnimap:\\(INBOX\\|other-folders\\)"
         (spam-process-destination . "nnimap+...:Trash")
         (spam-contents gnus-group-spam-classification-ham))

> (it would also be nice if I could mark non-spam in Trash and have it
> moved to INBOX on exit from Trash, but...)

Same here:

        ("nnimap+...:Trash"
         (ham-process-destination . "nnimap:INBOX")
         (spam-contents gnus-group-spam-classification-spam))

(When unsure about the correct syntax, I use `G c' first and put the
entries from `G E' into `gnus-parameters'.)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2004-09-29  7:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-28 20:38 Sam Steingold
2004-09-29  7:12 ` Reiner Steib [this message]
2004-09-29 13:21   ` Sam Steingold
2004-09-29 14:54     ` Reiner Steib
2004-09-29 15:29       ` Sam Steingold
2004-09-30 14:35         ` Ted Zlatanov
2004-10-03 14:12           ` Sam Steingold
2004-10-07 18:24             ` Ted Zlatanov
2004-09-29 14:55     ` Ted Zlatanov
  -- strict thread matches above, loose matches on Subject: below --
2000-11-06 23:57 SPAM filtering Jorge Godoy
2000-11-07  7:05 ` Kai Großjohann

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=v94qlhk0p4.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.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).