Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: incal <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: spam (was: alt-tab? really? you're joking...)
Date: Tue, 27 Jan 2015 02:21:41 +0100	[thread overview]
Message-ID: <87bnllvx0a.fsf_-_@nl106-137-147.student.uu.se> (raw)
In-Reply-To: <8xxoapljcxy.fsf@village.keycorner.org>

Hikaru Ichijyo <ichijyo@macross.sdf.jp> writes:

> I only keep the really good spam emails. There have
> been some classics:
>
> "If your warrior of love is too small, you may lose
> this war!" ...

You seem to get a lot of spam. While it is mostly the
job of the server software not to propagate it, last
line of defense client-side anti-spam is something I
would like to have better.

I have the KILL file which may look like this:

    (gnus-kill "From" "\"Dealsbycm.se\"" '(gnus-summary-mark-as-read nil "X") t)
    ;; etc.
    (gnus-expunge "X")

I do like the idea of basing anti-spam on header-value
pairs (and regexps), so you can just block them off
one by one. (On the server probably something more
advanced/powerful and algorithmic is called for,
depending on volume.)

What I don't like with the KILL file solution is that
it is in code (Elisp) contrary to just have a textfile
of data.

I did some work to automatize it: it works, without
giving the impression of being rock-steady. Something
like that should definitely be added to Gnus if it
isn't already.

    http://user.it.uu.se/~embe8573/conf/emacs-init/gnus/lamer.el
    http://user.it.uu.se/~embe8573/conf/.zsh/special/gnus_kill

But I do get spam very rarely so someone must be doing
something right.

-- 
underground experts united

  reply	other threads:[~2015-01-27  1:21 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23  3:50 alt-tab? really? you're joking Hikaru Ichijyo
2015-01-23  4:17 ` Charles Philip Chan
2015-01-23  5:34 ` Pascal J. Bourguignon
2015-01-23 14:38   ` Hikaru Ichijyo
2015-01-23 14:50     ` Pascal J. Bourguignon
2015-01-23 22:20     ` Charles Philip Chan
2015-01-23 10:26 ` Tassilo Horn
     [not found] ` <mailman.18427.1422008816.1147.info-gnus-english@gnu.org>
2015-01-23 14:47   ` Hikaru Ichijyo
2015-01-26  8:12     ` Tassilo Horn
     [not found]     ` <mailman.18637.1422259999.1147.info-gnus-english@gnu.org>
2015-01-26 21:18       ` incal
2015-01-26 21:34         ` incal
2015-01-27  9:51           ` Tassilo Horn
     [not found]           ` <mailman.18727.1422352295.1147.info-gnus-english@gnu.org>
2015-01-27 20:24             ` more keys in a Linux VT (was: alt-tab? really? you're joking...) Emanuel Berg
2015-01-24  0:12 ` alt-tab? really? you're joking incal
2015-01-24  4:40   ` Hikaru Ichijyo
2015-01-24 10:34     ` incal
2015-01-24 12:00     ` Adam Sjøgren
     [not found]     ` <mailman.18502.1422100844.1147.info-gnus-english@gnu.org>
2015-01-24 23:40       ` Hikaru Ichijyo
2015-01-25  2:07         ` Winston
2015-01-25  2:55           ` Hikaru Ichijyo
2015-01-25  8:38             ` Glyn Millington
2015-01-25  8:40             ` Glyn Millington
2015-01-25  8:59         ` Immediate expiration Damien Wyart
2015-01-25 20:32           ` Hikaru Ichijyo
2015-01-25 12:41         ` alt-tab? really? you're joking incal
2015-01-25 13:00           ` new subject (was: alt-tab? really? you're joking...) Peter Münster
     [not found]           ` <mailman.18547.1422190826.1147.info-gnus-english@gnu.org>
2015-01-25 13:37             ` incal
2015-01-25 13:42               ` incal
2015-01-25 19:58               ` new subject Peter Münster
2015-01-25 20:36                 ` Clemens Schüller
     [not found]                 ` <mailman.18582.1422218214.1147.info-gnus-english@gnu.org>
2015-01-25 20:53                   ` Emanuel Berg
2015-01-26  8:04                     ` Peter Münster
     [not found]                     ` <mailman.18636.1422259506.1147.info-gnus-english@gnu.org>
2015-01-26 19:35                       ` Emanuel Berg
     [not found]               ` <mailman.18578.1422215928.1147.info-gnus-english@gnu.org>
2015-01-25 20:51                 ` Emanuel Berg
2015-01-25 22:19         ` alt-tab? really? you're joking Adam Sjøgren
2015-01-26  8:15           ` Tassilo Horn
2015-01-26 10:12             ` Adam Sjøgren
     [not found]             ` <mailman.18642.1422267150.1147.info-gnus-english@gnu.org>
2015-01-26 19:48               ` Emanuel Berg
2015-01-27  0:15               ` Hikaru Ichijyo
2015-01-27  1:21                 ` incal [this message]
2015-01-27  2:51                   ` spam Hikaru Ichijyo
2015-01-27  3:11                     ` spam incal
2015-01-25 12:32       ` alt-tab? really? you're joking incal

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=87bnllvx0a.fsf_-_@nl106-137-147.student.uu.se \
    --to=embe8573@student.uu.se \
    --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).