Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 1998 18:06:01 -1000 (HST)
From:      David Langford <langfod@maui.net>
To:        harry@visiontm.com (Harry Patterson)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Best method to Stop EmailSiphon
Message-ID:  <199810140406.SAA16239@mx3.maui.net>
In-Reply-To: <01bdf6f2$53d309e0$055da8c0@hp.visiontm.com> from Harry Patterson at "Oct 13, 98 05:42:07 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
>In reviewing my logs recently I noticed the robot EmailSiphon had been to my
>site. 
>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.


Here is what I have in mine- seems to work.

BrowserMatch EmailSiphon spamcollector

<Files "*" >
  order deny,allow
  deny from env=spamcollector
</Files>  

-David Langford

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?199810140406.SAA16239>