Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Fuchs <asf@void.at>
Subject: spam.el moves /all/ read articles to my spam group!
Date: Fri, 14 Feb 2003 07:29:13 +0000 (UTC)	[thread overview]
Message-ID: <87wuk3wc7e.fsf@eris.void.at> (raw)

Ugh. Seems like I have managed to fsck up my spam.el setup again.

Repeatable behaviour:

* Enter group
* Read one article. Article has "R" mark. No spam marked articles in group.
* Exit group
* Messages buffer says:
  ,----
  | Exiting summary buffer and applying spam rules
  | Registering spam with bogofilter
  | Moving to nnml+private:spambox: (3325)...
  | Wrote /home/asf/Mail/spambox/18739
  `----
* Enter spam group. Previously read article is there. Yikes!

Badness. What would be the cause of that?

Probably relevant variables:

(setq spam-use-bogofilter t)
(setq spam-use-ifile nil)
(setq spam-use-blackholes nil)
(setq spam-use-dig nil)

(setq spam-split-group "spambox")

(setq spam-bogofilter-header "X-Bogosity")

(setq gnus-spam-newsgroup-contents '(("nnml\\+private:spambox"  gnus-group-spam-classification-spam)
				     ("nnml\\+private:.*" gnus-group-spam-classification-ham)))

(setq gnus-spam-process-newsgroups '(("nnml\\+private:.*" (gnus-group-spam-exit-processor-bogofilter
							   gnus-group-ham-exit-processor-bogofilter))))
(setq gnus-spam-process-destinations '(("nnml\\+private:.*" "nnml+private:spambox")))
(setq gnus-ham-process-destinations '(("nnml\\+private:spambox" "nnml+private:Mailbox.misc")))

;; from customize:

spam-ham-marks: (list 'gnus-del-mark 'gnus-read-mark 'gnus-killed-mark 'gnus-kill-file-mark 'gnus-low-score-mark)
spam-spam-marks: (list 'gnus-spam-mark)


Thanks,
-- 
Andreas Fuchs, <asf@acm.org>, asf@jabber.at, antifuchs




             reply	other threads:[~2003-02-14  7:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-14  7:29 Andreas Fuchs [this message]
2003-02-14 14:46 ` 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=87wuk3wc7e.fsf@eris.void.at \
    --to=asf@void.at \
    /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).