Swen Worm Zapper

  • Thread starter Thread starter Zane Thomas [.NET/C# MVP]
  • Start date Start date
Z

Zane Thomas [.NET/C# MVP]

I have a c# console app that needs a bit of testing before I make it available
for free (with source) to everyone.

It's a simple program - at this time - which connects to your POP3 server,
downloads _only the headers_, and if you have specified the delete (/d) switch
it deletes messages matching the following rule:

Size > SizeThreshold
To header != Regex

All parameters - server, Size, Regex, etc - are in a config file and modifiable.
Later I'll do a more sophisticated winforms version and make its source
available too.

I'll take the first five people who want the source and executables. Then I'll
post another message here annoucing the cutoff. After testing I'll make an MSI
available on my website.
 
Count me in.

(e-mail address removed) (leaving out the obvious) or
(e-mail address removed)

THanks,

Bill
 
No problem. I'm in the middle of updating the my 'mail for .net' install to
include the project. It will be available shortly, I'll post a notice here and
elsewhere.
 
Back
Top