Closed Lompik closed 9 years ago
Is the maker "!" or "!" ?? The fix d4ebbf43bc86106c9fcba3020f0e6adbef1436f5 won't cut it for the first case. (There is no need to escape "!" in calls to grep and sed). Right now my database uses two delimiter: "!" and "!". Can this be due to a version mistmatch ? I have the version 0.999.2-1
installed.
PS: github seems to merge "\ !" without space.
I am just trying to understand the format for the file
/var/lib/hostsblock.db
. It seems to me it is something like"%IP %address ! %source"
However_strip_entries " $@$" "$annotate"
. The extra$
in the first argument makes it match the address and the end of line. I would expect "$@ !""%IP %address \! %source"