> how does one get deny_info error messages to work with delay pools so you > can message the user that they have reached their bandwidth limits. i have > tried the config below which stops the user from browsinng once the limit is > reached but never triggers the error message > > > > acl testuser proxy_auth test > deny_info ERR_NO_BW testuser > delay_pools 1 > delay_class 1 1 > #256 Kbit/s fill rate, 1024 Kbit/s reserve > delay_parameters 1 32000/128000 > delay_access 1 allow testuser > delay_access 1 deny all >