log-forward: update initialization of empty array

Having the parenthesis here is important for valid syntax!
This commit is contained in:
Christian Hesse 2022-07-13 11:33:58 +02:00
parent 49147c83ca
commit 164ebe8c8a

View file

@ -46,7 +46,7 @@ $ScriptLock $0;
:local Messages ""; :local Messages "";
:local Warning false; :local Warning false;
:local MessageVal; :local MessageVal;
:local MessageDups [ :toarray "" ]; :local MessageDups ({});
:local LogForwardFilterLogForwarding ("^Error sending e-mail <(" . \ :local LogForwardFilterLogForwarding ("^Error sending e-mail <(" . \
[ $EscapeForRegEx [ $QuotedPrintable ("[" . $Identity . "] " . \ [ $EscapeForRegEx [ $QuotedPrintable ("[" . $Identity . "] " . \