All of lore.kernel.org
 help / color / mirror / Atom feed
From: Whit Blauvelt <whit@transpect.com>
To: reiserfs-list@namesys.com
Subject: Please /dev/null html-only mail rather than sending it out on this list
Date: Sun, 18 Apr 2004 17:26:59 -0400	[thread overview]
Message-ID: <20040418212659.GA5506@free.transpect.com> (raw)

Hi,

That a lot of spam has been coming through this list is one thing. That the
list daemon threatens to cut people from the list whose systems refuse to
accept some of the spam is another.

Might I suggest a simple category of stuff to throw out before forwarding to
the list: HTML-only mail. 99%+ of it is spam, and the other <1% isn't the
sort of people who have any interest in advanced file systems.

Two easy ways to block a lot of it: 

1. With procmail:

# HTML only message are most probably spam.
:0
* ^Content-Type:.*text/html
{      
  LOG="(HTML) "
  :0
  /dev/null
}

2. With SpamAssassin by setting the score for MIME_HTML_ONLY high and then
either /dev/null'ing or refusing to even accept such mail (providing you're
running it as a milter). (Which is what I do and why the listserv is getting
impatient with me.)

Other mail filtering methods will have equally easy ways to just toss this
trash where it belongs.

Whit

             reply	other threads:[~2004-04-18 21:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-18 21:26 Whit Blauvelt [this message]
2004-04-18 21:45 ` Please /dev/null html-only mail rather than sending it out on this list Pierre Abbat
2004-04-19 11:45   ` Alexander Lyamin
2004-04-19 12:10     ` Alex Zarochentsev
2004-04-19 13:35       ` Alexander Lyamin
2004-04-19  6:58 ` The Amazing Dragon
2004-04-19  7:18   ` Hendrik Visage
2004-04-19 11:53     ` Alexander Lyamin
2004-04-19 12:04       ` Cami
2004-04-19 13:37         ` Alexander Lyamin
2004-04-19 14:26           ` Philippe Gramoullé
2004-04-20 20:52             ` Alexander Lyamin
2004-04-19 11:49 ` Alexander Lyamin

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=20040418212659.GA5506@free.transpect.com \
    --to=whit@transpect.com \
    --cc=reiserfs-list@namesys.com \
    /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 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.