On Sun, 2011-11-27 at 18:50 +0100, Balint Kovacs wrote:
Hi,
based on Evan's idea, please find a patch attached, that implements the SET parser that matches any number of characters specified as its parameters.
Balint
commit ad5da5958104a1dcf5e2492370cbb7037815c3ae Author: Balint Kovacs <blint@balabit.hu> Date: Sun Nov 27 18:40:28 2011 +0100
[dbparser] Implemented SET parser
The SET parser matches any characters specified in its parameter list without further checks. This is a generic solution for the need of matching and arbitrary number of whitespaces in messages with padding for fields
Reported-By: Evan Rempel <erempel@uvic.ca> Signed-Off-By: Balint Kovacs <blint@balabit.hu>
Thanks Balint. Applied to 3.4 as a single patch combining both the initial submission and the fixup. -- Bazsi