Hi, I would like to block hotmail.com and some other web mail sites at squid and im exactly blocking them using regex. But some sites wants users email adress for login intothe site and uses this email address at the returning URL an and when a user uses his hotmail.com or other banned web email domains the user cant reach the sites he/she wants to reach (for example it happens mucj when someone tries to reach to the linkedin.) So what is the best way to block hotmail etc access generally but allow other kind of access?. acl webmail url_regex hotmail.com acl deny webmail for example tries to block the hotmail website access Regards