all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: the zak <don.saklad@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: RMAIL spam
Date: Fri, 21 Dec 2007 20:16:09 -0800 (PST)	[thread overview]
Message-ID: <1a0a9cbf-6446-4cfd-9323-7e8a2271f3ed@s12g2000prg.googlegroups.com> (raw)
In-Reply-To: 76da30b4-3f37-4beb-bf72-43980975e9b1@x29g2000prg.googlegroups.com

> _ _ _ _ _  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 alsohttp://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
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Programmers and sysadmins are always imprecise at the exact place
where five lines of code to be copied and executed would get the
user what he wants.  They are imprecise for more than one reason.
But one reason is, in part, a good reason: they do not know.
They know that they could produce the five lines and get them
executed, in twenty minutes of work on the system, but at the
moment they cannot type out these lines.  So they explain what
needs to be done.  This explanation would suffice, if the user
had the general expertise the sysadmin has.  Without this
background expertise, the explanation is of little direct use.

      reply	other threads:[~2007-12-22  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-21  6:33 RMAIL spam the zak
2007-12-22  4:16 ` the zak [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a0a9cbf-6446-4cfd-9323-7e8a2271f3ed@s12g2000prg.googlegroups.com \
    --to=don.saklad@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.