Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

intercept network activity like VirusScan does

Status
Not open for further replies.

wgcs

Programmer
Mar 31, 2002
2,056
EC
I'd like to write a spam filtering program that intercepts emails as they are being downloaded.

I know a POP3 proxy mechanism could be used to do this, but I also know that VirusScan HAWK somehow monitors (and blocks) TCP/IP traffic without proxying: for example, if you have HAWK monitoring on when you send a second or third email with the same subject, HAWK pops up notifying you that an email that looks like spam is being sent.

(I use Eudora and am pretty sure that VirusScan hasn't hooked into it and is really intercepting TCP/IP traffic...)


Does anyone know how this can be accomplished?

- Bill

Get the best answers to your questions -- See FAQ481-4875.
 
have you tried programs like Ihatespam? Also, the new version of Outlook offers it built in. If you are interested in writing a script, you could also dabble with CDO programming, but that gets very complicated, and may require a server to run the scripts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top