Print Page | Close Window

VBS Script Add-on

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=3893
Printed Date: 26 April 2025 at 5:14pm


Topic: VBS Script Add-on
Posted By: Guests
Subject: VBS Script Add-on
Date Posted: 30 June 2004 at 12:38pm

This is completely unaffiliated with LogSat, but we had a need for a way to notify users of messages that were blocked as spam, so we wrote a VBScript that queries the database and sends an HTML formatted email to the user with a list of the emails. A couple of notes. You need an ODBC connection to your .Program FilesSpamFilterDatabaseSpamFilter.mdb . You also need to add a table to your spam filter database with all your valid email addresses, in this script its called tblEmailList. I'll try and make sure I have all my variables up top. If you have any questions I can try and help. But as always with everyone and everything, I provide no guarantees. In the interest of saving visual space on this board here is a link to the code.

http://www.agrath.com/phpBB2/viewtopic.php?p=2144#2144" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.agrath.com/phpBB2/viewtopic.php?p=2144" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.agrath.com/phpBB2/viewtopic.php?p=2144" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.agrath.com/phpBB2/viewtopic.php?p=2144

Copy and save it as a *.vbs file, change your settings and at least it works for me :)




Print Page | Close Window