/usr/share/sugarplum/apache-hostile-agents.conf is in sugarplum 0.9.10-17.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # apache-hostile-agents.conf for sugarplum.
# sean finney, Mon, 17 Feb 2003 11:24:31 -0500
##
## below are rewrite rules for catching the known "hostile-agents",
## i.e.: spam address harvesters. i reccommend you not edit this
## file, and edit /etc/sugarplum/apache.conf instead, as your changes
## here will be silently lost on upgrade.
##
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} email.?(magnet|reaper|siphon|harvest|collect|wolf) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} floodgate [NC,OR]
RewriteCond %{HTTP_USER_AGENT} web(bandit|snake|collector|mole|miner|weasel) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} cherry.?picker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} extractor.?pro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^crescent [NC,OR]
RewriteCond %{HTTP_USER_AGENT} nicerspro [NC]
|