>I`m still having problems trying to block downloas

Two issues with your config file:

1) Those entries in magic_words2 should be in this format:

^ftp \.exe$ \.mp3$

Otherwise, you'll match in odd places and block URLs you might not 
want to block.

2) You never specifically block the magic_words2 acl. Add

http_access deny magic_words2

just after acl CONNECT method CONNECT, before any other http_access acls

Adam






Reply via email to