Date: Tue, 13 Oct 1998 17:42:07 -0400 From: "Harry Patterson" <harry@visiontm.com> To: "freebsd-questions" <freebsd-questions@FreeBSD.ORG> Subject: Best method to Stop EmailSiphon Message-ID: <01bdf6f2$53d309e0$055da8c0@hp.visiontm.com>
next in thread | raw e-mail | index | archive | help
In reviewing my logs recently I noticed the robot EmailSiphon had been to my
site. I use Mhonarc to keep an HTML history and archive of one of my lists
and would prefer these Spammers not gather my addresses. In researching
alternatives, it looks like the best way to prevent robots like EmailSiphon
is to use Apache's deny command in the config file.
I believe the pertinent section (modified from Apache docs) would look
something like this:
BrowserMatch ^EmailSiphon go_away
<Directory /docroot>
order allow,deny
allow from all
deny from env=go_away
</Directory>
Is this the best solution or is there a better/easier way? Can I set this up
for multiple BrowserMatch lines and keep the one directory entry section
using the variable go_away?
Thanks for any input.
Harry
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bdf6f2$53d309e0$055da8c0>
