Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: spam filtering using IMAP ?
Date: Thu, 16 Jan 2003 09:11:14 -0500	[thread overview]
Message-ID: <4nel7dyykd.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <m3iswps1w7.fsf@mail.contactor.se> (Mats Lidell's message of "Thu, 16 Jan 2003 13:41:12 +0100")

You could actually write a wrapper (let's say for Bogofilter) which
invokes Bogofilter on the server.  Modify spam-bogofilter-path, and
have the wrapper invoke bogofilter on the server over SSH or however
you want.  It will be slow, but it can be done.  Then you can just use
bogofilter as a spam/ham processor in spam.el, and it will update the
database on the server.

You could also, on the server side, periodically connect to IMAP and
process any new messages in the spam/ham folders you define.  That's
completely outside of the Gnus/spam.el domain though - you would only
be using Gnus/spam.el to move messages around.

For incoming mail, use spam-check-bogofilter-headers instead of
spam-check-bogofilter, and set up bogofilter to process your mail on
the IMAP server.  All spam mail (with the "X-Bogosity: Yes" header)
will go to the spam-split-group.

Ted



  reply	other threads:[~2003-01-16 14:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-09 19:20 Arnd Kohrs
2003-01-09 19:38 ` Ted Zlatanov
2003-01-10  2:02   ` Simon Josefsson
2003-01-16  7:20 ` Mats Lidell
2003-01-16  9:40   ` Ted Zlatanov
2003-01-16 10:43     ` Mats Lidell
2003-01-16 11:22       ` Ted Zlatanov
2003-01-16 12:41         ` Mats Lidell
2003-01-16 14:11           ` Ted Zlatanov [this message]
2003-01-16 15:32 ` Kai Großjohann
2003-01-16 20:02   ` Mats Lidell

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=4nel7dyykd.fsf@lockgroove.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /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).