On 03/18/2018 06:59 PM, RW wrote:
On Sun, 18 Mar 2018 18:24:36 -0500
David Jones wrote:
On 03/18/2018 06:01 PM, Alan Hodgson wrote:
On Sun, 2018-03-18 at 17:14 -0500, David Jones wrote:
I have Steve Freegard's DecodeShortURLs.pm installed but didn't
get any HAS_SHORT_URL hits on this one:
Is it getting any hits? It definitely hits on that one in a test
here.
Note it needs Perl's LWP::UserAgent and DBD::SQLite to get it to
work at all.
I don't think you actually need DBD::SQLite, it just enables caching to
work.
I am getting other HAS_SHORT_URL hits.
Probably they are http links and you are missing LWP::Protocol::https
which is needed to handle the https link in that email.
I was able to get LWP::Protocol::https installed on my mail filters and
now I am getting HAS_SHORT_URL hits on https links. Thanks for the tip!
--
David Jones