From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87426 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: Immediate ham processing Date: Tue, 21 Mar 2017 11:54:24 +0100 Message-ID: <87var2ew7z.fsf@touco> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1490093766 10385 195.159.176.226 (21 Mar 2017 10:56:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2017 10:56:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35647@lists.math.uh.edu Tue Mar 21 11:56:00 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqHSI-0001ss-Ag for ding-account@gmane.org; Tue, 21 Mar 2017 11:55:58 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id f8dd4379-0e24-11e7-b719-b499baa2b07a; Tue, 21 Mar 2017 10:56:02 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1cqHRG-0007jh-Gj; Tue, 21 Mar 2017 05:54:54 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cqHRD-0007j9-VH for ding@lists.math.uh.edu; Tue, 21 Mar 2017 05:54:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1cqHRC-0000Q1-Nn for ding@lists.math.uh.edu; Tue, 21 Mar 2017 05:54:51 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1cqHRA-0008Q9-8U for ding@gnus.org; Tue, 21 Mar 2017 11:54:48 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cqHQw-0002ke-Qj for ding@gnus.org; Tue, 21 Mar 2017 11:54:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:JO7jRJCMbjXUmpmEHOxvB3iThv4= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87426 Archived-At: I'm looking for a better way to handle false positives in spam detection. Right now I have it set up so that when an article is wrongly detected as spam, I can mark it as ham and have it moved to gnus-ham-process-destinations. But usually, when I notice this false positive, I already know where I want to move it. It would make sense to have a function accessible in the summary to have the spam processor (bogofilter in my case) invoked on the article at point without waiting to exit the group. I tried spam-split but apparently it can't be invoked interactively from the summary. How should I go about that ? Julien.