Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: score rule for stopping fdjg.com spam
Date: 17 Aug 1999 16:03:58 -0400	[thread overview]
Message-ID: <m34shy2mz5.fsf@peorth.gweep.net> (raw)
In-Reply-To: Steinar Bang's message of "17 Aug 1999 15:04:37 +0200"

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Steinar Bang <sb@metis.no>  on Tue, 17 Aug 1999
| Is there enough of a pattern to these spam postings that one could
| kill them once and for all?

Probably not, at least not enough to be reliable.

What I do is split known mailing lists first, then a list of known spam
domains (all of which appear to be out of business these days :), mail from
daemon and cron, mail addressed specifically to me, and finally everything
else into the spam bucket.  These days more spam slips through into my
regular mail folder, but moving it with `B m' is easy.  I also very
systematically complain about *EVERY* spam message I get (I don't ignore my 
spambucket).

My anti-spamming setup looks like this:

(setq
 nnmail-split-methods
 '(
   ....
   ("spam"	rat:despam)
   ....
   ))

(defun rat:despam (arg)
  "Return non-nil if mail is from a known spammer."
  (goto-char (point-min))
  (re-search-forward (mapconcat 'regexp-quote spammers "\\|") nil t))

(setq spammers '(
"000.000.000.000" "bbbiiizzz.com" "bigbuxs.net" "bigprofits.com"
"bizproplus.com" "bulk-e-mail.com" "c-y-b-e-r-p-r-o-m-o.com"
"cybermirror1.com" "cyberpromo.com" "directhit.nett" "forevermails.net"
"free.speach.com" "future.com" "gonet.com" "iemmc.org" "ispam.net"
"jobspc.com" "joinusnow.com" "keepmailing.com" "makemoney.com"
"mary-world.com" "mkt-america" "mkt-usa" "moneyworld.com" "natureplus.com"
"needmorehits.com" "netamerica1.com" "netsky.net" "nowhere.com"
"nutrition.com" "opportunityhotline.com" "promrktng.com" "savetrees.com"
"selfhelpnet.com" "stockpick.com" "successmail.com" "we-deliver.net"
"wealthmore.com" "webcruiser.com" "worldlet.net"

"ops@bbnplanet.com" "abuse@" "abuse-reply@" "four11.com" "nobody@uu.net"
"autoresponder@hotmail.com" "postmaster@juno.com" "policy@digex.net"
"pmd@aol.net" "policy@" "spamcomplaints@" "SPAMCOMPLNTS@" "support@"
"acct_closed@" "nowhere@wt.net" "nohotmailadd@hotmail.com"
"mhoccum@corp.earthlink.net" "COMPLAINTS@" "autoreply@"
))
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.10 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE3ucAugl+vIlSVSNkRArMBAJ91rYLD8v65ilrHaXzjKsCgrgtoRACgizTQ
gnFzh3Xoz6DOIVjBPh1nAP4=
=CBST
-----END PGP SIGNATURE-----

-- 
Rat <ratinox@peorth.gweep.net>    \ When not in use, Happy Fun Ball should be
Minion of Nathan - Nathan says Hi! \ returned to its special container and
PGP Key: at a key server near you!  \ kept under refrigeration.



  reply	other threads:[~1999-08-17 20:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-17 13:04 Steinar Bang
1999-08-17 20:03 ` Stainless Steel Rat [this message]
1999-08-19 10:29   ` Steinar Bang

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=m34shy2mz5.fsf@peorth.gweep.net \
    --to=ratinox@peorth.gweep.net \
    /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).