From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64361 Path: news.gmane.org!not-for-mail From: Jan Hoffmann Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam.el, ham-marks Date: Wed, 28 Feb 2007 15:45:42 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172708475 5438 80.91.229.12 (1 Mar 2007 00:21:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 00:21:15 +0000 (UTC) Cc: Ted Zlatanov To: ding@gnus.org Original-X-From: ding-owner+M12885@lists.math.uh.edu Thu Mar 01 01:21:06 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMZ2f-0000Xb-E9 for ding-account@gmane.org; Thu, 01 Mar 2007 01:21:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1HMZ1h-0003CJ-RK; Wed, 28 Feb 2007 18:20:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HMYUT-00031L-4m for ding@lists.math.uh.edu; Wed, 28 Feb 2007 17:45:45 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HMYUM-0003PD-T4 for ding@lists.math.uh.edu; Wed, 28 Feb 2007 17:45:44 -0600 Original-Received: from acheron.ifi.lmu.de ([129.187.214.135]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HMYUL-0001i0-00 for ; Thu, 01 Mar 2007 00:45:37 +0100 Original-Received: from internaldeliver.acheron.ifi.lmu.de (localhost [127.0.0.1]) by acheron.ifi.lmu.de (Postfix) with ESMTP id D1C8D4358E; Thu, 1 Mar 2007 00:45:30 +0100 (CET) Original-Received: from jan-mac.local (wireless-am9.ucsd.edu [128.54.48.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by acheron.ifi.lmu.de (Postfix) with ESMTP id 050C14357B; Thu, 1 Mar 2007 00:45:29 +0100 (CET) In-Reply-To: (Ted Zlatanov's message of "Wed, 28 Feb 2007 15:14:29 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64361 Archived-At: Hi Ted! > TZ> this may be obvious, but did you also load and enable the > TZ> gnus-registry? Oh yeah, sure! I use the registry independently from spam.el and it works well. > TZ> What version of Gnus do you use? I use Gnus v5.11 on GNU Emacs 22.0.50.1 (i386-apple-darwin8) of 2006-07-08. Do you think it is a good Idea to start using a version of the head branch? If seen that there are many improvements in the spam.el already. But apart of that I'm happy with the stable branch. Maybe I can just install a nwe version of spam.el from the head? Are there any revisions of the head that are known to be very stable? > TZ> I'll debug this with you. You're right, the expected behavior is that > TZ> old articles should not be registered twice. Thank you. > TZ> p.s. the e-mail address "hoffmann *"@ifi.lmu.edu wasn't parsed right > TZ> by Message-mode, I think. I got an error from SMTP but the address > TZ> was already split on space. I hope the address comes out right this time! It is hoffmann cip . ifi . lmu . de By the way: It would be nice to have a feature to split the mails depending on their spam score, i.e. to split mails with a score over 0.95 to the spam.likely group, those between 0.75 and 0.95 to spam.maybe, ... Another thing that would be cool would be to have a customization of gnus-spam-process-newsgroups in terms of the spam score. I would like to set for example (ham spam-use-bogofilter "0.4" "2") in ham groups. That shall mean to learn only from messages that have a high spam score (let's say over 0.4) to improve the wordlist.db. The "2" shall mean to learn it 2 times. I've read that could be helpful and some people like it. Jan