#inlen(), #inputlength()
DESCRIPTION
returns the length (number of characters) in the current input line;
0 if outside the input processing loop
SYNOPSIS
#inlen()
#inputlength()
ARGUMENTS
none
EXAMPLES
rule
if #inlen() != 0
output syslog $inlin
fi
notlogmsg ( #inputlength()
&& ($left($inline,3) !~ "=months")
)
SEE ALSO
#length()
Numerical Functions
String Functions