Re: external-filter example

Lee <[email protected]> Wed, 22 Jul 2020 23:44:55 -0400
Newsgroups gmane.comp.web.privoxy.user
Message-ID <CAD8GWstEfr16_qRQjqVv47tiGTXiDeuAjFcvvbmt3i4Fnn9i4A@mail.gmail.com>
On 7/22/20, U.Mutlu <[email protected]> wrote:
> It's funny that nothing of default.action, user.action, and my.action
> applies to the below URL [I'm using the default configs it has installed].
> (my.action and my.filter is just my experimental stuff with the said
> "myTee"
> external-filter (now moved from user.* to my.*)):

Both user.action and filter.action are for your personal changes.. If
you create any new action or filter files they have to be added to the
privoxy config, eg

actionfile my.action
filterfile my.filter

Do both of your files show up in the output from
http://config.privoxy.org/show-status ?

Lee