Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: gnus-registry problem
Date: Mon, 12 Apr 2004 11:19:09 -0400	[thread overview]
Message-ID: <4nfzb9rzpu.fsf@b2-25-3.bwh.harvard.edu> (raw)
In-Reply-To: <7clll1c3lq.fsf@nature.tsukuba.ac.jp> (Hiroshi Fujishima's message of "Mon, 12 Apr 2004 11:49:37 +0900")

On Mon, 12 Apr 2004, pooh@nature.tsukuba.ac.jp wrote:

> I am useing spam.el with spam-stat backend and
> spam-log-to-registry's value is t.  I am subscriber of semi-gnus-ja
> and meadow-users-jp list.  spam is posted both list and splited to
> differrent group.  I enter a group and type M-d and exit from it and
> enter the other group and exit it cause following error.

This is a problem with spam-stat.el:

  error("This buffer has unknown words in it")
  (if (not entry) (error "This buffer has unknown words in it") (spam-stat-set-good entry (+ ... count)) (spam-stat-set-bad entry (- ... count)) (spam-stat-set-score entry (spam-stat-compute-score entry)) (puthash word entry spam-stat))

I changed (error) to (gnus-message 8) which is much friendlier for
what seems like a non-critical warning.  If I understood the source
wrong, please let me know :)  Latest version is in CVS.

Thanks
Ted




      reply	other threads:[~2004-04-12 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-12  2:49 Hiroshi Fujishima
2004-04-12 15:19 ` Ted Zlatanov [this message]

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=4nfzb9rzpu.fsf@b2-25-3.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).