Forum Moderators: phranque
SetEnvIf User-Agent "blogspot " keep_outbecause blogspot is not a UA, it might be a referer, but not a UserAgent.
If a.b.c+2.0/24 and a.b.c+3.0/24 comes along I'll ban a.b.c.0/22.One thing I noticed above is where it appears that you are "making up" or inventing CIDRs and you should be very careful of doing that. It is quite possible that your invented CIDRs are including IPs from two different servers and it is entirely possible that one of those affected servers is an ISP rather than a host. You should do a whois lookup to be certain of "who" you are blocking. It will save you work in the long run and avoid blocking real people who would like to visit your site(s). I looked at a few of the IPs you've listed:
SetEnvIf User-Agent "blogspot " keep_outYes, that was my mistake, and it did not work the first time. On top of the UA error, there is a blank space after blogspot. Double mistake. I have fixed it to:
Thanks for reaching out to us.
At this time, Google has decided not to take action. We encourage you to resolve any disputes directly with the individual who posted the content.
If you cannot reach an agreement and choose to pursue legal action against the individual who posted the content, and that action results in a judicial determination that the material is illegal or should be removed, please send us the court order seeking removal. If you would like to request identifying information about an anonymous poster, please contact google-legal-support@google.com (if you are in the U.S.) or internationalcivil@google.com (if you are outside of the U.S.) for more information on how to serve us with valid legal process.
Regards,
The Google Team
SetEnvIf Referer "blogspot" keep_out
order allow,deny
allow from all
deny from env=keep_out