On 11/11/05, <b class="gmail_sendername">Henrik Stoerner</b> wrote:<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You can either list individual hosts, but then you must use commas
<br>to separate hostnames. Like<br>   HOST=<a href="http://www.domain1.com">www.domain1.com</a>,<a href="http://www.domain2.com">www.domain2.com</a>,<a href="http://www.domain3.com">www.domain3.com</a><br>or you can use regular expressions - these begin with a '%' sign,
<br>followed by the regex. How you'll define that obviously depends on<br>the hostnames involved, for your example it might be<br>   HOST=%www.domain[123].com</blockquote><div><br>Thank you, it works like a charm now. I had a blankspace before my hosts ie: 
<br>HOST=  <a href="http://domain1.com">domain1.com</a>,etc,etc instead of: <br>HOST=<a href="http://domain1.com">domain1.com</a>,etcetc <br><br>That's why it didn't work before.<br><br>/ Martin<br></div><br></div>