From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86955 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: training spam filter Date: Mon, 07 Mar 2016 10:10:32 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877fhe493r.fsf@lifelogs.com> References: <87k2ogn0k1.fsf@uwo.ca> <87vb7zyd0g.fsf@roche-blanche.net> <87h9jj1oql.fsf@tullinup.koldfront.dk> <87pov64cfb.fsf@lifelogs.com> <8760wywf79.fsf@tullinup.koldfront.dk> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1457363763 6408 80.91.229.3 (7 Mar 2016 15:16:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2016 15:16:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35176@lists.math.uh.edu Mon Mar 07 16:15:51 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1acwsw-0004pt-RY for ding-account@gmane.org; Mon, 07 Mar 2016 16:15:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86) (envelope-from ) id 1acwsL-0004Gz-Lu; Mon, 07 Mar 2016 09:15:13 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86) (envelope-from ) id 1acwsH-0004GR-Ss for ding@lists.math.uh.edu; Mon, 07 Mar 2016 09:15:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86) (envelope-from ) id 1acwsG-0007HU-NW for ding@lists.math.uh.edu; Mon, 07 Mar 2016 09:15:09 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1acwsE-0001hz-Mi for ding@gnus.org; Mon, 07 Mar 2016 16:15:06 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1acwsC-0004O9-Rb for ding@gnus.org; Mon, 07 Mar 2016 16:15:05 +0100 Original-Received: from 98.229.60.157 ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2016 16:15:04 +0100 Original-Received: from tzz by 98.229.60.157 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2016 16:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 98.229.60.157 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:6PDnik2RNyuvy4+lju/tVVYtDOI= X-Spam-Score: -0.2 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86955 Archived-At: On Mon, 07 Mar 2016 15:11:22 +0100 asjo@koldfront.dk (Adam Sjøgren) wrote: AS> Ted writes: >> On Tue, 15 Dec 2015 20:44:02 +0100 asjo@koldfront.dk (Adam Sjøgren) wrote: AS> I agree blasting the articles away dynamically would give some nice AS> pizzazz to handling spam. >> You can definitely delete articles after training with spam.el. AS> I think the point was to update the *Summary* buffer dynamically? AS> Perhaps with an animation? AS> Ok, over the top again. Oh, OK, got it. It's definitely possible, and if there's one thing I've learned from Gnus, it's that there's no such thing as "too much customization" :) The code is in `spam-copy-or-move-routine' but that's called just once. To call it once per article, you could advise `gnus-summary-delete-article'. Ted