Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: spam.el and IMAP (was: Gnus and Outlook and spam?)
Date: Thu, 23 Oct 2003 21:38:04 +0200	[thread overview]
Message-ID: <v91xt3kan7.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <76brs7q5yz.fsf@newjersey.ppllc.com>

On Thu, Oct 23 2003, Jake Colman wrote:

> I was using IMapAssassin, a script executed via cron to read my IMAP
> Inbox and pass its contents through SpamAssassin, but my IS group
> was not happy with its continuous use of resources.  Does gnus have
> anything I can use?  I am getting desperate!

Our computing center has set up bogofilter on the server (IMAP) [1].
Recognized spam goes to "Spam/spamblock", the rest thru the normal
filter rules or to INBOX.  Training on false positives or negatives is
done by copying or moving the article to "bayes/ham" or "bayes/spam".
A cron job on the server feeds those to bogofilter with the suitable
ham/spam options and deletes them.

With the following entries in `gnus-parameters', `spam.el' does most
of the job for me:

   ("nnimap.*:Spam/spamblock"
    (ham-process-destination . "nnimap+urz:bayes/ham")
    (spam-contents gnus-group-spam-classification-spam))
   ("nnimap.*:\\(INBOX\\|...\\)"
    (spam-process-destination . "nnimap+urz:bayes/spam")
    (spam-contents gnus-group-spam-classification-ham))

BTW, is there a simple way to tell `spam.el' to put ham articles from
"Spam/spamblock" to both, "bayes/ham" _and_ "INBOX"?  I.e. probably
first copy the article to the first group and then move it to the
second.

Bye, Reiner.

[1] In combination with DCC.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




  parent reply	other threads:[~2003-10-23 19:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-22 20:58 Gnus and Outlook and spam? Kai Grossjohann
2003-10-23  0:55 ` Jody Klymak
2003-10-23 16:06 ` Ted Zlatanov
2003-10-23 16:22   ` Jake Colman
2003-10-23 17:38     ` Ted Zlatanov
2003-10-23 17:42       ` Jake Colman
2003-10-23 19:29         ` Ted Zlatanov
2003-10-24 13:35           ` Jake Colman
2003-10-27 20:59             ` Ted Zlatanov
2003-10-28 15:25               ` Jake Colman
2003-10-28 15:57                 ` Ted Zlatanov
2003-10-23 22:31         ` Danny Siu
2003-10-23 19:38     ` Reiner Steib [this message]
2003-10-23 22:00       ` spam.el and IMAP Ted Zlatanov
2003-10-24 12:53         ` Reiner Steib
2003-10-24 13:55         ` Adrian Lanz
2003-10-26 12:41         ` Adrian Lanz
2003-10-27  7:30         ` Adrian Lanz
2003-10-27 23:34           ` Ted Zlatanov
2003-10-27  8:23         ` Adrian Lanz

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=v91xt3kan7.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --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).