I've been using the "Message", "Block Sender" function of Outlook Express on
the massive flood of virus e-mails for a day or so now. After several
hundred different return names have been added, the flood seems to be
slowing down. I just hope the virus doesn't start changing its return
addresses! Until this mess is resolved, or the SOBs doing this are caught,
it's as good a solution as I've found so far. Let me know if y'all find
anything better. I keep my Norton AV up to date, and it does seem to be
stopping the virus attachments so far.
I've been getting SLAMMED with the Swen virus over e-mail...
Since yesterday, about 24 hours ago, I have killed over 1,500 copies
of it. But I got REALLY TIRED of having to download them just so I
could kill them.
Until this slows down considerably, I've written a VB.NET app to
handle things a little for me..
My simple app just sits there and every 5 minutes connects to my mail
server and does a LIST to get a list of the message numbers and how
big they are. Anything over 24k in size is automatically deleted from
my mailbox, so I don't have to download the crap into my Outlook
Express client.
So now, I just wait for my little "pop3 cleaner" to do a round, then I
have 5 minutes to pull up my Outlook Express and get the "other"
messages waiting for me...
Below is some output from my console VB.NET app I wrote. As you can
see, it's killed over 1,500 of them. Most are around 150k in size.
That's 1500 * 150k = ~219MB of Swen virus crap I didn't have to
download in the last day. If anyone wants a copy, I can send you the
program + source code.. Not much to it, really..
// CHRIS
SAMPLE OUTPUT (Runs from command prompt):
Looking Up Host Name 'mail.charter.net'
Connecting to '209.225.8.223'
+OK POP Server ready
<
[email protected]>
+OK please send the PASS
+OK 1 messages (159929 bytes) (proxing)
+OK 1 messages
Message: 1 (159929 Bytes)
+OK marked deleted
+OK CommuniGate Pro POP3 Server connection closed
OK: 1 Messages Cleaned From Mailbox
Killed 1 (Total: 1508)
Looking Up Host Name 'mail.charter.net'
Connecting to '209.225.8.223'
+OK POP Server ready <
[email protected]>
+OK please send the PASS
+OK 1 messages (147157 bytes) (proxing)
+OK 1 messages
Message: 1 (147157 Bytes)
+OK marked deleted
+OK CommuniGate Pro POP3 Server connection closed
OK: 1 Messages Cleaned From Mailbox
Killed 1 (Total: 1509)
Looking Up Host Name 'mail.charter.net'
Connecting to '209.225.8.223'
+OK POP Server ready
<
[email protected]>
+OK please send the PASS
+OK 10 messages (1212599 bytes) (proxing)
+OK 10 messages
Message: 1 (147538 Bytes)
Message: 2 (3169 Bytes)
Message: 3 (160195 Bytes)
Message: 4 (147101 Bytes)
Message: 5 (160269 Bytes)
Message: 6 (147092 Bytes)
Message: 7 (5294 Bytes)
Message: 8 (147265 Bytes)
Message: 9 (147481 Bytes)
Message: 10 (147195 Bytes)
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK marked deleted
+OK CommuniGate Pro POP3 Server connection closed
OK: 8 Messages Cleaned From Mailbox
Killed 8 (Total: 1517)
Looking Up Host Name 'mail.charter.net'
Connecting to '209.225.8.223'
+OK POP Server ready <
[email protected]>
+OK please send the PASS
+OK 4 messages (315858 bytes) (proxing)
+OK 4 messages
Message: 1 (3169 Bytes)
Message: 2 (5294 Bytes)
Message: 3 (160191 Bytes)
Message: 4 (147204 Bytes)
+OK marked deleted
+OK marked deleted
+OK CommuniGate Pro POP3 Server connection closed
OK: 2 Messages Cleaned From Mailbox
Killed 2 (Total: 1519)
Waiting 04:54 Seconds ...