Gnus development mailing list
 help / color / mirror / Atom feed
From: Edvard Majakari <ed@a41a.otanner.ton.tut.fi>
Subject: Spam discarding system I've found extremely efficient
Date: 14 Feb 1998 01:20:18 +0200	[thread overview]
Message-ID: <m0pvkrks7h.fsf@lodge.ton.tut.fi> (raw)


Ok, that # R works nice, thank you for informing me. Now that I'm at
it, I wonder why 'junk' doesn't throw mail to /dev/null. I know it
might be for security reasons, but as I use the following rule to
discard spam:

(setq nnmail-split-fancy 
      '(| 
        ...
	(from   "\\.fi" "other")
	(to-cc   edvard "other")
	"junk")
)

That is, if the mail headers don't match anything used by my friends,
I check if the domain ends in .fi. If it doesn't, I give a poor chap
one more chance :) - there's an abbreviation called edvard which is a
regexp matching all my e-mail addresses. Then, because most spams
(over 90% at least, IMHO) don't contain a valid To-field, if this rule
fails too, I consider the mail spam and want to discard it. I played
with this system half a year, only that I made the last rule put mail
to nnml:spam. One message which wasn't spam message ended up there,
and it wasn't any important. All very important mail coming to me
(work etc) comes from .fi domain and contains a valid to-field too -
so I'm happy with the system. 

Of course, this system requires that there is a mail group for all
mailing lists, as those usually are not from .fi domain, and don't
have a to-field pointing to you either.

But back to my question: it seems like Gnus creates a directory called
junk anyway, and thinking of spam e-mail using my HDD is annoying :) 
I could use the similar system with procmail, but I find it inelegant,
as Gnus already contains necessary features to implement it (I just
don't know how exactly). How do I point mail to /dev/null, so that it
won't use any space? At the moment I've rm'd ~/Mail/junk once in a
while, but..

-- 
//Ed               GSM: 040 5960810     URL: http://lodge.ton.tut.fi/%7Eed/
I think it's a new feature.  Don't tell anyone it was an accident.  :-)
         --Larry Wall on s/foo/bar/eieio in <10911@jpl-devvax.JPL.NASA.GOV>


             reply	other threads:[~1998-02-13 23:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-13 23:20 Edvard Majakari [this message]
1998-02-14  1:11 ` François Pinard

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=m0pvkrks7h.fsf@lodge.ton.tut.fi \
    --to=ed@a41a.otanner.ton.tut.fi \
    /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).