Gnus development mailing list
 help / color / mirror / Atom feed
From: Marcelo Toledo <marcelo@marcelotoledo.org>
Subject: Re: ham always being treated as spam (not true)
Date: Mon, 05 Jul 2004 10:25:19 -0300	[thread overview]
Message-ID: <87pt7aziv4.fsf@kali.intranet> (raw)
In-Reply-To: <4nk6xnemb4.fsf@lifelogs.com> (Ted Zlatanov's message of "1 Jul 2004 12:15:11 -0400")

Hello,

"Ted Zlatanov" <tzz@lifelogs.com> writes:

> On Thu, 01 Jul 2004, tvrud@bredband.net wrote:
>
>> Marcelo Toledo <marcelo@marcelotoledo.org> writes:
>> 
>> [...]
>>>  What else besides bogofilter might be interfering the decision to
>>> *be* a spam when bogofilter says it's not?
>> 
>> The registry? Are you using any of the xxx-split-fancy-with-parent?

No I dont, see my config below:

> What Jonas said, plus do you have any other spam-use-* checks enabled?

Only spam-use-bogofilter and spam-use-bbdb.

here is my entire spam configuration:

(require 'spam)
(spam-initialize)

;; Prevent multiple registration of articles.
(require 'gnus-registry)
(gnus-registry-initialize)
(setq spam-log-to-registry t)

;; Use bogofilter for spam processing.
(setq spam-use-bogofilter t)

;; Put incoming spam in "spam".
(setq spam-split-group "spam")

;; Set spam and ham groups.
(setq spam-junk-mailgroups nil)
(setq gnus-spam-newsgroup-contents
      '(("^nnml:spam" gnus-group-spam-classification-spam)
        ("^nnml:.*" gnus-group-spam-classification-ham)))

;; Train the filter.
(setq spam-process-ham-in-spam-groups t)

;; Move processed spam.
(setq spam-move-spam-nonspam-groups-only t)
(setq spam-mark-only-unseen-as-spam t)
(setq gnus-spam-process-destinations
      '(("^nnml:.*" "nnml:spam")))

;; Move processed ham.
(setq spam-mark-ham-unread-before-move-from-spam-group t)
(setq gnus-ham-process-destinations
      '(("nnml:spam" "nnml:reclassify")))

;; whitelist bbdb
(setq spam-use-bbdb t)

;; split
(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-crosspost nil)

thanks a lot,
-- 
Marcelo Toledo
marcelo@marcelotoledo.org
http://www.marcelotoledo.org
Mobile: 55 71 9141-7181




  reply	other threads:[~2004-07-05 13:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-30 19:17 Marcelo Toledo
2004-07-01  8:30 ` Jonas Steverud
2004-07-01 16:15   ` Ted Zlatanov
2004-07-05 13:25     ` Marcelo Toledo [this message]
2004-07-08 10:55       ` Marcelo Toledo
2004-07-16 16:57         ` 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=87pt7aziv4.fsf@kali.intranet \
    --to=marcelo@marcelotoledo.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).