From 1195121726f8d008ba38d5286fcb711a9a004b32 Mon Sep 17 00:00:00 2001 From: Christophe GRENIER Date: Wed, 6 Nov 2024 11:05:18 +0100 Subject: [PATCH] Switch URL in ms-update-phishing to https (#695) BADURL and SAFEURL are using https://phishing.mailscanner.info --- common/usr/sbin/ms-update-phishing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/usr/sbin/ms-update-phishing b/common/usr/sbin/ms-update-phishing index b761028b..c73ba4be 100644 --- a/common/usr/sbin/ms-update-phishing +++ b/common/usr/sbin/ms-update-phishing @@ -25,8 +25,8 @@ # #CONFIGDIR='/opt/MailScanner/etc'; CONFIGDIR='/etc/MailScanner'; -BADURL='http://phishing.mailscanner.info/phishing.bad.sites.conf.gz'; -SAFEURL='http://phishing.mailscanner.info/phishing.safe.sites.conf.gz'; +BADURL='https://phishing.mailscanner.info/phishing.bad.sites.conf.gz'; +SAFEURL='https://phishing.mailscanner.info/phishing.safe.sites.conf.gz'; MSSTARTSCRIPT='/etc/init.d/mailscanner'; MSSERVICENAME='mailscanner.service'; PIDFile=`ms-peek 'PID file' $CONFIGDIR/MailScanner.conf`