1 Sep
2014
1 Sep
'14
3:08 p.m.
BALSIANOK, Peter wrote:
Could you please fix this problem. Thx I have also change regular expresion from /@|\\/ to /@|\/ in the policy.d/filter file (without sucess, i got another error)
Read the output.
./policy.d/filter[6]: Invalid regular expression @|\: bad escape sequence at offset 3
@|\ is not a valid regex. Add more backslashes. :( Alan DeKok.