Tom Pepper wrote:
> I went to look, but keep getting a "page cannot be displayed" error.

Works fine here.

For anyone using ColdFusion, this CFHTTP call will get the list for
you and save it to your server's hard drive.  It is set to use the
default of c:\imail\ in this example.  I put in my own domain in the
useragent as a courtesy to identiffy myself, and scheduled it to run
every two hours.

<cfhttp 
        url="http://www.vantekcommunications.com/spam/url-domain-bl.txt"; 
        method="GET" 
        path="c:\imail\" 
        file="url-domain-bl.txt" 
        resolveurl="false" 
        useragent="mysecretbase.com Imail AntiSpam" 
        timeout="60" 
        port="80">

William, 

In ASSP, I only see a place to enter a list of blacklisted domain
names.  How do you get it to look to an external file?  I'm on
assp-1.0.12

-- 
--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to