Hi Ayn
The forwarders are universal forwarders (4.2).
Regarding the superfluous '+' characters, the regex was basically copied from the default regex for "access-extractions" in the default props.conf. The double '+' means that the regex shouldn't backtrack after matching the spaces.
Anyway, I find it hard to believe that the problem is the regex because pcregextest does claim it is a match.
... View more