All of lore.kernel.org
 help / color / mirror / Atom feed
* Please /dev/null html-only mail rather than sending it out on this list
@ 2004-04-18 21:26 Whit Blauvelt
  2004-04-18 21:45 ` Pierre Abbat
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Whit Blauvelt @ 2004-04-18 21:26 UTC (permalink / raw)
  To: reiserfs-list

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-04-20 20:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-18 21:26 Please /dev/null html-only mail rather than sending it out on this list Whit Blauvelt
2004-04-18 21:45 ` 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

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.