Subject: Equal symbol in filter is substituted by space
Author: Martin
Date: 05/27/2015 02:42
.httrackrc
==========
deny www.example.com/forum/*?p=abcd
This filter is incorrectly proccessed as logfile hts-cache/doit.log shows
"-www.example.com/forum/*?p abcd"
So '=' is substituted by ' ' and the required filter does not apply. How to
correctly specify '=' in filters?