Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: spam.el: what does this message mean?
Date: Thu, 05 Feb 2004 15:15:52 -0500	[thread overview]
Message-ID: <4nvfmluvt3.fsf@collins.bwh.harvard.edu> (raw)
In-Reply-To: <87smhrs68t.fsf@emptyhost.emptydomain.de> (Kai Grossjohann's message of "Wed, 04 Feb 2004 07:34:10 +0100")

On Wed, 04 Feb 2004, kai@emptydomain.de wrote:

> Registering 4 articles with classification spam, check
> spam-use-bogofilter
> 
> I get the above message after leaving the spam group.  Okay, I
> understand the part before the comma.  But what does "check
> spam-use-bogofilter" mean?  Am I supposed to check something?  What?
> Is it checking something?

Sorry, this is actually "spam-check" and I've fixed it in spam.el.

It's the spam-check we use when registering or unregistering.  For
instance, the spam-use-bogofilter spam-check is associated like so in
spam-registration-functions:

  ;; first the ham register, second the spam register function
  ;; third the ham unregister, fourth the spam unregister function

    (spam-use-bogofilter spam-bogofilter-register-ham-routine
			 spam-bogofilter-register-spam-routine
			 spam-bogofilter-unregister-ham-routine
			 spam-bogofilter-unregister-spam-routine)

I realize I'm abusing spam-use-bogofilter to mean both "use
bogofilter" and "associate things with bogofilter" but it seems like
a better way than inventing new symbols every time.

Ted



  reply	other threads:[~2004-02-05 20:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-04  6:34 Kai Grossjohann
2004-02-05 20:15 ` Ted Zlatanov [this message]
2004-02-06  8:22   ` Kai Grossjohann
2004-02-06 15:31     ` Ted Zlatanov
2004-02-06 15:45       ` Kai Grossjohann
2004-02-09 20:26         ` Ted Zlatanov
2004-02-10 15:11           ` Kai Grossjohann

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=4nvfmluvt3.fsf@collins.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).