<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Rick,<div><br></div><div>I will update it later. For now I would suggest just updating the links in the script for you /opt install.&nbsp;<br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">-</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Jerry Benton</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><a href="http://www.mailborder.com">www.mailborder.com</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On Jun 23, 2014, at 12:00 AM, Rick Cooper &lt;<a href="mailto:rcooper@dwford.com">rcooper@dwford.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Could I suggest the following, it will accomidate /opt/MailScanner installs<br>as well as /etc/MailScanner installs, and it also will not overwright the<br>files if there is not a successful download. It also leaves the temp file<br>there if there is an issue. I removed the --no-check-certificate part<br>because it's not an ssl site so there is no point in the parameter. Of<br>course this could be greatly shortened by just checking for the files and<br>creating the links in the same fashion as the directory and if you really<br>want to be clean<br><br>MS_DIR=<br>If [ -f /opt/MailScanner/etc/phishing.safe.sites.conf ]; then<br><span class="Apple-tab-span" style="white-space:pre">        </span>MS_DIR=/opt/MailScanner/etc/phishing.safe.sites.conf<br>fi<br>If [ -f /etc/MailScanner/phishing.safe.sites.conf ]; then<br><span class="Apple-tab-span" style="white-space:pre">        </span>MS_DIR=/etc/MailScanner/phishing.safe.sites.conf<br>Fi<br><br>If [ "${MS_DIR}" == "" ]; then<br><span class="Apple-tab-span" style="white-space:pre">        </span>echo phishing.safe.sites.conf cannot be found<br><span class="Apple-tab-span" style="white-space:pre">        </span>echo EXITING<br><span class="Apple-tab-span" style="white-space:pre">        </span>exit 1<br>fi<br><br>Then use MS_DIR in a mv command since there is no chance of over writing a<br>symlink<br><br>#!/bin/bash<br># # Mailborder update safe phishing sites<br># v4.1.3 # 20 June 2014<br># # Run this script as a user with write permissions<br># to /etc/MailScanner/phishing.safe.sites.conf<br>if [ ! -d /etc/MailScanner ]; then<br> echo etc/MailScanner does not exist, creating it<br> mkdir /etc/MailScanner<br> chmod 0644 /etc/MailScanner<br>fi<br><br>if [ -f &nbsp;/etc/MailScanner/phishing.safe.sites.conf ]; then<br> /usr/bin/wget -O /tmp/phishing.safe.sites.conf<br><a href="http://phishing.mailborder.com/phishing.safe.sites.conf">http://phishing.mailborder.com/phishing.safe.sites.conf</a><br> ERR_CODE=$?<br> if [ "$ERR_CODE" == "0" ]; then<br> &nbsp;cp -f /tmp/phishing.safe.sites.conf<br>/etc/MailScanner/phishing.safe.sites.conf<br> &nbsp;chmod 0644 /etc/MailScanner/phishing.bad.sites.conf<br> &nbsp;rm -f /tmp/phishing.safe.sites.conf<br> else<br> &nbsp;echo Had a problem downloading phishing.safe.sites.conf error code was<br>$ERR_CODE<br> fi<br>else<br> echo Linking opt Based MailScanner Files<br> ln -s /opt/MailScanner/etc/phishing.safe.sites.conf /etc/MailScanner/<br> /usr/bin/wget -O /tmp/phishing.safe.sites.conf<br>http://phishing.mailborder.com/phishing.safe.sites.conf<br> ERR_CODE=$?<br> if [ "$ERR_CODE" == "0" ]; then<br> &nbsp;cp -f /tmp/phishing.safe.sites.conf<br>/etc/MailScanner/phishing.safe.sites.conf<br> &nbsp;chmod 0644 /etc/MailScanner/phishing.bad.sites.conf<br> &nbsp;rm -f /tmp/phishing.safe.sites.conf<br> else<br> &nbsp;echo Had a problem downloading phishing.safe.sites.conf error code was<br>$ERR_CODE<br> fi<br>fi<br><br>________________________________<br><br>From: mailscanner-bounces@lists.mailscanner.info<br>[mailto:mailscanner-bounces@lists.mailscanner.info] On Behalf Of Jerry<br>Benton<br>Sent: Friday, June 20, 2014 9:23 PM<br>To: MailScanner discussion<br>Subject: Phishing Update Service<br><br><br>Ok, I went a little further. There are now updated "safe" and "bad" phishing<br>sites once per day. Read more and get the scripts here if you want them. <br><br>http://phishing.mailborder.com/<br><br><br><br>-<br>Jerry Benton<br>www.mailborder.com<br><br><br><br>-- <br>MailScanner mailing list<br>mailscanner@lists.mailscanner.info<br>http://lists.mailscanner.info/mailman/listinfo/mailscanner<br><br>Before posting, read http://wiki.mailscanner.info/posting<br><br>Support MailScanner development - buy the book off the website! <br></blockquote></div><br></div></body></html>