Forum Moderators: phranque
My .htaccess file contains the following two entries (with the solid vertical pipe).
<Limit POST PUT DELETE>
order deny,allow
deny from all
</Limit>
SetEnvIfNoCase Request_URI formmail ban
<Files ~ "\.cgi$¦\.pl$">
order deny,allow
deny from env=ban
</Files>
I referenced this article about formail [webmasterworld.com] to check that my .htaccess file was configured correctly. Prior logs have shown 403's for all formmail requests through the cgi-bin directory, but the cgi-sys directory shows 200's.
Any ideas how this spammer hacked my email?
Thanks in advance,
Ted