Outlook security bypass question.
-
I write spam filter and want validate senders from address book. But some versions of outlook show a warning message. Is it possible to bypass it? Thanks. ================================ My products are here!
-
I write spam filter and want validate senders from address book. But some versions of outlook show a warning message. Is it possible to bypass it? Thanks. ================================ My products are here!
hi Ya... This is a security alert, since Service Pack 3 for Outlook XP. If any program tries to access Outlook address book it will display that alert msg. ASAIK there is no way to disable this. Most of the mail attachment script viruses are using this address book to spread. So after the launch of ‘I LOVE U’ virus (it is the first one in this series) Microsoft released this patch. All these address entries are there in our hard disk as .WAB files. But it is encrypted and we can’t read it directly. Otherwise try some brute force approch - find that Out look warning display dialog, select that chkbox and click the 'Yes' button programatically using
keybd_event
orSendInput
API. rgds...mil10