On 9/28/05, <b class="gmail_sendername">Jason Haar</b> &lt;<a href="mailto:Jason.Haar@trimble.co.nz">Jason.Haar@trimble.co.nz</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi there<br><br>Has anyone any idea about this? It looks to me that regex don't work on<br>the &quot;host()&quot; options at all. I have mine set to a regex, and it's<br>capturing all sorts of traffic from other syslog clients that don't
<br>match :-(</blockquote><div><br>
Remove the backslashes before the hyphens - you'd only need to do that
inside a character class, e.g. [a-z\-] to match any of a through z and
hyphen. Outside a character class it means itself (or if it's the first
character in a character class and not escaped, like this [-a-z]).<br>
<br>
<br>
</div><br></div><br>