I&#39;m running MS 4.60.8 on Solaris 10 and had the following problem with update_phishing_sites:<br><br># ./update_phishing_sites<br>./update_phishing_sites: wget: not found<br>./update_phishing_sites: curl: not found<br>
Cannot find wget or curl to do phishing sites update.<br><br><br><br>I knew that I had wget installed so I checked the PATH in the update script.&nbsp; Solaris 9 and 10 have a &quot;/usr/sfw/bin&quot; where it puts software that was obtained through 
<a href="http://sunfreeware.com">sunfreeware.com</a> (mostly gnu type stuff).&nbsp; I went ahead and made a patch that can hopefully be included.<br><br>***begin patch<br>--- update_phishing_sites&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wed Jun&nbsp; 7 14:27:09 2006
<br>+++ update_phishing_sites.new&nbsp;&nbsp; Mon Jun 25 10:15:04 2007<br>@@ -31,7 +31,7 @@<br>&nbsp;#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; United Kingdom<br>&nbsp;#<br><br>-PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/etc:/usr/local/bin<br>+PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/sfw/bin
<br>&nbsp;export PATH<br><br>&nbsp;if [ -d /opt/MailScanner/etc ]; then<br>***end patch<br><br><br>Also, is there a more appropriate way for submitting patches?<br><br>-Eugene<br>