Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: `S t' always returns nil
Date: Mon, 27 Jan 2003 15:17:49 -0500	[thread overview]
Message-ID: <4n7kcqtkia.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <87bs224dsw.fsf@splinter.inka.de> (Christopher Splinter's message of "Mon, 27 Jan 2003 20:01:51 +0100")

On Mon, 27 Jan 2003, chris@splinter.inka.de wrote:
> You still get this output (at least by default) using the
> Robinson or the Graham algorithm. The newer Robinson-Fisher
> though, which has three possible return values, can return
> 'Spam', 'Ham' or 'Unsure'.

OK, so "Spam" and "Yes" are both positive spam indicators.  I've added
that to spam.el.

>> Fixing this is trivial, but should I match on something else, or
>> should I allow both ^Yes and ^Spam as valid spam indicators in the
>> header?
> 
> Since the indicators are configurable, it might be advisable to
> allow the user to tell Gnus what to match on.

Done, another long variable comes into existence!

spam-bogofilter-bogosity-positive-spam-header is a regexp.  The
default allows for "Yes" and "Spam."

> There's one thing to be decided if Robinson-Fisher is integrated
> into spam.el, though: What should be done with the 'unsure'
> messages?  Should they be moved to a separate group?

I want spam.el to remain binary (spam vs. ham).  Introducing a third
category would complicate things enormously.  ifile is the only
multi-way classifier in a limited way, and I'm not sure that's too
useful.  We should have three ways of dealing with 'Unsure' messages:

- treat them as ham (the case now)

- let the user decide if they are to be ham or spam (why would the
  user ever want unsure messages as spam, though?)

- use the spamicity score for 'Unsure' messages, cutoff decided by the
  user

I think the third option is best, what do you think?

Ted



  reply	other threads:[~2003-01-27 20:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-26 15:35 Christopher Splinter
2003-01-27 17:50 ` Ted Zlatanov
2003-01-27 19:01   ` Christopher Splinter
2003-01-27 20:17     ` Ted Zlatanov [this message]
2003-01-28 15:13       ` Christopher Splinter
2003-01-28 16: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=4n7kcqtkia.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).