@%@UCRWARNING=#@%@

#IP addresses of client machines to
#disallow web access to
#
#Only put IP addresses here,
#not host names
#
#This is not the IP of web servers
#you want to filter.

@!@
if baseConfig.get('squid/contentscan', 'no').lower() in [ 'yes', 'true' ]:
	banned = configRegistry.get( 'dansguardian/bannedipaddresses', '' )
	for entry in banned.split( ' ' ):
		print entry
@!@
