From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: the zak Newsgroups: gmane.emacs.help Subject: RMAIL spam Date: Thu, 20 Dec 2007 22:33:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <76da30b4-3f37-4beb-bf72-43980975e9b1@x29g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198219271 23831 80.91.229.12 (21 Dec 2007 06:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 06:41:11 +0000 (UTC) Cc: dsaklad@zurich.csail.mit.edu To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 07:41:22 2007 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 1J5bZP-0002y0-Rv for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 07:41:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5bZ5-0006ss-WD for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 01:41:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x29g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 156 Original-NNTP-Posting-Host: 24.41.89.149 Original-X-Trace: posting.google.com 1198218800 486 127.0.0.1 (21 Dec 2007 06:33:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Dec 2007 06:33:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x29g2000prg.googlegroups.com; posting-host=24.41.89.149; posting-account=rCkJ8AoAAABfVQAZP0m4nLPEyHAAo-ns User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:154842 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:50266 Archived-At: _ _ _ _ _ http://wiki.apache.org/spamassassin/RMAIL _ _ _ _ _ http://wiki.apache.org/spamassassin/RMAIL #Start Wiki Markup Print View Search Index Glossary Help Spamassassin Wiki Search: ____________________ Titles Text * Login * Home * Wiki * RecentChanges * FindPage * HelpContents * RMAIL __________________________________________________ * Immutable Page * Show Changes * Get Info * More Actions: [Show Raw Text......] Do RMAIL RMAIL in EMACS For RMAIL in EMACS and the intermediate beginner trying to figure out how to use the SpamAssassin headers where a system, for example a university system, has SpamAssassin headers appearing on the RMAIL messages in EMACS there is for some systems a bit of information that might work at [WWW] http://www.emacswiki.org/cgi-bin/emacs-en/RmailSpamFilter For others using RMAIL in EMACS more information needs to be developed that can be understood by the intermediate beginner type of user. __________________________________________________ CategoryUsers CategoryUsers last edited 2007-12-21 06:02:17 by donwarnersaklad * Immutable Page * Show Changes * Get Info * More Actions: [Show Raw Text......] Do * MoinMoin Powered * Python Powered * Valid HTML 4.01 http://wiki.apache.org/spamassassin/RMAIL _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ http://www.emacswiki.org/cgi-bin/emacs-en/RmailSpamFilter _ _ http://www.emacswiki.org/cgi-bin/emacs-en/RmailSpamFilter #EmacsWiki EmacsWiki: RmailSpamFilter [Home] SiteMap Search ElispArea HowTo RecentChanges News Problems Suggestions _________________________ Search RmailSpamFilter Spam filtering for Rmail is part of Emacs 22. * http://www.deas.harvard.edu/climate/eli/Downloads/rmail-spam-filter/ Contents 1. Tips 1. Automatically process X-Spam-Flag headers 2. Spamassassin headers 2. Questions Tips Automatically process X-Spam-Flag headers (setq rsf-definitions-alist '(((from . "") (to . "") (subject . "") (contents . "X-Spam-Flag: YES") (action . output-and-delete)))) Spamassassin headers For Rmail users where spamassassin headers appear on messages already, here are hints, tips, pointers about how to filter... http://www.cites.uiuc.edu/antispam/overview.html - Personal Spam Policies Tag and Cautious Aggressive No Quarantine Deliver ___________________________________________________ Not Spam | delivered delivered delivered delivered Likely Spam | delivered quarantined quarantined delivered Certain Spam | delivered quarantined deleted deleted Known Virus | deleted deleted deleted deleted http://www.math.uconn.edu/itresources/spam_filter.php - Filtering Questions - What are the existing sorting commands in Rmail, in Emacs that can be used to sort SpamAssassin headers already on messages?... Dunno what you mean. - How do you set up a quarantine file for spam that can be checked later for any possible false positives?... Please see rsf-file (which is where spam can be stored). Just put action to output-and-delete to use that feature. - How do you set a white list of favorite correspondents?... - don warner saklad you have rsf-white-list for that. - Would there be any way to make it all more clear, step by step what to do and how to do it?... the explanations appear to be a level above the intermediate beginner level looked for here. See also http://wiki.apache.org/spamassassin/RMAIL _____________________________________________________________________________________ CategoryMail _____________________________________________________________________________________ SiteMap Search ElispArea HowTo RecentChanges News Problems Suggestions Edit this page View other revisions Administration Last edited 2007-12-21 06:04 UTC by user-0c2imcl.cable.earthlink.net (diff) CC-GNU GPL This work is licensed to you under version 2 of the GNU General Public License. Alternatively, you may choose to receive this work under any other license that grants the right to use, copy, modify, and/or distribute the work, as long as that license imposes the restriction that derivative works have to grant the same rights and impose the same restriction. For example, you may choose to receive this work under the GNU Free Documentation License, the CreativeCommons ShareAlike License, the XEmacs manual license, or similar licenses. http://www.emacswiki.org/cgi-bin/emacs-en/RmailSpamFilter _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _