SetEnvIfNoCase User-Agent "Download Ninja 2.0" bad_bot SetEnvIfNoCase User-Agent "Fetch API Request" bad_bot SetEnvIfNoCase User-Agent "HTTrack" bad_bot SetEnvIfNoCase User-Agent "ia_archiver" bad_bot SetEnvIfNoCase User-Agent "JBH Agent 2.0" bad_bot SetEnvIfNoCase User-Agent "QuepasaCreep" bad_bot SetEnvIfNoCase User-Agent "Program Shareware 1.0.0" bad_bot SetEnvIfNoCase User-Agent "TestBED.6.3" bad_bot SetEnvIfNoCase User-Agent "WebAuto" bad_bot SetEnvIfNoCase User-Agent "WebCopier" bad_bot SetEnvIfNoCase User-Agent "Wget/1.8.2" bad_bot SetEnvIfNoCase User-Agent "Offline Explorer" bad_bot SetEnvIfNoCase User-Agent "Franklin Locator" bad_bot SetEnvIfNoCase User-Agent "LWP::Simple" bad_bot SetEnvIfNoCase User-Agent "Larbin" bad_bot SetEnvIfNoCase User-Agent "AA" bad_bot SetEnvIfNoCase User-Agent "Rufus Web Miner" bad_bot SetEnvIfNoCase User-Agent "Port Huron Labs" bad_bot SetEnvIfNoCase User-Agent "Sphider" bad_bot SetEnvIfNoCase User-Agent "voyager/1.0" bad_bot SetEnvIfNoCase User-Agent "DynaWeb" bad_bot SetEnvIfNoCase User-Agent """" bad_bot SetEnvIfNoCase User-Agent "^java" bad_bot SetEnvIfNoCase User-Agent "IDBot" bad_bot SetEnvIfNoCase User-Agent "User-Agent" bad_bot SetEnvIfNoCase User-Agent "compatible ;" bad_bot SetEnvIfNoCase User-Agent "Mozilla" bad_bot SetEnvIfNoCase User-Agent "libwww" bad_bot SetEnvIfNoCase User-Agent "lwp-trivial" bad_bot SetEnvIfNoCase User-Agent "curl" bad_bot SetEnvIfNoCase User-Agent "PHP/" bad_bot SetEnvIfNoCase User-Agent "urllib" bad_bot SetEnvIfNoCase User-Agent "GT::WWW" bad_bot SetEnvIfNoCase User-Agent "Snoopy" bad_bot SetEnvIfNoCase User-Agent "MFC_Tear_Sample" bad_bot SetEnvIfNoCase User-Agent "HTTP::Lite" bad_bot SetEnvIfNoCase User-Agent "PHPCrawl" bad_bot SetEnvIfNoCase User-Agent "URI::Fetch" bad_bot SetEnvIfNoCase User-Agent "Zend_Http_Client" bad_bot SetEnvIfNoCase User-Agent "http client" bad_bot SetEnvIfNoCase User-Agent "PECL::HTTP" bad_bot SetEnvIfNoCase User-Agent "panscient.com" bad_bot SetEnvIfNoCase User-Agent "IBM EVV" bad_bot SetEnvIfNoCase User-Agent "Bork-edition" bad_bot SetEnvIfNoCase User-Agent "[A-Z][a-z]{3,} [a-z]{4,} [a-z]{4,}" bad_bot SetEnvIfNoCase User-Agent "PleaseCrawl" bad_bot SetEnvIfNoCase User-Agent "EmailCollector/1.0" spam_bot SetEnvIfNoCase User-Agent "EmailSiphon" spam_bot SetEnvIfNoCase User-Agent "EmailWolf 1.00" spam_bot SetEnvIfNoCase User-Agent "ExtractorPro" spam_bot SetEnvIfNoCase User-Agent "Crescent Internet ToolPak" spam_bot SetEnvIfNoCase User-Agent "CherryPicker/1.0" spam_bot SetEnvIfNoCase User-Agent "CherryPickerSE/1.0" spam_bot SetEnvIfNoCase User-Agent "CherryPickerElite/1.0" spam_bot SetEnvIfNoCase User-Agent "NICErsPRO" spam_bot SetEnvIfNoCase User-Agent "WebBandit/2.1" spam_bot SetEnvIfNoCase User-Agent "WebBandit/3.50" spam_bot SetEnvIfNoCase User-Agent "webbandit/4.00.0" spam_bot SetEnvIfNoCase User-Agent "WebEMailExtractor/1.0B" spam_bot SetEnvIfNoCase User-Agent "autoemailspider" spam_bot Order Allow,Deny Allow from all Deny from env=bad_bot Deny from env=spam_bot