# /etc/apache2/ban_useragent_list.txt - ::network.hostname::.::network.domain::
#
# \::do_not_edit\::
#
#----------------------------------------------------------------------
# EDIT THE SOURCE FILE INSTEAD, LOCATED IN /etc/kusa/modules/local
# AND THEN LAUNCH kusa -f local TO UPDATE
#----------------------------------------------------------------------
#
# see rewrites rules in /etc/apache2/conf.d/ku-ban-baduseragents.conf
#
# provided a sample user agent like:
#
#   1					    2		   3
#   "Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2"
#
# this file is used to map words to action (forbid access)
# words are the first, last, and 2nd last components of user agent
# string, in the example above:
#
#	1 = Mozilla/5.0
#	2 = Gecko/20100101
#	3 = Firefox/6.0.2
# 
# to forbid access you need to list the wanted word followed by a space
# or tab and the keyword REJECT
#
# beware! they are verbatim strings, not regular expression; and you
# cannot list the entire user agent string
#
# blank lines and comments are allowed using '#' char
#----------------------------------------------------------------------

# sample (based on real case)
#
Firefox/6.0.2	REJECT	# annoying Japan 'pinger' fake useragent
