All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre Abbat <phma@webjockey.net>
To: reiserfs-list@namesys.com
Subject: Re: Please /dev/null html-only mail rather than sending it out on this list
Date: Sun, 18 Apr 2004 17:45:04 -0400	[thread overview]
Message-ID: <200404181745.04988.phma@webjockey.net> (raw)
In-Reply-To: <20040418212659.GA5506@free.transpect.com>

On Sunday 18 April 2004 17:26, Whit Blauvelt wrote:
> 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
> }

Also, multipart mail that consists of an HTML part and no text part is *all* 
spam. (I have one sender that sends a legitimate HTML-only mail.) To get rid 
of this, use this procmail rule:

:0 B
* H ?? Content-Type: multipart
* Content-Type: text/html
* ! Content-Type: text/plain
* ! ^Received:
/dev/null
#The Received check is there because I am a postmaster.

Also block mail from IP addresses known to be open relays, open proxies, 
rooted boxes, etc.

phma
-- 
li fi'u vu'u fi'u fi'u du li pa

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

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=200404181745.04988.phma@webjockey.net \
    --to=phma@webjockey.net \
    --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.