I just found out what the problem is, only I cannot solve it immediatly. the problem lies with that I don't allow User-Agent headers. I want to allow User-Agent headers, but only from hotmail.com (or is it hotmail.msn.com). how can I achieve this?
acl hotmail srcdomain .hotmail.msn.com header_access User-Agent allow hotmail this doesn't seem to work :( Best regards, Jan ----- Original Message ----- From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Jan Van Nieuwenhove" <[EMAIL PROTECTED]> Cc: "Squid Users" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 3:34 PM Subject: Re: [squid-users] header_access question > tor 2003-09-04 klockan 14.42 skrev Jan Van Nieuwenhove: > > > It has nothing to do with email itself but strict html. > > imagine a webmail site (like hotmail.com); > > If I compose and send an email from my hotmail.com account, I have the > > option to upload files which will be used as attachments in the email. Now, > > I do not have this option (to upload files to be used as attachments) ever > > since I enable 'paranoic' anonymous-mode in squid. Thereby I need the > > 'header_access <paramater> allow all' to allow me to upload files (a > > standard HTML tag, similar to a form, but with POST/GET or something, I am > > not an expert on the subject). > > > What happens when you try? There should be an error message returned, > what does this error message say? > > note: do not use MSIE as MSIE has the odd habit of not showing error > messages to the user, only abstract MS invented error descriptions > Microsoft thinks explain the error better than the real error messages.. > > Are you sure it is http_access causing the problem and not > request_body_max_size? > > Regards > Henrik > > -- > Donations welcome if you consider my Free Squid support helpful. > https://www.paypal.com/xclick/business=hno%40squid-cache.org > > Please consult the Squid FAQ and other available documentation before > asking Squid questions, and use the squid-users mailing-list when no > answer can be found. Private support questions is only answered > for a fee or as part of a commercial Squid support contract. > > If you need commercial Squid support or cost effective Squid and > firewall appliances please refer to MARA Systems AB, Sweden > http://www.marasystems.com/, [EMAIL PROTECTED] > > >
