From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: for RMAIL in EMACS how do you sort probable spam type messages to a file so you can check for false positives?... what emacs commands could do it during a single session?... Date: Tue, 12 Feb 2008 21:41:51 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202845577 22992 80.91.229.12 (12 Feb 2008 19:46:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 19:46:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 12 20:46:39 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JP158-0008Kz-E1 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2008 20:46:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP14e-0004Jq-VC for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2008 14:45:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JP14P-0004JT-TS for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 14:45:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JP14O-0004JG-KO for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 14:45:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP14O-0004JD-G0 for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 14:45:32 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JP14N-0000fB-Sw for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 14:45:32 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-198-12.inter.net.il [83.130.198.12]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JDO17763 (AUTH halo1); Tue, 12 Feb 2008 21:39:25 +0200 (IST) In-reply-to: (message from Don Saklad on Mon, 11 Feb 2008 19:08:48 -0500) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51465 Archived-At: > From: Don Saklad > Date: Mon, 11 Feb 2008 19:08:48 -0500 > Cc: > > for RMAIL in EMACS how do you sort probable spam type messages > to a file so you can check for false positives?... what emacs commands > could do it during a single session?... > > spamassassin headers appear on many messages but the fencepost.gnu.org > sysadmin team does not provide end-user support for RMAIL in EMACS. Emacs 22 comes with rmail-spam-filter, so perhaps you could hack it to look at the spamassassin headers. (If you do, please submit the changes to emacs-devel@gnu.org.)