https://bugzilla.balabit.com/show_bug.cgi?id=204 --- Comment #2 from Balazs Scheidler <bazsi@balabit.hu> 2012-10-13 13:32:06 --- And here goes the @PCRE@ parser (against 3.4 this time, but probably can be backported) commit 4900a9cc84b7e8395c00ae2210fdff721dab89ea Author: Balazs Scheidler <bazsi@balabit.hu> Date: Sat Oct 13 13:29:50 2012 +0200 db-parser: added @PCRE@ parser This patch implements the @PCRE@ parser in db-parser() patterns. With this you can use the power of regexps once the heavylifting of identifying the potential patterns happened by the radix implementation. Syntax: @PCRE:name:regexp@ As the name suggests regexp is a Perl-Compatible Regular Expression as implemented by the PCRE library. Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.