rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

parser/rfc5424-date: allow to terminate on any non-alnum character #277

Open julthomas opened 6 years ago

julthomas commented 6 years ago

Terminating on a space was too restrictive. The patch allow the match to terminate on any non-alnum character, thus allowing space, tab, comma, ...