PDA

View Full Version : Script writing and tags


Biff Stephens
05-25-2004, 04:42 PM
Hello all,

I am having a friend write a VBS for us that will write the KB senders are
getting in mail to a DB. I have X-EW-Date and X-EW-Time for the date and
time. Also I have X-EW-Size for the size. Where can I get the target email
address from? I am working off of the Top 10 Virus tutorial online.

Thank you all for your help...

Biff

Alexander Telegin [SSS]
05-25-2004, 04:57 PM
For EW2 you can use following tutorial
http://support.sssolutions.net/kb/index.php?page=index_v2&id=38&c=10

There are following object/property available which will give you list of
recipients:

For I = 0 to EWRequest.RecipientCount - 1
EWControl.Log EWRequest.RecipientAddress(I)
Next

- Alex

Cozmo
05-25-2004, 05:07 PM
I use Y-MAIL-FROM , Y-RCPT-TO, X-EW-SIZE ,X-Spam-Prob and for date i just
use vbs now( )