From 3627d8fc1cc0c37d2d974420aae3d75380ca095e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 19 Jul 2013 14:41:36 +0200 Subject: doc: add doc for main_queue() object --- doc/rainerscript.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/rainerscript.html') diff --git a/doc/rainerscript.html b/doc/rainerscript.html index 7cbbfa9f..8548f79b 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -34,6 +34,18 @@ return a valid result, as you can't really add two letters (to concatenate them, use the concatenation operator &).  However, all type conversions are automatically done by the script interpreter when there is need to do so.
+

configuration objects

+

main_queue()

+This permits to specify parameters for the main message queue. Note that +only queue-parameters are permitted for this +config object. This permits to set the same options like in ruleset and action +queues. A special statement is needed for the main queue, because it is a +different object and cannot be configured via any other object. +

Note that when the main_queue() object is configured, the legacy +$MainMsgQ... statements are ignored. +

Example:

+

Expressions

The language supports arbitrary complex expressions. All usual operators are supported. The precedence of operations is as follows -- cgit v1.2.3