<html><body>
<p><tt>Bazsi</tt> -<br>
<br>
Thank you for taking the time to look at my situation.<br>
<br>
<tt>&gt; Also, I can see that you tried to escape the dot, right after &quot;10&quot;, but<br>
&gt; you only used a single escape, which escapes for syslog-ng, but doesn't<br>
&gt; embed a backslash for the regexp parser.</tt><br>
<br>
<tt>&quot;10\.\d+\.\d*[0-4]\.&quot; (kiwi) -&gt; &quot;10\.\\d+\.\\d*[0-4]\.&quot; (syslog-ng)</tt><br>
<br>
<tt>I am escaping a literal &quot;.&quot; in the IP address (I want to match on &quot;10.&quot; specifically.)</tt><br>
<tt><br>
<br>
&gt; This reminds me to an unrelated note, that if you use single quotes in<br>
&gt; syslog-ng, you don't need to escape the backslash, e.g.<br>
<br>
&gt; match(&quot;\\.&quot;) is equivalent to match('\.')</tt><br>
<br>
<tt>This is great to know! &nbsp;Sure cleans up some of my filters. &nbsp;Thanks!<br>
</tt><br>
<tt>&gt; Another unrelated note is that syslog-ng supports PCRE regular<br>
&gt; expressions if you have that compiled in, PCRE supports \d, and you can<br>
&gt; use it like this:<br>
<br>
&gt; match('10\.\d+' type(pcre));</tt><br>
<br>
<tt>Unfortunately, this didn't work either, so PCRE must not be compiled in on my system. &nbsp;However, THIS works!</tt><br>
<br>
<tt>'10\.[[:digit:]]+\.[[:digit:]]*[0-4]\.'</tt><br>
<br>
<tt>Thanks again!<br>
</tt><br>
Phil<br>
</body></html>
<pre><span style="font-size:78%;"><span style="font-family:arial;"><strong>Notice:</strong> This e-mail message and its attachments are the property of Wendy's/Arby's Group Inc. </span>
<span style="font-family:arial;">or one of its subsidiaries and may contain confidential or legally privileged information intended</span>
<span style="font-family:arial;">solely for the use of the addressee(s). If you are not an intended recipient, then any use, copying or</span>
<span style="font-family:arial;">distribution of this message or its attachments is strictly prohibited. If you received this message in</span>
<span style="font-family:arial;">error, please notify the sender and delete this message entirely from your system.</span></span>