The sed script isn't doing enough.  Try this:

/@@.*/d;
/^!.*/d;
/^\[.*\]$/d;
s#http://#^#g;
s,[.?=&/|()[],\\&,g;
s#*#.*#g;
s,\$.*$,,g;

It includes code to escape parenthesis and open square bracket, and it
replaces http:// with ^

I don't know if a simple sed script is going to be enough to get the
easylist working with SquidGuard.

-- 
Segmentation fault at large expression lists
https://bugs.launchpad.net/bugs/316816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to