hi,
you also could avoid the download of the whole file,like this:
acl avi urlpath_regex -i \.avi$
acl mpg urlpath_regex -i \.mpg$
acl sound urlpath_regex -i \.mp3$
acl movie urlpath_regex -i \.mov$
acl mpeg urlpath_regex -i \.mpeg
http_access deny avi
http_access deny mpg
http_access deny sound
http_access deny movie
http_access deny mpeg
have phun!
#stiller#
-- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.netReceived on Thu Aug 08 2002 - 01:16:24 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:33 MST