From 24a248d021c9d2c19b71eef26d3ddf8731e4541b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Sep 2012 15:08:39 +0200 Subject: Implement RainerScript prifield() function --- doc/rainerscript.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/rainerscript.html') diff --git a/doc/rainerscript.html b/doc/rainerscript.html index df31db2a..84261bdd 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -66,6 +66,9 @@ to search, delim is the numerical ascii value of the field delimiter (so that non-printable characters can by specified) and matchnbr is the match to search for (the first match starts at 1). This works similar as the field based property-replacer option. +
  • prifilt(constant) - mimics a traditional PRI-based filter (like "*.*" or +"mail.info"). The traditional filter string must be given as a constant string. +Dynamic string evaluation is not permitted (for performance reasons).

    The following example can be used to build a dynamic filter based on some environment variable: -- cgit v1.2.3