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 :)
|