Hi There,<br><br>The documentation says that an A record query for <a href="http://www.powerdns.com">www.powerdns.com</a> will be represented as "<a href="http://www.powerdns.com">www.powerdns.com</a>;A" to the pipe-regex checker. However, if I write a rule like:<br>
<br>pipe-regex=^.*;A$<br><br>With the intent of sending only A records to the pipe-backend, it doesn't work. I'm guessing what is happening, is that the pipe-regex is actually checking against "<a href="http://www.pwerdns.com">www.pwerdns.com</a>;ANY" which is usually the first query sent to the backend. Can anyone confirm this?<br>
<br>If so, it would be nice to change the documentation in a way that reflects this limitation. I.e. explaining that there isn't really a way to match on record type.<br><br>- Patrick<br><br><br>