From: Laurent Destailleur Date: Fri, 7 Feb 2014 19:03:34 +0000 (+0100) Subject: Fix: #919 Referrals not getting tracked due to improperly getting X-Git-Tag: AWSTATS_7_4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fcd71ff4ffd227d8b9d31b3cd8ae96c888c0712;p=thirdparty%2FAWStats.git Fix: #919 Referrals not getting tracked due to improperly getting flagged as a search --- diff --git a/wwwroot/cgi-bin/lib/search_engines.pm b/wwwroot/cgi-bin/lib/search_engines.pm index aa73cd53..a8dea8b4 100644 --- a/wwwroot/cgi-bin/lib/search_engines.pm +++ b/wwwroot/cgi-bin/lib/search_engines.pm @@ -475,7 +475,7 @@ 'google\.'=>'code\.google\.', 'msn\.'=>'hotmail\.msn\.', 'tiscali\.'=>'mail\.tiscali\.', -'yahoo\.'=>'mail\.yahoo\.', +'yahoo\.'=>'(?:picks|mail)\.yahoo\.|yahoo\.[^/]+/picks', 'yandex\.'=>'direct\.yandex\.' );