Gnus development mailing list
 help / color / mirror / Atom feed
From: Jody Klymak <jklymak@coas.oregonstate.edu>
Subject: spam.el and Procmail splitting strategy?
Date: Wed, 02 Apr 2003 09:38:41 -0800	[thread overview]
Message-ID: <uy92syf32.fsf@coas.oregonstate.edu> (raw)


Hello,

I split on my IMAP server using procmail.  But I get spam in both my
Inbox and on of the mailboxes I procmail into, lets call one of them
"bbdb."  What is the best strategy for cleaning this up using spam.el?
 
The following works great for my Inbox.  But, of course, doesn't do
anything for "bbdb".  
(require 'spam)
(setq
  nnimap-split-rule 'nnimap-split-fancy
  nnimap-split-inbox "INBOX"
  nnimap-split-fancy '(|
		      (: spam-split)
		      ;; default mailbox
		      "mail/Inbox.spam"))

I'd prefer to be able to split using procmail on the server, but I
guess I'd like gnus to check for spam when it enters a group?

If its not doable, thats fine.  I'll split in gnus.

Thanks,  Jody
-- 
Jody Klymak                           104 Ocean Admin Bldg., OSU
mailto:jklymak@coas.oregonstate.edu   Corvallis OR, 97330




             reply	other threads:[~2003-04-02 17:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-02 17:38 Jody Klymak [this message]
2003-04-05 13:42 ` Ted Zlatanov
2003-04-14 19:49   ` Jody Klymak
2003-04-15 17:48     ` 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=uy92syf32.fsf@coas.oregonstate.edu \
    --to=jklymak@coas.oregonstate.edu \
    /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).