Re: New Mailing List - Too much spam



> * Richard Fateman <sngrzna@pf.orexryrl.rqh> [2004-01-14 09:12:09 -0800]:
>
> I thought there was a way of forbidding posting to the list except if
> the sender was a member of the list.  If this is not being enforced, I
> suggest that it become standard.

This is not a good idea, as many people noted: this closes the door to
casual users who do not want to subscribe to yet another mailing list.

My experience with CLISP maintenance may prove valuable to you:
at this time, clisp mailing lists do not get _any_ spam (well, almost).

We have 3 public mailing lists (devel, list, announce).
announce is moderated, so no spam is possible.
devel is subscriber-only, so no spam is possible either.
clisp-list is open (and it is marked as the main support venue on SF).
nevertheless, it does not get much spam either!
go to your list admin interface, privacy options, and set the
"bounce_matching_headers" option to something like this:

# Lines that *start* with a '#' are comments.
to: friend@public.com
message-id: relay.comanche.denmark.eu
from: list@listme.com
from: .*@uplinkpro.com
from: .*@datasurplus.com
from: .*-daemon@
from: .*postmaster@
from: .*admin@
From: .*LISTSERV@
from: .*@sbc.com
from: .*antivirus@
from: .*Administrator
from: .*Manager
from: .*ANTIGEN_EXCH
from: .*Virus Scanner
Content-Type: .*octet
Content-Type: .*oda
Content-Type: .*audio
Content-Type: .*image
Content-Type: .*alternative
Content-Type: .*digest
Content-Type: .*mixed
Content-Type: .*related
Content-Type: .*rich
Content-Type: .*html
Content-Type: .*video
X-Spam-Flag: YES
Subject:.*infected
Subject:.*AntiVirus
Subject:.*autoreply
Subject:.*Virus in your Mail
Subject:.*Undelivered mail
Subject:.*Email Quarantined

this will redirect 99% of spam to your "admin requests" queue, which
racks up 10-20 messages per day per list for CLISP.
then get <http://www.lpthe.jussieu.fr/~zeitlin/mladmin.html>;
and clean up this queue automatically from the command line.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org>; <http://www.iris.org.il>; <http://www.memri.org/>;
<http://www.mideasttruth.com/>; <http://www.honestreporting.com>;
Lisp: it's here to save your butt.