Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Steven Arntson <steven@stevenarntson.com>
To: Enrico Schumann <es@enricoschumann.net>
Cc: info-gnus-english@gnu.org
Subject: Re: newbie spam filtering with gnus
Date: Thu, 02 Apr 2015 09:56:40 -0700	[thread overview]
Message-ID: <87pp7msc3b.fsf@stevenarntson.com> (raw)
In-Reply-To: <87oan8c6js.fsf@enricoschumann.net> (Enrico Schumann's message of "Wed, 01 Apr 2015 15:38:31 +0200")

Enrico Schumann <es@enricoschumann.net> writes:

> On Wed, 01 Apr 2015, Steven Arntson <steven@stevenarntson.com> writes:
>> Is there any sort of simple "starter kit" for newcomers getting going on
>> filtering out spam?
>>
>> Thank you for any advice aimed at a not-very-technical person!
>> -steven
>>
>
> When I used POP some years ago, what worked out of the box for me was
> using SpamAssassin as an external programme (spamc) during splitting, as
> described in the manual:
>
> http://www.gnu.org/software/emacs/manual/html_node/gnus/SpamAssassin.html
>
> To quote from the relevant section:
>
> ,----
> | [A] solution is to call the external tools during splitting. Example
> | fancy split method:
> | 
> |   (setq nnmail-split-fancy '(| (: kevin-spamassassin)
> |                                ...))
> | 
> |   (defun kevin-spamassassin ()
> |     (save-excursion
> |       (save-restriction
> |         (widen)
> |         (if (eq 1 (call-process-region (point-min) (point-max)
> |                                        "spamc" nil nil nil "-c"))
> |             "spam"))))
> `----
>
>
>
> Kind regards,
>      Enrico

Thank you for this---I've read, or tried to, the page you've referenced,
though it's far over my head. I put the code above into my .gnus.el
file. However, I really am in the dark! For instance, is the `...' in
the second line of that code an ellipsis telling me to put my own items
in there, or is it active code that should be preserved? Do I really use
"kevin-spamassassin" or am I to change that to something that has to do
with my own system? At present, the code isn't doing anything as far as
I can tell.


  reply	other threads:[~2015-04-02 16:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01  2:31 Steven Arntson
2015-04-01 13:38 ` Enrico Schumann
2015-04-02 16:56   ` Steven Arntson [this message]
2015-04-02 18:48     ` Enrico Schumann
2015-04-02 21:54       ` Steven Arntson
2015-04-03 10:08         ` Enrico Schumann
2015-04-03 19:51           ` Steven Arntson
2015-04-04  5:59             ` Enrico Schumann
2015-04-04 16:55               ` Steven Arntson
2015-04-04 17:08                 ` Steven Arntson
2015-04-04 20:20                 ` Enrico Schumann
     [not found] ` <mailman.3137.1427899913.31049.info-gnus-english@gnu.org>
2015-04-01 22:53   ` Emanuel Berg
2015-04-02 18:53     ` Enrico Schumann

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=87pp7msc3b.fsf@stevenarntson.com \
    --to=steven@stevenarntson.com \
    --cc=es@enricoschumann.net \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).