Slashdot Mirror


Unplugging Email To Combat Spam

monkeyserver.com writes "from Reuters (via CNN) we hear that 'Consumers who allow their infected computers to send out millions of 'spam' messages could be unplugged from the Internet under a proposal released Tuesday by six large e-mail providers.' They are looking at 100 per hour or 500 per day; this doesn't really sound like a bad idea, though it could cause problems for a few people trying to run companies from their basement..." On the other side of the coin, rastakid writes "It appears that Microsoft is taking its actions against spamming a little bit too far: Hotmail accounts which are suspected of sending spam are closed without a single investigation. This article states that Maariv International registered a new Hotmail account and sent an abuse message about spamming activities from that account, while not a single message was sent from it. Microsoft closed the account immediately, without investigating."

332 comments

  1. Open relays by SIGALRM · · Score: 4, Interesting

    Internet companies should make sure that their equipment has been properly secured so spammers can't route their messages through them

    I agree. Open relays, apparently not as common as they used to be, are still a huge source of the spam we intercept. I'd be in favor penalties for open relays (in theory), but how would that be effective, being that a lot of it originates from outside the US?

    --
    Sigs cause cancer.
    1. Re:Open relays by Bob+Zer+Fish · · Score: 4, Insightful

      perhaps something like SPF could be used? That would ensure that spam was sent from the correct mail servers, and hence not spoofed. This would reduce a large amount of spam appearing to come from other users.
      Once this has been done we can then clamp down on the dodgey email servers.

    2. Re:Open relays by LostCluster · · Score: 4, Interesting

      The newest threat for spamming are now machines that aren't meant to be mail servers being turned into relays by viruses and worms. They aren't open per se because they work for only one master, but they end up putting the full resources of the computer to sending spam and that's not good.

      Maybe some sort of "reconnection fee" from the ISP in the $35-50 range would be a good enough speedbump to make consumers aware that this kind of threat exists and it will be their problem if they don't protect themselves from it. Afterall, there isn't much real cost for a bank to bounce a check, but they're allowed to charge so much because a bounced check is a preventable situation that is very annoying... the fee is there mostly to discurage people from trying to write a bad check.

    3. Re:Open relays by WolfWithoutAClause · · Score: 3, Insightful
      Maybe some sort of "reconnection fee" from the ISP in the $35-50 range would be a good enough speedbump to make consumers aware that this kind of threat exists and it will be their problem if they don't protect themselves from it.

      Probably a baddddd idea.

      The issue is that, in practice, a vast number of boxes on the internet are all vulnerable to attack- there's bound to be some hidden flaw in the incredible number of packages out there.

      So the system can be up-to-date with all known patches, and still be attacked. Fining people for things that flat-out aren't their fault is likely to be, at best, contrary to the ISPs customers idea about what makes a good ISP.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    4. Re:Open relays by Brobock · · Score: 2, Insightful

      Afterall, there isn't much real cost for a bank to bounce a check, but they're allowed to charge so much because a bounced check is a preventable situation that is very annoying... the fee is there mostly to discurage people from trying to write a bad check.

      The problem with this is that if I cash a check and the other person didn't have the funds, I have to pay for the bounced check as well as you. I have been charged $5 for attempting to cash a check that bounced. I wouldn't say preventable

    5. Re:Open relays by Anonymous Coward · · Score: 0

      perhaps something like SPF

      I don't think rubbing suncreen all over my meat would make it taste any better.

    6. Re:Open relays by Steve+Embalmer · · Score: 1


      SIGALRM is right... spamming is a client-side, but mostly a *server-side* issue.

      I think SPA is an answer, but I'm not a router expert so I don't know how that would be implemented.

    7. Re:Open relays by CyanDisaster · · Score: 5, Informative

      ...So the system can be up-to-date with all known patches, and still be attacked. Fining people for things that flat-out aren't their fault is likely to be, at best, contrary to the ISPs customers idea about what makes a good ISP...

      I work at an ISP where we do virus removals on customers computers. If someone comes in with a virus, we determine whether it slipped through the email virus scanning. If so, we don't charge them. Otherwise it's usually about half an hour labour to clean the system up. Sooo...basically, if it isn't their fault, there's no charge. Mind you, that's if our system doesn't keep the customer's email clean. Whether their Norton or AVG is up to date or not, and the virus didn't come through email, or they're not on email virus scanning, then we charge them for labour regardless where the virus came from.

      Hope be with ye,
      Cyan

    8. Re:Open relays by Jim_Maryland · · Score: 4, Insightful
      I don't know about charging the reconnect fee to the customer in all cases. If a security flaw in your system allows your system to be compromised, is it really the end users fault? If the user chooses not to impliment patches, then maybe your proposal would work, but maybe a user doesn't impliment a patches because an application they use hasn't been certified to work with a particular patch.

      While $35-$50 isn't much of a reconnect fee, disconnecting probably shouldn't be the first step. Ideally the process would go something like this:

      ISP notices a lot of email generated from your node.

      Emails registered address inquiring if the volume of email (send statistics) is known to the user.

      User responds to confirm they are legitimately sending the volume of email or they respond that they are unaware of the volume.

      NOTE: If user does not respond, follow with registered letter or a phone call to the registered user.

      If user resolves the problem (patch/removal) system remains intact. If user is unable to resolve the problem, provide options for resolving it. This may include free support, charged support, or recommendation to other support services (The DC metro area has a company called "Geeks on Call").

      If user doesn't resolve the problem within an alloted time period, disconnect them.

      Charge a reconnect fee.

    9. Re:Open relays by true_majik · · Score: 2, Interesting

      how exactly do you determine whether it came from an email or not? and how do you explain this to the customer? i'd be surprised if only a few dispute your findings as to how the PC got infected.

    10. Re:Open relays by theCat · · Score: 1

      Hmm...tempting. But I think we should all of us get over the idea that individual users should be fined or abused somehow because of flaws in the system. For I think we all here can agree that the Internet, inherently trustful as it is, is flawed. It was a great 70's idea of every host trusting every other that just wasn't ready for prime time.

      I recall the gnashing of teeth when the Internet went public back-in-the-day. Pundits were forcasting all sorts of doom and gloom involving what happens when a free service falls into the hands of corporations. And maybe there have been abuses from corporations (spammers are a business too). But I don't think anyone predicted what really came to happen; trust became a liability. And as a result public email would die from the weight of its own success.

      Future systems will need to have learned from this episode; trust no one.

      --
      =^..^= all your rodent are belong to us
    11. Re:Open relays by WolfWithoutAClause · · Score: 1
      The ISPs can keep 100% logs of all the email they carried if they want to, or atleast the headers.

      Even if they don't- the government does :-(

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    12. Re:Open relays by nelsonal · · Score: 1

      Outside of sheer greed, I've never understood this practice on the part of banks. Why don't they put the full cost of the bad check and add a reasonable penalty to those who wrote the bad check. I've heard that it only costs a small fraction of the cost to process a bad check.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    13. Re:Open relays by WolfWithoutAClause · · Score: 1
      You aren't fining them for being infected, you are charging them for fixing their PC. That's quite different; it costs manpower, whereas simply fixing a bit to let them back onto your network- that costs far, far less. Why should anyone be charged, or pay, >$35 for that?

      Also, that's viruses you're talking about- what about worms?

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    14. Re:Open relays by Anonymous Coward · · Score: 0

      Outside of sheer greed, I've never understood this practice on the part of banks. Why don't they put the full cost of the bad check and add a reasonable penalty to those who wrote the bad check. I've heard that it only costs a small fraction of the cost to process a bad check.

      Because people that cash checks are more likely to have money to pay fees that people who write bad checks? If your writing a bad check, the odds are that you don't have much money available...

    15. Re:Open relays by SillyNickName4me · · Score: 1

      I believe it would be both mroe effective and cheaper in the end to simply fix smtp to the point where this is no longer a possibility.

      Some info on how that should be done and why..

      Sender Policy Framework
      Why SPF?
      Authentication Is Key To Fighting Spam
      Spammy issues

      This solves a lot more then the 'zombie' issue, and has to be done anyway, why not do it now and fix multiple problems at the same time instead of putting up fees for all kinds of things.

    16. Re:Open relays by secolactico · · Score: 1

      Ideally the process would go something like this:

      You have the right idea, but I would skip a couple of steps:

      1. ISP notices email traffic
      2. ISP calls users (same day if possible)
      3. If no answer is provided or the user cannot resolve the problem on short notice, disconnect.

      The problem with email and registered letter is time. A couple of days of malicious activity will generate quite a lot of traffic. Perhaps instead of disconnecting, the ISP could throttle SMTP traffic, until the user solves the problem on way or another.

      --
      No sig
    17. Re:Open relays by CyanDisaster · · Score: 2, Informative

      Simple. Run a virus scan, which will tell you what virus it is. Do some research on the reported virus(es). The writeup on that particular virus will help you determine how it propagates.

      Hope be with ye,
      Cyan

    18. Re:Open relays by Jim_Maryland · · Score: 1

      The additional time shouldn't be too big a problem. I realize a lot of mail goes out in a short period of time, but if this is implimented we should see less and less as zombie systems are secured. Throttling the SMTP traffic would probably be a better solution to allow the user time to patch/secure their system. Doing the immediate disconnect doesn't work well if the user's system is infected and the user is out of town for a short period of time. Of course leaving the system as a zombie for too long (this is probably the hard part to define) does allow the SPAM to flow freely unecessarily too long.

    19. Re:Open relays by OYAHHH · · Score: 2, Interesting

      > Maybe some sort of "reconnection fee" from the ISP in the $35-50 range would be a good enough speedbump

      Huh?

      I recently had the opportunity to clean-up one of those "infected PCs".

      My job would have been made a whole lot easier if the stupid ISP who sold my elderly friend the cable modem service had thrown in a free cheap router and a firewall to go on the operating system.

      Instead, they came into her house, connected a very vulnerable windows xp install directly to the cable modem, got her signature on the contract, and walked out the door.

      In my opinion that's like handing a loaded 45 calibar handgun to a nine year old. You just know something bad is gonna happen.

      And they knew it also.

      So who really is at fault? My friend, who admittedly buys things under the pretense that they are safe or the people who knowingly provided the spammers with EASY pickings?

      If anything, the ISP should be made to pay me for the hours I spent putting her system back together. And then putting firewalls, anti-virus, anti-spyware, etc..., etc....

      If she had not already had this computer for a year (i.e., lots of grandkid pictures on it, programs she had no idea where the original disks were, etc., but never connected to the internet until about two weeks before I saw it) I would have simply reformatted the hard drive and started from scratch, it was that bad.

      --
      Caution: Contents under pressure
    20. Re:Open relays by dasmegabyte · · Score: 2

      Ah, but the problem there is that so many people have turned off remote access to their SMTP servers to prevent open relays that you can't assert that the SMTP server delivering the message has ANYTHING to do with it. SMTP servers have become like corner mailboxes; I use smtp.nycap.rr.com at home and smtp.work.com at work, etc.

      This is a fairly nice way of doing things, I think. It involves the provider of the internet connection with the mail delivery process. SPF seems like a good idea, but remember: it is exceedingly easy to get a new domain. To defeat the "proection" offered by SPF, all you have to do is register a domain and add your zombie as the SPF for that domain. Since a random PC doesn't know the zombie from adam, and the SPF is okay, it'll be delivered...the only difference between this, and the way things work today, is that a lot of work would go into the non-solution.

      --
      Hey freaks: now you're ju
    21. Re:Open relays by Anonymous Coward · · Score: 1, Funny

      handing a loaded 45 calibar handgun to a nine year old.

      Holy crap! You should probably start them out on something with a little less kick, like a .22

    22. Re:Open relays by FLEB · · Score: 1

      You bring up a good point.

      I would say that the best idea is to combat both problems. Head off the "uninformed user" problem by giving subcribers the tools and knowledge they need to keep on top of security. Give new users a simple-to-read "computer security checklist", along with either some links, or a CD full of patches and anti-whatever programs. When new threats come to light, keep them alerted.

      Then, let them sink or swim. If they don't manage to keep their system up to some level of security, then let the ISP take action as they deem necessary.

      Although the Internet should be accessible to everyone, the sucks-but-true reality is that being online in this day and age requires you to take some time and energy to keep yourself from being an unaware nuisance. Both the ISPs and the consumers need to realize that. The ISPs need to provide the tools, and the end-users need to use them.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    23. Re:Open relays by Anonymous Coward · · Score: 1

      This is a fairly nice way of doing things, I think. It involves the provider of the internet connection with the mail delivery process. SPF seems like a good idea, but remember: it is exceedingly easy to get a new domain. To defeat the "proection" offered by SPF, all you have to do is register a domain and add your zombie as the SPF for that domain. Since a random PC doesn't know the zombie from adam, and the SPF is okay, it'll be delivered...the only difference between this, and the way things work today, is that a lot of work would go into the non-solution.

      You're looking at it backwards.

      The goal of any reverse-MX solution is to keep you from forging my domain on your junk.

      Which gives us a few possibilities:

      1. Domain publishes SPF info with "-all". Any e-mail that you get purporting to be from that domain which doesn't match the SPF information should be treated with severe prejudice.

      2. Domain publishes SPF info with "~all". Any e-mail that doesn't match the SPF info should be treated as slightly suspect.

      3. Domain doesn't publish SPF info... nothing different then the problem we have today.

      4. Domain publishes SPF info, and the e-mail matches up. Really doesn't tell you anything useful, except that the domain and e-mail match. OTOH, you can more reliably apply any reputation knowledge about the domain to the e-mail.

    24. Re:Open relays by Anonymous Coward · · Score: 0

      Maybe some sort of "reconnection fee" from the ISP in the $35-50 range would be a good enough speedbump to make consumers aware that this kind of threat exists and it will be their problem if they don't protect themselves from it. Afterall, there isn't much real cost for a bank to bounce a check, but they're allowed to charge so much because a bounced check is a preventable situation that is very annoying... the fee is there mostly to discurage people from trying to write a bad check.

      Talk about a money-making proposition for the ISPs...

      Is your ISP losing money this month? Call "slim shady" and have him infect some of your users so you can cut them off and force them to pay the re-connect feee!

      Or better (and more likely)... user A gets into tiff with user B at school. User B manages to get user A kicked off the network.

    25. Re:Open relays by shokk · · Score: 1

      Actually, open relays are more common than you think. Many of those computers infected with viruses that carry their own smtpd are just waiting to forward some mail. Check out the recent Slashot story about how companies like Send-Safe.com operate with lists of email addresses and lists of known open relays. Can there be any doubt that these virus writers are being paid by spam houses, or even working under the same roof?

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    26. Re:Open relays by cheekyboy · · Score: 1

      Why not just block all net access EXCEPT to the ISPs virus removale page, ie quaranteen.isp.com or something, thereby preventing the box from going stupid and giving them a chance to remove it. Do admins have any clue or are they just prevented from doing this by HR/CEOs? ;=-)

      --
      Liberty freedom are no1, not dicks in suits.
    27. Re:Open relays by dorsey · · Score: 1

      Why does there need to be a reason other than greed? Banks *love* it when people bounce checks. Those fees are basically free money. They do everything they can to make it so that as many checks as possible bounce. For instance, larger checks clear the account before smaller checks. That way if you run out of money, you bounce several small checks instead of one big one.

      --
      hinderfreude ('hin-dur-"froi-d&), n. The feeling of joy derived from being in the way.
    28. Re:Open relays by liquidsin · · Score: 1

      Or, make the call, send the email, give 24 hours for a response, then just terminate their outbound 25 until they get back to you. If they really meant to be sending that much email, they're sure to call to bitch about the service being blocked.

      --
      do not read this line twice.
    29. Re:Open relays by pe1chl · · Score: 1

      No, there actually are ISPs that do this.

      I think most of them simply don't care.
      Statements like "we are not responsible for the behaviour of our customers" are all too common.

    30. Re:Open relays by grahamm · · Score: 1

      The computer dealers are not without blame either. They ship pre-installed operating systems which are at a 'base' level without up-to-date security patches applied. They should be made to either supply the OS and applications with all the current (at time of sale) security patches already applied or supply those patches on CD so that the purchaser does not have to connect to the internet to download the patches (during which time the system is vulnerable to whatever attacks are fixed by the patches)

    31. Re:Open relays by randomencounter · · Score: 1
      It is a service to the end-user to disconnect their compromised machine from the internet before it can be compromised further. The looks on people's faces when they realize the extent of their vulnerability when their machine is zombied would tell you that.

      The resistance you get is simply that most people don't have the gut feeling for the risk they are taking.

      --
      Forget diamonds, copyright is forever.
    32. Re:Open relays by Nephilium · · Score: 1

      How are you going to keep all of those boxes sitting at a Best Buy, a CompUSA, an OfficeMax, or any other store up to date? They've been pre-built and sitting on a shelf for several months in a sealed box. The customers don't want to wait while someone opens the box up, hooks it up to the internet (if availible in the store) and spends four to five hours downloading patches. The CD issue is a matter of distribution, and getting the end users to run the disk.

      Nephilium
      Never underestimate the power of human stupidity. -- Lazurus Long (Robert A Heinlein)

    33. Re:Open relays by Sylver+Dragon · · Score: 1

      There's a simple, upfront solution. When an account is turned on by the ISP block all outbound traffic on port 25. Only open port 25 if the user requests it specifically. This way, reguardless of the system being comprimised, it does not become a source of spam.
      After that, monitor traffic on port 25, if the volume seems abnormally high contact the customer. Ask them if they are legitimately generating that much email or not. If they are not, re-block port 25 until they get thier system fixed.
      The ISP I am with currently does this. As I run a mail server at home, I have port 25 open, and have never had a problem, but for all of the comprimised boxes on the same network as me (I see lots of virus hits on my firewall logs comming from the network I am in), they don't become spam relays.
      Why companies are willing to go to the trouble of turning off accounts for spam, but are unwilling to take this simple step, I will never understand. Unless, of course, its just a way to generate revenue in re-connect fees from hapless users.

      --
      Necessity is the mother of invention.
      Laziness is the father.
    34. Re:Open relays by Jim_Maryland · · Score: 1

      Blocking port 25 by default seems fine to me. I'm sure the number of people who legitimately need it is fairly small compared to the number who don't.

    35. Re:Open relays by FLEB · · Score: 1

      Well, if the OS manufacturers could make a CD image with up-to-the-moment installable patches, the retailers could give out burn-on-demand security update CDs.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    36. Re:Open relays by Crudely_Indecent · · Score: 1

      not their fault? hmmm....I haven't had a single virus/worm/trojan infected pc (of my own) for about 7 years.

      I find it rather amusing when my friends/co-workers/BOSSES ask me to fix their virus-ridden systems. Most people will blindly click anything that pops up on their screen.

      I've yelled at my users for clicking a dialog box without reading it, opening attachments just because they were there, installing applications from unknown entities and clicking 'yes' to all of the 'bundled applications'

      Not their fault? I certainly think it is, Otherwise some of my machines would've been infected over the past 7 years.

      It seems to me that a person with a single infected PC can cause more damage (dollar wise) than they could in an automobile accident. We are required to have a license to drive, but any illiterate joe can go to Sams Club and buy hisself a 'puter for fore hunnerd bucks. Woo hoo, innernet porno here I come.

      --


      "Lame" - Galaxar
  2. hate to point out the obvious... by darth_MALL · · Score: 3, Informative

    Microsoft closed the account immediately, without investigating.
    They own the account! Not to mention, it's a free account...you get what you pay for. Caveat Emptor, Greg...

    1. Re:hate to point out the obvious... by EvanED · · Score: 4, Insightful

      That doesn't mean that it isn't a stupid or asinine thing to do. It just means that they wouldn't be held culpable.

    2. Re:hate to point out the obvious... by darth_MALL · · Score: 0

      Agreed. This is about as crappy as customer service gets, methinks. I am off to check their TOS.

    3. Re:hate to point out the obvious... by LostCluster · · Score: 2, Interesting

      There may be no monitary value trading hands, but by using a Hotmail account, you're depending on Hotmail to reliably deliver to you messages that have been sent to them marked for final delivery to your account.

      If Hotmail breaks that trust too often, then they won't have anybody in their right mind using the service. Oh, wait, anybody who cares about their e-mail has already left...

    4. Re:hate to point out the obvious... by surreal-maitland · · Score: 1

      agreed. it's crappy customer service, but you know, if people don't associate hotmail with microsoft (and i'd bet a good deal don't, especially if the ms customer service when you call is usually better), ms doesn't lose any customers. i mean, i didn't know ms owned hotmail until today (already have plenty of other reasons to hate them). perhaps it's simply not worth it to them to investigate every claim and easier to close down accounts and let people open new ones.

      --
      -ninjaneer
    5. Re:hate to point out the obvious... by swv3752 · · Score: 1

      How can one not associate hotmail with MS? It is now called MSN Hotmail. There is all sorts of MSN crap plastered all over. MS touts the feature in OE where one can connect to thier hotmail account.

      --
      Just a Tuna in the Sea of Life
    6. Re:hate to point out the obvious... by gnu-generation-one · · Score: 3, Funny

      "Microsoft closed the account immediately, without investigating. Reply: They own the account! Not to mention, it's a free account...you get what you pay for. Caveat Emptor, Greg..."

      Whoo! Easy way to shut-down friends on hotmail...

      Dude, we deleted your email!

    7. Re:hate to point out the obvious... by Tatarize · · Score: 4, Insightful

      You overlook some of the more obvious effects of this policy. Basicly if I disliked you, and you had a fairly important hotmail account... It would become trivial to mess with you out of spite.

      Many people use their email accounts for very critical information or personal correspondence. Getting them shutdown because somebody said it was used for spam is wrong.

      Another thing. What if spammers took to spamming the support mail with huge amounts of this account used for spamming messages while using some accounts for spamming. Backlogging the folks while raising heck on the side. The more you think about any solution to spam the more you think of ways around it, if you were a spammer.

      --

      It is no longer uncommon to be uncommon.
    8. Re:hate to point out the obvious... by Anonymous Coward · · Score: 2, Funny
      Microsoft closed the account immediately, without investigating.

      Wow, a person in a large company not looking into something. Imagine that...

      Its not a MS problem, its a human problem.

    9. Re:hate to point out the obvious... by Anonymous Coward · · Score: 0

      So if everyone would just take every hotmail address they know of and send an abuse complaint, we should be able to completely remove hotmail from the universe!

    10. Re:hate to point out the obvious... by Anonymous Coward · · Score: 0

      So you think hotmail/MS should have to pay someone to invstigate the activity on a FREE acocunt?

      Why?
      Explain to me how you could even think for a moment that a business is in any way obligated to provide customer support for a FREE service.

    11. Re:hate to point out the obvious... by gcaseye6677 · · Score: 1

      Why anyone would be using a Hotmail account at this point is beyond me. With their crappy 3MB space limits and the assload of spam you get (even with filters on). I bet Yahoo got a lot of new people signing up in the last week. Using a hotmail account for anything other than a throwaway spam account is just dumb.

    12. Re:hate to point out the obvious... by Erik_the_Awful · · Score: 1

      Further, it is becoming increasingly silly to expect an intellegent response from Microsoft. Still, this isn't all together bad. Don't use hotmail. Duh. Can we have a pretty little script that generates credible looking spam complaint for all addresses @hotmail.com? Is that just entirely too evil, even for a mail service owned by Microsoft?

    13. Re:hate to point out the obvious... by Anonymous Coward · · Score: 1, Insightful

      They're not obligated. But they provide the free service for a reason. They want you to use it because of ad revenue/name recognition/killing the competition/whatever. If they give you crappy customer service you won't use their free service. So it is in their best interest to provide decent customer service.

    14. Re:hate to point out the obvious... by JuggleGeek · · Score: 1
      Many people use their email accounts for very critical information or personal correspondence.

      Anyone that uses a free email service for "critical information" is a fool. If it's important for you, business wise or personally, then you should have a real account instead of a freebie web based kludge.

    15. Re:hate to point out the obvious... by tekunokurato · · Score: 1

      Yeah, they're allowed to do it, and we're allowed to complain and tell people to use mail from a corp. that doesn't suck blood.

    16. Re:hate to point out the obvious... by Tongo · · Score: 1

      So when will someone write a script to auto generate and send emails to the abuse department at hotmail and get huge blocks of hotmail addresses shut down?

    17. Re:hate to point out the obvious... by Moridineas · · Score: 2, Insightful

      If your email is so important to you (I know mine is to me) than dont bitch about free services.

    18. Re:hate to point out the obvious... by Soporific · · Score: 1

      I've used a single Hotmail account for the past (5-6?) years or so as my registration e-mail account for various websites, etc. If they killed the account over one complaint, I'd be up shit creek because that's where all my lost password messages, etc. are sent. And the reason I use Hotmail is because my address stays the same even though I've moved and switch ISP's a few times.

      ~S

    19. Re:hate to point out the obvious... by Anonymous Coward · · Score: 0

      For some reason that line allway's comes up : "you get what you pay for".

      So, if you get some candy for free, and you get sick (to death) from it, you think "Oh, well, at least it was free !", or do you maybe think about suing the company that gave it to you.

      Same for ISP's : They (inplicitily, by offering) promise to behave like responsible owners/givers, and they don't. I don't think that's unlawfull (although difficult, especially in case of such a *big* coorporation, to prosecute)

    20. Re:hate to point out the obvious... by Grimm42 · · Score: 1

      I guess Hotmail just became absolutely useless for anything important. I wonder if MS marking knows that now hotmail can only be used as throw-away addresses?

    21. Re:hate to point out the obvious... by surreal-maitland · · Score: 1
      perhaps this is just my ignorance. i don't, myself, have a hotmail account. however, (waxing philosophical, now, watch out) i think that people do have some ability to block it out and not connect the hotmail - ms - windows dots. especially with such a crappy service like hotmail. people say, 'that can't be the same ms. i mean, ms makes windows.'

      and then there are people like my dad, who are totally fed up with microsoft but are too scared to install something else.

      --
      -ninjaneer
  3. The General of Hotmail by Roadkills-R-Us · · Score: 3, Funny

    Was it Patton or Macarthur who said, "Shoot 'em all, and let God sort them out"? Apparently Microsoft has cloned him and he's now running Hotmail!

    1. Re:The General of Hotmail by drkhwk · · Score: 2, Funny

      Was it Patton or Macarthur who said, "Shoot 'em all, and let God sort them out"?

      Rumsfeld, I believe.

    2. Re:The General of Hotmail by SIGALRM · · Score: 2, Interesting

      Was it Patton or Macarthur who said

      Interesting question. Apprently neither. The origins of the phrase are much older than I would have previously thought.

      --
      Sigs cause cancer.
    3. Re:The General of Hotmail by Anonymous Coward · · Score: 0

      Arnaud-Armaury, the Abbot of Citeaux, in 1209

    4. Re:The General of Hotmail by AndroidCat · · Score: 1

      First said by Thaarg the caveman. (Alternate translation suggests he said "It's no skin of my hairy ass either way!")

      --
      One line blog. I hear that they're called Twitters now.
    5. Re:The General of Hotmail by 93+Escort+Wagon · · Score: 1

      Apparently it was Marge Simpson

      --
      #DeleteChrome
  4. I can vouch for cancellations on hotmail by cybrthng · · Score: 4, Interesting
    I had a hotmail account from before microsoft owned it and i got killed because someone reported me as spamming the newsgroups - simply because i used my hotmail account to post to the old Deja news web news interface selling sun hardware on the comp.sun.hardware.forsale :) I had linked to an ebay auction so i guess it was considered "spam" to link to an ebay auction at that time.


    I'm just curious if you have any rights and how the ever popular Gmail and growing yahoo mail will treat complaints as in my case it was someone upset with something i did claiming spam and not abuse by anymeans worth of terminating a long standing account and prohibiting me from accessing years of archived mail that was lost because of the cancellation.


    They did email me i got a free passport account though. Funny i'm terminated but then they try and push something with real potential for abuse and sensitivity :)

    1. Re:I can vouch for cancellations on hotmail by kagejishin · · Score: 1
      i got killed because someone reported me as spamming

      I yearn for the day that all spammers reap such a reward.

    2. Re:I can vouch for cancellations on hotmail by tekunokurato · · Score: 1

      In my experience, google isn't shy about e-mailing people what amounts to cease-and-desist letters, but they always do it nicely, welcoming explanation and at least giving the opportunity to cease (regarding adwords/adsense usage, etc).

  5. Hotmail DOS? by kpansky · · Score: 5, Insightful

    Doesn't this pose a risk for effectively DOS'ing all hotmail users? Just create a script to aggregate Hotmail accounts through google and send complaints? Thats mildly annoying.

    --

    --Kevin
    1. Re:Hotmail DOS? by Ignignot · · Score: 2, Funny

      What a horrible thought! ... ... starts coding it.

      --
      I submitted this story last night, and it didn't get posted.
    2. Re:Hotmail DOS? by Anonymous Coward · · Score: 0

      Thats mildly annoying?

      You kidding me!? Thats a fucking godsend! Someone get working on this right away!

    3. Re:Hotmail DOS? by jdunlevy · · Score: 2, Informative

      If they do in fact routinely close down accounts after a single complaint without investigating, I find it hard to imagine that hotmail users aren't already being effectively DOS'd. I get so much e-mail spoofing hotmail "From" headers (839 of these messages so far this month at one account), that I'd imagine a significant number of complaints about these spams must be going to hotmail and not to the actual originating ISPs.

    4. Re:Hotmail DOS? by XO · · Score: 1

      well, i am going to start by having my mail processor add every thing that even remotely resembles a hotmail address that comes thru my email added to a database.. then we can use that database to kill everything.. :D

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  6. Private mailing lists.. by drdreff · · Score: 5, Interesting

    ... will be affected too. I guess that would probably mean the death of MailMan

    --
    As seen on Wired: Get a free desktop PC
    1. Re:Private mailing lists.. by DarkFencer · · Score: 1

      Not likely. There are a LOT of people (especially in Higher Ed Institutions) who use Mail Man as a Majordomo replacement and love it.

    2. Re:Private mailing lists.. by dk.r*nger · · Score: 1

      A solution could be to make the customers who need to send a lot of email sign up at a special page. Joe Sixpack would not the option even existed, much less ever need it.

      In exchange they could for an example be hold legally responsible or accept a fine in case they (or their systems) were caught spamming..

  7. Karma-Whoring-Free Article Posting by Anonymous Coward · · Score: 4, Informative

    Before this gets slashdotted:

    Exclusive: Hotmail shuts down "spammers" who don't spam

    Complain you got spam from a Hotmail user, and Hotmail's abuse team will shut down their account, no questions asked.

    Hotmail.com shuts down Hotmail accounts shortly after receiving complaints about spam being sent from them, without checking if the user has actually sent spam, NRG Maariv has learned. Thus, malicious users can cause the shutting down of accounts, as an act of revenge or just for kicks.

    In its haste to fight spam, Hotmail has foregone looking into abuse reports it gets from email users. In three instances documented by NRG Maariv, Hotmail's abuse team shut down Hotmail accounts less than 24 hours after receiving complaints about spam being sent from them, even though the spam mail clearly did not originate from those accounts.

    In two of the instances, the spammers spoofed the sender's address so it looked like it was sent from a Hotmail account, while they were actually sent through an Israeli ISP. In both instances, the spoofed accounts were shut down.

    The third instance was a test: NRG Maariv opened a new account with Hotmail and sent no email whatsoever from it. Using a different email, we filed a spam complaint, saying it came from the new Hotmail account. Attached were Internet headers from an old spam, where the sender's address was replaced with that of the new account.

    Within less than 24 hours, we received a message saying the new account was shut down.

    "My name is Claire, and from what I have read in your message, you are complaining about the unsolicited email you received from a Hotmail account", said the message written by Claire C. with MSN Hotmail Technical Support. "I have closed the account you reported in accordance with the Hotmail Terms of Use (TOU). It is a strict violation of the TOU for our members to send objectionable material of any kind or nature using our service".

    Trying to log on to the Hotmail account, we found it closed. No explanation was provided, just a laconic message saying "Account Closed. Access Denied". No appeal procedure was mentioned. The account was shut down for good.

    Hotmail's public relations representative, Waggener Edstrom, has yet to respond to the story.

    1. Re:Karma-Whoring-Free Article Posting by red+floyd · · Score: 2, Informative

      Maariv is a major Israeli newspaper. It would be equivalent to slashdotting the NYT.

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    2. Re:Karma-Whoring-Free Article Posting by woobieman29 · · Score: 1
      Quoted from parent:
      "Hotmail's public relations representative, Waggener Edstrom, has yet to respond to the story."

      The reason he hasn't responded yet is he is still afraid to come out of his bedroom closet after the thousands of beatings he suffered at the hands of school-yard bullies as a result of his panty-waist name.

      --
      \/\/oobie
  8. what about forgeries? by kalpol · · Score: 0, Redundant

    Anyone care to open a hotmail account and then forge an email to appear to come from that account....just to see what happens?

    --
    12:50 - press return.
    1. Re:what about forgeries? by mopslik · · Score: 2, Insightful

      Anyone care to open a hotmail account and then forge an email to appear to come from that account....just to see what happens?

      You mean, like the article says?

      Maariv opened a new account with Hotmail and sent no email whatsoever from it. Using a different email, we filed a spam complaint, saying it came from the new Hotmail account. Attached were Internet headers from an old spam, where the sender's address was replaced with that of the new account. Within less than 24 hours, we received a message saying the new account was shut down.

      RTFA? Yes, I must be new here...

    2. Re:what about forgeries? by CyanDisaster · · Score: 2, Funny

      ...Anyone care to open a hotmail account and then forge an email to appear to come from that account....just to see what happens..,.

      Along a similar train of thought, how about creating a new Hotmail account, then from this new account, file a complaint against it regarding spam abuse. Should be interesting to see if they'd shut it down right away, or just what they'd do...

      Hope be with ye,
      Cyan

  9. DOS by False Accusation? by LostCluster · · Score: 4, Interesting

    It's a bit creepy that somebody was able to register a new Hotmail account, send nothing, and then get it closed by sending a spam complaint. Even the dumbest safety check would have proven the alligation to be false because Microsoft should be able to tell from logs that zero messages were ever sent from the account, so even if that was 100% spam that's still zero spam messages!

    The risk of having an account stripped from you because somebody who knows your address falsely accuses you of being a spamer is a bit high to take. Then again, anybody who takes their e-mail seriously shouldn't be on Hotmail anyway...

    1. Re:DOS by False Accusation? by sqlrob · · Score: 1, Interesting

      Just because it wasn't used to *send* the spam doesn't mean it wasn't used in spamming.

      You can send from compromised hosts with a reply address of the hotmail box, so you can't use "didn't send any e-mail" as a "didn't spam" indicator. Of course, that still doesn't excuse the lack of investigation by hotmail.

    2. Re:DOS by False Accusation? by j3ll0 · · Score: 1

      Which do you prefer mate?

      The idea of MS shutting down spammer's accounts, or the idea of them logging your e-mail (sending patterns?, actual content?, destination addresses?) so that they can refute false accusations of spamming on your behalf?

      Even the dumbest safety check would involve MS monitoring and recording your online hotmail related activities.

      Sorry, either they are the big evil empire who would track and log your activities online, or they are proactively trying to reduce Hotmail as a spam conduit.

      As if you'd use Hotmail as anything other than a throwaway address for web registration anyway...

    3. Re:DOS by False Accusation? by Nurseman · · Score: 1
      Even the dumbest safety check would have proven the alligation to be false because Microsoft should be able to tell from logs that zero messages were ever sent from the account, so even if that was 100% spam that's still zero spam messages!"

      IANA programmer, but I have always wondered, just how easy it is to "Just look at the logs" ? I imagine the "log" from Hotmail servers must be huge. What would it take to look for one email, from one account ? Could they even do it ?

      --
      Save a Life. Donate Blood. Please.
    4. Re:DOS by False Accusation? by M.+Baranczak · · Score: 1

      MS monitoring and recording your online hotmail related activities

      I'd assume that Hotmail (and all the other free email providers) already logs user activity. The only question is what they log, and how long do they keep the logs. Think about it for a second: would you run a publicly accessible server (any kind of server) and NOT have some sort of activity logging?

    5. Re:DOS by False Accusation? by harlows_monkeys · · Score: 1
      Even the dumbest safety check would have proven the alligation to be false because Microsoft should be able to tell from logs that zero messages were ever sent from the account, so even if that was 100% spam that's still zero spam messages!

      Spammers almost never send spam from their Hotmail accounts. The Hotmail accounts are used to receive replies to the spam, such as orders.

    6. Re:DOS by False Accusation? by FirstTimeCaller · · Score: 2, Informative

      What would it take to look for one email, from one account ? Could they even do it ?

      They could, but only if the emails were sent using their SMTP server. If someone uses a hotmail account as the return address but then uses an open relay to send the spam, they would have no way of knowing. Although I suspect that they would see an unusually high number of bounce messages (unless the spammer used an extremely up to date and accurate bulk address list).

      --
      Wanted: witty unique signature. Must be willing to relocate.
    7. Re:DOS by False Accusation? by XO · · Score: 2, Informative

      grep username logfile(s)

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    8. Re:DOS by False Accusation? by Anonymous Coward · · Score: 0

      They already can read all of your email. I know of a guy who was a hotmail employee before the microsoft days who still has some sort of admin access to the service. He reads and allows others to read other peoples' email. All the more reason to roll your own.

    9. Re:DOS by False Accusation? by thrillseeker · · Score: 1
      I have always wondered, just how easy it is to "Just look at the logs" ? I imagine the "log" from Hotmail servers must be huge. What would it take to look for one email, from one account ? Could they even do it ?

      Not bloody likely - that would require they condescend to use something as archaic as the command line and the grep command.

    10. Re:DOS by False Accusation? by JuggleGeek · · Score: 1
      Spammers use hotmail as drop boxes - places for suckers to respond.

      Spammers *don't* send the mail through hotmail, as you said. And spammers drop boxes don't receive all of the bounced replies, because spammers usually forge the "From" and "reply-to" fields so that those go to some innocent account.

    11. Re:DOS by False Accusation? by secolactico · · Score: 1

      Not bloody likely - that would require they condescend to use something as archaic as the command line and the grep command.

      Can you imagine clicking thru the event viewer in the hotmail cluster?

      (no, I don't know crap about Windows servers).

      Or if they have to use the command line, they can always use "find".

      --
      No sig
    12. Re:DOS by False Accusation? by Anonymous Coward · · Score: 0

      Let's not even talk about what they can do if you're on MSN Messenger... read your conversations, emulate your buddies... It'd suck if anyone in MSFT had this, but what about people outside? What is this stuff protected by, a password? Obscurity?

      *Dons tinfoil hat*

    13. Re:DOS by False Accusation? by pe1chl · · Score: 1

      Remember that an account can be considered "abusive" without having sent even a single message.

      E.g. Maryam Abacha sends out a spam run via some other way, and tells the recepients to contact her at maryamabacha@hotmail.com

      When complaints arrive at Hotmail about this, they should close this account.

  10. Good idea. Why didn't they try this earlier ? by DRWHOISME · · Score: 1

    My question is why wasn't this done a long time ago ? Why did it take so long for them to figure this out ?

    Is it because there is no main governing body overseeing the net ?

  11. Easily Avoided by Ag3nt · · Score: 2, Insightful

    Even though this is a step in the right direction, all the actions proposed are easily manuvered around. They close a hotmail account, another one is opened. I like the ISP e-mail ban though. Another issue that will most likely develop is anyone who buys webspace has an option to set up a POP3 mailbox. I just finished buying 3 gigs worth of space, and as a bonus I was awarded unlimited POP3 accounts. The price per month of that space wasn't even that expensive (www.hostony.com). I admire these ISPs efforts to stop the spam, but in the end spammers will always find a way around every obstacle implemented to stop their spam.

  12. Targeting the wrong people by 3terrabyte · · Score: 1
    "Internet users also could be limited on the amount of e-mail they send out each day to ensure they haven't become unwitting spammers, under voluntary guidelines proposed to curb unwanted junk e-mail."

    Voluntary means the end user is signing up for this, reading about it, being AWARE of it. If they were any of these 3 to begin with, they'd have already plugged their computer up!!

    --

    Why are there only 19 people folding@home for slashdot?

  13. It's kind of ironic, isn't it? by bennomatic · · Score: 4, Insightful

    I gave up on Hotmail a long time ago, not because of spam sent from those accounts, but because any time I opened up a hotmail account, it was immediately deluged by SPAM

    --
    The CB App. What's your 20?
    1. Re:It's kind of ironic, isn't it? by kirun · · Score: 2, Interesting

      You probablary made the mistake of choosing an easy-to-guess name. I bet hsj72_zmfoe_248q@hotmail.com doesn't get any!

      Well, until the bad bots read this page, anyway...

      --
      I'm scared of numbers that can't be written as a fraction. It's an irrational fear.
    2. Re:It's kind of ironic, isn't it? by geekboy2k · · Score: 1

      This prevented me from opening a hotmail account for the longest time, however, when I graduated from college and needed a "permanent" email so my friends and relatives could email me I chose hotmail because it was the easist for non-techies to remember. I have had the account for about a year now and no spam even though my email is _@hotmail. Maybe they improved their spamfilters.

    3. Re:It's kind of ironic, isn't it? by lachlan76 · · Score: 1

      A couple, of Hotmail changed their codebase I think:
      Completely new interface, and an almost perfect spam filter, almost perfect meaning I got about 5 spams since it went in.

      And I can use it for MSN (not that I support microsoft, but MSN Messenger and Visual Studio are the best programs of their kind, mostly because of their simplicity and ease of use).

      I am sorry for the pro-microsoft comment. Don't worry, I do use linux.

    4. Re:It's kind of ironic, isn't it? by Anonymous Coward · · Score: 0

      To prevent the reception of large amounts of unsolicited e-mail, we hereby inform you that your Hotmail account hsj72_zmfoe_248q@hotmail.com has been discontinued.

      Thank you for using MSN Hotmail.

      MSN Support

  14. hotmail closing accounts by networkBoy · · Score: 3, Insightful

    Not too sure how I feel about this....
    On one hand I applaud the proactive stance of shutting down spammers, but on the other hand I feel that an account should maybe be sent one warning which, if not answered within 1 day or so would then result in account suspension.
    Or, you are prevented from sending out any more e-mails until you respond to a "human test" e-mail.

    Just my thoughts...
    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  15. start here by subzero_ice · · Score: 0, Flamebait

    why doesn't M$ make its product more secure so that there are fewer holes to begin with? shutting down internet of people whose computers send spam without their knowledge is not an answer. its like holding somebody else responsible for ur mistakes when you are equally responsible.

  16. A solution by Anonymous Coward · · Score: 4, Insightful

    I think something like this could work, but not on it's own.

    ISPs should send a letter or e-mail to all their customers (i.e.
    make sure they get it) stating that they are about to introduce
    rate-limiting both from their smtp servers for that IP address/subnet
    and from port 25 from the IP(s).

    Customers who don't know what this means or who aren't bothered will
    ignore it, and will be rate-limited (so they basically won't be
    affected since they either a) aren't bothered, or b) aren't heavy
    e-mail users).

    Customers who know they will be affected or otherwise want to be
    rate-unlimited can e-mail the ISP and request the rate be removed.
    Perhaps they could be asked to prove they are worthy by describing
    what they've done ("I've patched and secured my Windows box, and
    my other boxen run BSD and run no mail daemons").

    This way, no one has their service unfairly cut back, and unknowledgable
    users (those responsible for zombie-Windows systems) will be protected
    (or everyone else protected from them..).

    1. Re:A solution by Anonymous Coward · · Score: 0

      Comcast already rate limits. I worked tech support for them for a bit (never again, I swear so help me root.) Granted, their rate limit is somewhat ineffective...we worked it out in one of our training classes and it was something like 6000 emails per day from one comcast internet account, using all 7 email addresses. The number is too low to make it good for spamming from directly, but high enough to make Comcast accounts worth sploiting with worms. Not like worms are selective, but you know what I mean.

  17. excellent idea by bcrowell · · Score: 2, Interesting

    This sounds like an excellent idea, although it depends somewhat on how it's implemented. We don't want to make it impossible for people to run mailing lists. ISPs should allow users who need to send larger amounts of mail to request an increase in their quota. It also sounds from the article like they want the ISPs to simply disconnect users who send mail at more than a certain rate, which sounds like an over-reaction; it would make more sense just to bounce mails that go over the quota.

    1. Re:excellent idea by evilviper · · Score: 1
      ISPs should allow users who need to send larger amounts of mail to request an increase in their quota.

      And I'm sure they will... For the nominal fee of their choice.

      Let's see... $10? No... $20? No... Still not nominal enough... $29.95? Perfect!!!
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    2. Re:excellent idea by Anonymous Coward · · Score: 0

      The should rate limit only the first 100kb of each connection, and only allow one action (email being sent) per connection.

      This way spammers and zombies would be shut down, but large attachments would be unaffected...

      Just my $.02, but I think it would work. And traffic shaping routers that only affect port 25 would make it as easy as plugging the thing inline on their ethernet cable...

  18. LOL by RealityMogul · · Score: 4, Funny

    Ok, so what'll happen if you send a message about spam from "abuse@hotmail.com" to "abuse@hotmail.com"???

    1. Re:LOL by Random832 · · Score: 1

      try it. no, seriously.

      --
      We've secretly replaced Slashdot with new Folgers Crystals - let's see if it notices.
    2. Re:LOL by Anonymous Coward · · Score: 0

      Just wait. I'm a russian spammer, and I'll set it up good so they'll get plenty of messages about spam from abuse@hotmail.com

    3. Re:LOL by AndroidCat · · Score: 1

      The first three times you send it, you'll get an auto-reply saying that the spam didn't come from Hotmail. The fourth time they'll delete abuse@hotmail.com.

      --
      One line blog. I hear that they're called Twitters now.
    4. Re:LOL by Carmody · · Score: 1

      Ok, so what'll happen if you send a message about spam from "abuse@hotmail.com" to "abuse@hotmail.com"???


      You would look up and see...
      one by one...
      the stars going out.

      --
      God is real unless declared integer
    5. Re:LOL by red+floyd · · Score: 0

      Moderated +1 Clarke reference

      Apparently "abuse@hotmail.com" is the nine billionth name of G-d.

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
  19. Re:Good idea. Why didn't they try this earlier ? by Anonymous Coward · · Score: 0

    Because it's actually a stupid idea maybe?

  20. Dupe! by mattjb0010 · · Score: 4, Funny

    Slashdot, more repetitive than spam

  21. It would be better to go by Identical Email by Needles · · Score: 1

    Instead of limiting just on the total number of emails it would be better to limit based on content. 90% identical content to 100 emails would be more effective. I send well over 100 emails a day for work and this would be a pain. Or maybe track radical changes in email patterns 10 avg emails over a year, then 200 a day for 2days would through a flag.

    It seems like intelegent trending would be the most effective means of not punishing small Bis and slowing spam at the same time.

  22. First things first. by e9th · · Score: 1

    We seem to be reaching consensus on validating return addresses. Let's wait until something is in place there before jumping on folks who might just be running a mailing list or two.

  23. I am Impressed by Mashiki · · Score: 4, Informative

    Really. Those types of machines really are the bane, since Comcast actually started 'doing' something I've seen *nothing* from them. My inbox was empty for the better part of 2-3 weeks, no spam just e-mail. Then yesterday, I start getting a barage of spam from asian open relays. 35 e-mails to 70 spams a day and now it's climbing through the roof, really now. Pop online and I see 207 spams. Gah.

    I mean come off it. And you *wonder* why entire asian hosts are blocked. It's because of crap like that, secure your machines or boot the bloody idijits off of them.

    I don't care if you are too stupid to figure out *how* to do it, pay someone, call that smart 12 year old who knows how but do it. But bloody well do it.

    --
    Om, nomnomnom...
    1. Re:I am Impressed by RatBastard · · Score: 1

      You're lucky. I get over 300 spams a day, every day. And the volume of virus infected email I get is astounding. And then there are all of the "email returned - infected" automated emails I get every day (which is really funny since I use a Mac). If it wasn't for my ISP using Postini, my mailbox would unusable.

      I still remember the day that last major email virus hit the Net (the one before Blaster). I was getting upwards of 5,000 messages a day, either infected, or automated rejected notices.

      I wish every ISP on earth would shut off the connection of every infected computer on their net. It's not really that hard to look at the traffic coming out of these machines and see what they are doing.

      --
      Boobies never hurt anyone. - Sherry Glaser.
    2. Re:I am Impressed by Mashiki · · Score: 1

      What and actively patrol and that bandwidth that they cry is 'so' expensive?

      Ugh. I have seen it up as high as 350 an hour on the listed account here, every couple of months I just kill it so it bounces everything. It drys up the spam then I get a month or so of blessed clean e-mail and I'm back to crap again.

      The virus and whatnot are what really burn me, as you say...it's not hard to see machines like that on a network. Unless ofcourse you are an inept admin, or simply don't care. I've seen both tho.

      We can both wish for the same thing, but until we complain and make sure that they kill them...it's not going to happen. They say bandwidth is an expensive resource...(insert favorite god here) knows we can pay enough for it at times...they'll scream over the stupidest damned things rather then going after the real problem of comprimised machines.

      --
      Om, nomnomnom...
  24. Re:what about forgeries? what about RTFA by kalpol · · Score: 1

    *guilty*

    --
    12:50 - press return.
  25. Well, you get what you pay for by WebMasterJoe · · Score: 1

    As I'm sure many are aware, Microsoft firmly believes in the "you get what you pay for" theory. Hotmail sucks, and I'm sure the people who handle termination of accounts accused of sending spam are not very well-paid or well-qualified to understand most concepts of email (as is the case with most tech support, especially free tech support).

    I have a hotmail account, but it only exists for those times when I have to give an email address to a company I don't trust. If that account gets shut down, I don't really care. I have plenty of other accounts where I can get spam from.

    --
    I really hate signatures, but go to my website.
    1. Re:Well, you get what you pay for by pgrst · · Score: 1

      I wholeheartedly agree with the parent.

      Without wishing to be accussed of being an MS shill, the service is FREE. If you don't like the free service, use another provider, or alternatively pay for it. I pay for premium msn membership and I can honestly say, the service is great. I have never had problems with connectivity or account issues, tech support is v. quick.

      In addition, for my $79.95 a year I get free Mcafee Anti-Virus and Firewall updates, and more importantly free access to the live webcasts of Major League Baseball. The only downside is the scorn of fellow geeks who can barely hide their disgust at my msn.com email address.

      In addition, I very much doubt that much spam originates from hotmail/msn anyway. Microsoft on ly provides webmail, not pop3. Even with some scripting tool, webmail is a very sub-optimal way to spam people.

      Admittedly, msn premium members get the 'outlook connector' software, but outlook is probably a sub-optimal way to spam people too.

      hotmail/msn may have a bad rep as a source of spam but in the majority of cases the spam does not originate form the network, the return address is spoofed and listed as hotmail/msn.

  26. Whack-a-spam by the_rajah · · Score: 1

    There appear to be ways to make e-mail technology much less prone to spam, but I certainly would be uncomfortable with Microsoft running the show. It needs to be a method that does not tie the server or the client to a proprietary piece of software.

    Blocking computers that have become spam zombies is certainly one approach that, IMO, has some merit, as does simply imposing limits on an individual computer's number of allowed free e-mails per unit time. That would stop some folks from forwarding as many urban legends and that has to be a really good thing.

    "Do the Right Thing. It will gratify some people and astound the rest." - Mark Twain

    --


    "Do the Right Thing. It will gratify some people and astound the rest." - Mark Twain
  27. Companies from Basements? by pridkett · · Score: 4, Insightful

    The poster makes the claim that 100 per hour or 500 per day would only cause problems for people running companies from their basements. I heartily disagree. Think of people who run mailing lists from their home servers, these can easily send out more than 500 messages a day. Another example, when I recently got engaged, I sent out an email to a LOT of people. Probably over the course of that first hour after I sent out the original notice I sent out well more than 100 emails. I wasn't doing anything wrong.

    The real fact of the matter is that this will do nothing to stem the tide of spam when one considers that most spam is now generated by zombies. Also, don't think they won't just find a way around it. This is like the DMCA, it only stops the honest people.

    Fortunately, there has been some movement on SPF.
    I suppose I can be happy about that.

    --
    My Slashdot account is old enough to drink...
    1. Re:Companies from Basements? by griffjon · · Score: 1

      True -- my question is this: why couldn't they pipe email traffic outbound from their customers through one of our fave bayesian filters (spamprobe/assassin/etc.), and for people who had high traffic and a spam-hit of over say 50%, auto-disconnect them. This would dramatically reduce false-positives because of (legit) companies and mailing list types.

      --
      Returned Peace Corps IT Volunteer
    2. Re:Companies from Basements? by Anonymous Coward · · Score: 0

      if the companies were willing to cut a little slack, why not monitor the temporal volume of an account? If it goes over xxx in yyy hours, throttle it back. or change it up somehow so there's one of those ubiquitous turing-test things (that increasingly look like bad trips) that pops up before you send an email. I have never sent an email so urgent as to be unable to wait thirty seconds for its delivery. That's what the phone is for.

    3. Re:Companies from Basements? by XO · · Score: 1

      What to do, though, when your spamassassin bayesian filter determines that EVERYTHING has a 100% probability of being spam?

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    4. Re:Companies from Basements? by AKnightCowboy · · Score: 1
      Think of people who run mailing lists from their home servers, these can easily send out more than 500 messages a day.

      No problem, just set the ISP mail server as a smarthost relay. There's no reason home users need to be sending directly to the smtp port on another Internet mail server without relaying through their ISP first. For the telecommuters, you'd be using a VPN anyway or using the authenticated mail port.

    5. Re:Companies from Basements? by msobkow · · Score: 1

      Or you could let your ISP know that you expect to be sending out an unusual amount of traffic and why.

      There are very, very few situations where a normal person is going to be sending out hundreds of messages per hour.

      If you have a real need to send that kind of volume on a regular basis, I'd say it pretty much has to be either commercial or non-profit use, neither of which is considered "personal".

      --
      I do not fail; I succeed at finding out what does not work.
    6. Re:Companies from Basements? by /dev/trash · · Score: 1

      If you're sending that much email, get a business account!

    7. Re:Companies from Basements? by evilviper · · Score: 1
      I sent out an email to a LOT of people. Probably over the course of that first hour after I sent out the original notice I sent out well more than 100 emails. I wasn't doing anything wrong.

      But were you sending out more than 500 that day? Would it have killed you to spread out the mailing?

      The real fact of the matter is that this will do nothing to stem the tide of spam when one considers that most spam is now generated by zombies.

      Zombies aren't floating around in space. Zombies are people's legitimate machines, taken over by worms, to send e-mail. Therefore, if your machine is a zombie, and it sends more than 100 messages in an hour, all mail will be stopped.

      In other words:

      The fact of the matter is that you obviously don't know what you are talking about, when one consideres that this measure is specifically meant to stop spam generated by zombies.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    8. Re:Companies from Basements? by evilviper · · Score: 1
      There's no reason home users need to be sending directly to the smtp port on another Internet mail server without relaying through their ISP first.

      No reason, huh?

      How about the fact that ISP's SMTP server is very slow, has a lot of down-time, requires pointless authentication that opens me up to having my password stolen.

      I do believe that is a reason.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    9. Re:Companies from Basements? by AKnightCowboy · · Score: 1
      How about the fact that ISP's SMTP server is very slow, has a lot of down-time, requires pointless authentication that opens me up to having my password stolen. I do believe that is a reason.

      Nope, those are weak excuses. If your ISP's SMTP server is so slow then you need to complain to them so they add more servers, seperate them by region for their users or load balance them in some other fashion. There's no reason *outbound* SMTP servers should be slow unless you're at a small ISP that uses the same mail servers for incoming mail as they do outgoing mail. As for having your password stolen, why aren't they using TLS to encrypt the communications or cram-md5 over an unencrypted link? The problem here is your ISP if those are your excuses.

    10. Re:Companies from Basements? by evilviper · · Score: 1
      The problem here is your ISP if those are your excuses.

      The problem isn't MY ISP, the problem is ALL ISPs... These are the experiences I've had at every ISP I've had, and they're all the same. Right now I've got Earthlink, and they tend to be the best ISP I've tried, yet they still have the same SMTP problems as everyone else.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  28. Relevant Hotmail TOS by Anonymous Coward · · Score: 0

    Hotmail has a zero-tolerance policy towards users associated with sending junk mail. We promptly close accounts that are in violation of the Hotmail Terms of Service as soon as they are reported to us.
    "The Service makes use of the Internet to send and receive certain messages; therefore, Member's conduct is subject to Internet regulations, policies and procedures. Member will not use the Service for chain letters, junk mail, spamming or any use of distribution lists to any person who has not given specific permission to be included in such a process".
    Hotmail forbids the sending of harassing, obscene or threatening mail messages. Likewise, we do not allow accounts to be used to impersonate individuals or businesses.
    "Member agrees not to transmit through the Service any unlawful, harassing, libelous, abusive, threatening, harmful, vulgar, obscene or otherwise objectionable material of any kind or nature. Member further agrees not to transmit any material that encourages conduct that could constitute a criminal offense, give rise to civil liability or otherwise violate any applicable local, state, national or international law or regulation. Attempts to gain unauthorized access to other computer systems are prohibited".

  29. Re:Blame the victim? by Anonymous Coward · · Score: 0

    That's just plain asinine. Your proposal would make open-source software too risky to contribute to or write.

    And it would do nothing to fix the fact that the holes are already there.

    Sorry, but this is another place where the market needs to speak. Let the market destroy those companies with poor security track records.

  30. Re:Blame the victim? by AmigaAvenger · · Score: 3, Interesting

    Guess what, the most exploited open relays are running unix/linux variants, either because they are in a country that doesn't care about spam, or because some wannabe system admin-computer geek set up linux and doesn't know how to secure sendmail.

  31. I use Hotmail by The+Angry+Mick · · Score: 1, Funny

    And I can say that all this about MS closing accounts without proper investigation is absolute BS. I send hundreds of messages a day and . . . #$_ACK . . . [carrier lost]

    --

    I'm not tense. I'm just terribly, terribly, alert.

  32. Is the cure worse than the disease? by PktLoss · · Score: 1

    Hmm, Why not just take it one step further, disable email world wide, no more spam. Done.

    (Thats Patent #6505583342 owned by MS by the way)

    The only thing worse than getting spam, is not getting a legitimate message because of a spam filter. The only thing worse than allowing a spammer to operate on your server is denying access to a legitimate individual.

  33. More details needed... by Roadkills-R-Us · · Score: 2, Interesting

    I think the idea of shutting down accounts that send spam, even accidentally, has some merit. What would be ideal would be if you could easily set things up so when a violating account authenticated, they could only read email. That way they would have a good chance of seeing the email message you sent them explaining what had happened, why, and how it could be resolved. But that's probably too complex.

    As far as businesses go, just allow businesses who expect to have legitimate needs for more than the baseline to tell you. A slight additional fee would cover the cost to modify the filter parameters for that business.

    Free email accounts? Anyone using such an account for a business is just begging for touble.

    --
    To whomever modded my last post "troll", it was a JOKE, YOU INSENSITIVE CLOD!

    1. Re:More details needed... by RatBastard · · Score: 1

      Most ISPs have a seperate product class for businesses than for private use. Business class accounts would probably be free from the email restriction unless some really messed up network traffic was coming out of that line.

      --
      Boobies never hurt anyone. - Sherry Glaser.
  34. Rock or a hard place? by TaintedPastry · · Score: 1
    As I posted on the Utah Spam law...uh...thing, it's one or the other. We either deregulate spammers completely and filter at the client end to free everything up to preserve legitmate practices and/or keep our personal freedoms.

    Or we go balls to the wall with it and regulate everything so tightly that e-mail simply stops being a form of communication.

    I said it before, I'll say it again...trying to regulate the internet and keep it's most promising quality (freedom) is impossible.

  35. Windows Patch? by fembots · · Score: 1

    Since Microsoft is one of the big six, why can't it issue a patch which automatically closes open relay?

    It can be like a monitoring service (like firewall?) that checks for open relay on the machine on every startup.

  36. OT: Quote source by Platinum+Dragon · · Score: 3, Informative

    Neither.

    "Caedite eos! Novit enim Dominus qui sunt eius"
    "Slay them all! God will known his own!"
    -Abbe Arnaud-Amaury, before the slaughter of Beziers during the Albigensian Crusade

    --

    Someday, you're going to die. Get over it.
  37. Running a company from their basement? by drinkypoo · · Score: 1, Insightful

    They are looking at 100 per hour or 500 per day; this doesn't really sound like a bad idea, though it could cause problems for a few people trying to run companies from their basement...

    People trying to run companies from their basement should really have a business account, which generally has a substantially different AUP than an ordinary personal account.

    If they don't, then they're in violation of the AUP, and are at risk of having their account terminated, not just being temporarily disconnected.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Running a company from their basement? by Anonymous Coward · · Score: 0

      Not my AUP. The Comcast business account gives you some more email addresses, and some more bandwidth, and allows you to run your own servers.

      But there are no rules regarding the types of things I do with my regular account. If I want to send business related emails, I can. If I want to send emails to everyone in the Ghostbusters fan club, I can.

      There is absolutely no rule anywhere in it that says "you cant do anything business-like without a business account".

      This is another arbitrary way to drop the top few percent of users, like the unpublished bandwidth caps (unlimited internet my ass).

      Oh, and they'll drop business accounts too if you use "too much" bandwidth. The magic "too much" level is reportedly the same level as for regular users. That's right, pay 3 times as much for twice the bandwidth, just lose your account twice as fast. That's besides the point.

    2. Re:Running a company from their basement? by meta-monkey · · Score: 1

      I run a business from my home, and I have a regular DSL line...no business account. There's nothing in my AUP that says I can't send business emails through my home account. Why should I have to pay more, simply because I'm in business?

      --
      We don't have a state-run media we have a media-run state.
  38. Already happens in the UK by CdBee · · Score: 5, Interesting

    At least one UK ISP (NTL Cable) started doing this at the time of the Blaster worm to reduce the rate of infection among their subscribers. Machines which were infected and transmitting infected packets were booted off the network and not allowed to reconnect until they were clean. Owners had to contact NTL to get theirconnections unblocked.

    As a techy, I ended up cleaning up several machines so their internet-porn deprived owners could feed their fixations. That said, I can't blame NTL for doing this, it was the responsible action and was done at the right time.

    I believe that the duty of ISPs to prevent their customers destroying the internet by inadvertent DDOS should be at least as important as the contractual duty to the consumer.

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    1. Re:Already happens in the UK by arivanov · · Score: 1

      This has been the standard practice in the 5th world (for example Bulgaria) for more then 7 years now. In 1997 we used to block 135-137 and block 25 to anywhere else, but the official relays. We were not the only one. It was the industry practice. AFAIK it still is.

      It is very nice to see the big 10 grow up to the 1997 technical standard of the 5th world and make a big deal about it.

      All I can do is have a belly laugh. WAHAHAHAHAHA...

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    2. Re:Already happens in the UK by gnu-generation-one · · Score: 1

      "Owners had to contact NTL to get their connections unblocked."

      [For anyone who hasn't been an NTL customer], the words "you have to contact NTL" is a sentence which will probably absorb at least 4 hours of your life...

    3. Re:Already happens in the UK by Buran · · Score: 2, Interesting

      Alas, your ISPs are only offering USB cable modems to people, at least in the Varna area. My boss is there on his summer vacation, signed up for DSL, and all he could get was a modem that used USB to connect. The problem? He's using OS X and the drivers he was given didn't work. So he can't get on. Why, I say, can't they just give out standard Ethernet modems and, if you want a USB connection, one of those Ethernet-to-USB converters?

      I don't know the name of the ISP, but because of this, they automatically suck in my book. He has gotten online from a Varna coffeehouse and is using our crappy Exchange webmail service -- thank heavens they just updated to a new version that includes a spam filter. Before I reminded him I gave him instructions on how to turn it on before he left, he said he had 44 pages of e-mail (at 25 emails/page, which is the default, I assume). Most of it spam...

      Who's the ISP there, so I can make a note to beat them senseless if I ever go there?

  39. Spam Complaint by afriguru · · Score: 2, Funny

    Dear sir, It pleases me to inform you that in the last one month I have recieved several spam e-mails for the slashdot.org domain, particularly one from a certain CmDrtaco. Please take appropriate action in your spam filters. cc: yahoo.com, hotmail.com, gmail.com Oh, and by the way, I also recieved some from my_competitors_acct@hotmail.com!

    1. Re:Spam Complaint by Anonymous Coward · · Score: 0

      anyone that has a legitimate business interest shouldn't be using hotmail anyway... what is it now, ten bucks US a year to get the fabled 'you@yourname.com' ?

  40. Hotmail is the most adversarial... by Futurepower(R) · · Score: 0, Troll


    "... Microsoft closed the account immediately, without investigating."

    Maybe this is all part of a comprehensive plan by Microsoft managers to give Microsoft a bad name. Those Microsoft people are business geniuses! They save a little by not investigating abuse, and cost Microsoft millions in bad feeling.

    Hotmail is the most adversarial of the free email account providers, I've found. It appears to be the "push people enough and they'll buy" theory of customer relations.

    Maybe AOL and Hotmail and Enron and Tyco and WorldCom should merge, so whatever it is, is all in one place.

    1. Re:Hotmail is the most adversarial... by stevesliva · · Score: 1
      The parent is not a troll. It's true!

      MSN views Hotmail as a conduit to annoy users into paying money, rather than as an opportunity to increase page views and advertising revenue. They shill MSN, Calendars, increased storage, etc. I've used my hotmail account for quite a few years now to manage mailing list subscriptions and to use as a sign-up account for new websites... Approximately 3 hours of using Gmail convinced me that it's well worthwhile to switch over to Gmail. Does MSN have any idea how many page views they're losing? I visit Hotmail several times a day.

      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    2. Re:Hotmail is the most adversarial... by NanoGator · · Score: 1

      Hey man,

      This is 100% off-topic. I did a Google search for VoIP on a PocketPC and found a slashdot comment you made back in April:

      I'd like to have a USB sound card so that I could isolate the audio from the electromagnetically noisy computer, however. Any ideas?

      Just wanted to mention that Creative Labs has a card called the "Exitgy" that I can recommend. It's external, USB, and well reviewed for sound quality going both in and out. The reviewers particularly liked that it didn't pick up noise from the internals of the machine.

      I guess I'm way too late in responding, but I figured what the hell. ;)

      --
      "Derp de derp."
  41. Idea Proposal by Wiser87 · · Score: 2, Interesting

    "...though it could cause problems for a few people trying to run companies from their basement..."

    I have a solution for this that I think could really work. I think that by default, people should be limited to a certain number of emails per day, and in order to send more than that ammount, they have to register with their ISP or some central organization. Once the information is verified, the person can send as many emails as they want. Then it would be easier to keep track of possible spammers.

    Sure it's not 100% perfect, but it's a possible solution.

    1. Re:Idea Proposal by antispam_ben · · Score: 1

      One common way to send spam is through open servers (avoiding the ISP's server altogether) that are located throughout the world. This will only stop the rank amateur spammers (pasting hundreds of addresses into their email clien't BCC: field then hitting send), who have always been easy to catch anyway.

      --
      Tag lost or not installed.
  42. Re:Good idea. Why didn't they try this earlier ? by WoodenRobot · · Score: 1
    Is it because there is no main governing body overseeing the net ?

    IMHO, the lack of a governing body (out side of the agreements made on protocols, etc.) is one of the great strengths of the internet. Problems such as this are one of the downsides to the libertarian situation that exists, but it's small potatoes compared to the great benefits to be gained.

    --
    ---
    "I did nothing. I did absolutely nothing and it was everything that I thought it could be."
  43. Membership impact by BoomThing · · Score: 5, Insightful

    So if I email an event notice to my club membership list of 208 addresses, (given freely for this purpose) I'll be labelled a spammer unless I split the mailing up over 3 hours? There are other ways to find spammers besides shear output.

    --

    ~~~~~

    If you throw it, it will come.

    1. Re:Membership impact by fishbowl · · Score: 3, Interesting

      You might find it much more effective to put your club calendar on a web page, doesn't have to be any fancier than whatever you email out. All 208 members of your club know to look there for updates.

      This approach beats the "spamming out the newsletter to a list" approach, hands down. Especially when your list grows past manageable sizes.

      If you want to operate a mailing list for your interest group, there are good ways to go about that. If you want to dissemenate information periodically, there are much more effective ways than email, more reliable, an overall better use of resources, easier to manage, and just plain the right way to do things.

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:Membership impact by robogun · · Score: 1
      Get a website & host it with a company that gives you your own smtp. For example, infinology.net.

      Then, as long as you don't spam, you have nothing to worry about either from your ISP, host or recipients.

      Not to mention it looks far more professional than trying to shoot 200 mails thru your AOL acount.

    3. Re:Membership impact by LegendLength · · Score: 1
      You might find it much more effective to put your club calendar on a web page, doesn't have to be any fancier than whatever you email out. All 208 members of your club know to look there for updates.
      So you would have the users inefficiently poll a web page in case the information on it changed?

      If you want to operate a mailing list for your interest group, there are good ways to go about that. If you want to dissemenate information periodically, there are much more effective ways than email, more reliable, an overall better use of resources, easier to manage, and just plain the right way to do things.
      I would be interested to know a more effective way of notification than e-mail.

      For a real world example, I need to send out information regarding product updates to anyone who has signed up for it. Many of these people complained when there was no such newsletter, as they had to refresh my website constantly to see if there was anything new happening. What other way is there than e-mail for this?
    4. Re:Membership impact by fishbowl · · Score: 1

      >What other way is there than e-mail for this?

      You're the boss, and you've framed the problem in such a way that there isn't one. But don't complain when your solution ceases to scale. What works for 208 clients won't work for 28,000 necessarily.

      --
      -fb Everything not expressly forbidden is now mandatory.
    5. Re:Membership impact by sebster · · Score: 1

      This is a totally easy problem to solve. Just ask the ISP to up your limit (or even remove it).

      Thus: ISP blocks port 25 outgoing except to their own mailservers, ISP allows 50 mails per hour. If you want to run your own mail server or need to send more mail per hour, you ask your ISP to unblock port 25 or up the limit. ISP complies, and as long as their are no complaints there are no problems.

      99% of the poeple won't ask to up the limit because they won't need it. Those who do will generally know a bit more about computers than those who don't and are bit less likely to be spambots. A computer which can only send 50 mails per hour is not a very effective spam bot.

      Greetz,
      Seb*

    6. Re:Membership impact by Anonymous Coward · · Score: 0

      But don't complain when your solution ceases to scale. What works for 208 clients won't work for 28,000 necessarily.

      That's totally beside the point. The origial poster's point is valid. His club has 208 members, not 28,000. An orienteering club with 28,000 members strikes me as just a little chaotic.

    7. Re:Membership impact by BoomThing · · Score: 1

      We're there now (finally) but just last year shooting 200+ emails from an AOL account was how we had to do it. And there are many more small clubs out there in that situation. Thanks for the suggestion.

      --

      ~~~~~

      If you throw it, it will come.

    8. Re:Membership impact by BoomThing · · Score: 1
      The questions was more of a hypothetical. Or actually historical since the club was in the situation where we sent 200+ emails out from an AOL account. We now have our own home. But many organizations are stuck like we were - no money so they piggy back off of an AOL account & no website savvy so they are stuck in email.

      A significant number in my club want to be emailed with updates and the latest news. They do not want to have to check the website to see if it changed. It is loads easier for me to type something up and spew it out than change the website, and hope everybody checks it. We have the misfortune and need to do everything the cheapest way possible. There may be 208 on our mailing list but a small fraction of them are paying members. (Yes the paying members get notifications the masses don't).

      I was not expecting to get suggestions from my comment. Just wanted to voice something from the "little people". Thank you for your suggestions.

      --

      ~~~~~

      If you throw it, it will come.

  44. Looking for the tech help questions by madpoet_one · · Score: 1

    Yeah, I'm really looking forward to the tech support calls from clueless users complaining that there internet connection doesn't work because their SEMTEEPEE thingy....

    weeha!

    --
    Remain lost in hidden worlds where I reign. Head engine and caboose in my toy train...
    1. Re:Looking for the tech help questions by Lord+Bitman · · Score: 1

      because so many clueless users run their own SMTP servers.

      --
      -- 'The' Lord and Master Bitman On High, Master Of All
  45. Collusion? by sfjoe · · Score: 4, Interesting

    Consumers who allow their infected computers to send out millions of "spam" messages could be unplugged from the Internet under a proposal released Tuesday by six large e-mail providers.

    Isn't conspiring to restrain trade illegal? Comcast, AOL and others might be opening themselves up to suits from legitimate businesses.
    From businesslaw.gov:
    "Antitrust laws make it illegal to conspire to restrain trade or commerce in any marketplace, regardless of size."

    --
    It's simple: I demand prosecution for torture.
    1. Re:Collusion? by Ag3nt · · Score: 1

      Unfortunately it is not illegal to restrain trade against something that is against the law.

    2. Re:Collusion? by Ag3nt · · Score: 1

      I refer you to this site if you disagree, http://www.spamlaws.com/federal/108s877.html

    3. Re:Collusion? by Anonymous Coward · · Score: 0

      ""Who would be the most likely to cheat at cards-- Bill Clinton or Al Gore?" --Fox "News" Opinion poll (5/00)"

      And I'm sure you think it would be just fine if the opinion poll asked "Who would be more likely to cheat at cards: George W. Bush or Dick Cheny?"

    4. Re:Collusion? by XO · · Score: 1

      Legitimate business do not have CONSUMER accounts with Comcast, AOL, etc. They have BUSINESS accounts with Comcast, AOL, etc.

      Let's apply a little noodle use here.

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    5. Re:Collusion? by poot_rootbeer · · Score: 1

      Comcast, AOL and others might be opening themselves up to suits from legitimate businesses.

      I think those lawsuits might be dismissed pretty quickly once it came out that those "legitimate businesses" were being run from internet service and email accounts specifically designated as inappropriate for business operation.

      I doubt Comcast is going to apply the same type of restrictions on an $80/month business-class account as they do on a $35/mo residential account that's only supposed to be used for consumery stuff like web browsing and IM. The former might justifiably need to send more than 100 emails within an hour, the latter almost certainly doesn't.

      (IANAL, natch)

    6. Re:Collusion? by sfjoe · · Score: 1



      What about the guy who sells nick-nacks on Ebay and gets his account shutdown because he sent too many emails to customers one day? He can't take his business to AOL because AOL and Comcast conspired to shut down the email accounts of businesses like his. IANAL, but this sounds no-good to me.

      --
      It's simple: I demand prosecution for torture.
  46. actually by sckeener · · Score: 2, Informative

    It is attributed to Arnaud-Armaury, the Abbot of Citeaux, and "spiritual advisor" to the Albigensian Crusade.

    Pope Innocent III ordered the Albigensian Crusade, to purge southern France of the Cathari heretics. It began in the summer of 1209, with their first target - the town of Beziers. The Catholic faithful in Beziers refused to give up the Catharis among themselves. The crusaders invaded. When Arnaud-Amaury was asked whom to kill he replied "Kill them all. God will know his own." They did. The crusaders slaughtered nearly everyone in town, over 20,000, either burned or clubbed to death. Thus they achieved their goal of killing the estimated 200 heretics who were hiding in the town among the Catholic faithful. The brutal crusade continued on for the next twenty years. Eventually the Catholics devised a new approach for dealing with the remaining Cathari heretics in France. It was called "the Inquisition".

    --
    "Only one thing, is impossible for god: to find any sense in any copyright law on the planet." Mark Twain
  47. strange by WormholeFiend · · Score: 3, Interesting

    Back when I was still clueless about spoofing, I sent an abuse complaint to Hotmail about some spam I had received that looked like it came from a hotmail account...

    They replied with an explanation of what spoofing was.

    Then again, maybe the spoofed hotmail address didnt exist in the first place, so they couldnt shut it down sight unseen as they seem to be doing now.

    1. Re:strange by hobo2k · · Score: 1

      Yeah, spoofing and account termination without verification makes me a bit nervous. A few months ago, my hotmail account recieved four or five 'mail undeliverable' mails from various servers. But I never sent any of the original messages. Checking the smtp headers showed that none of the original messages came from hotmail servers.

  48. Distributing patches on sign-up disks by CdBee · · Score: 4, Insightful

    A lot of people's hijacked systems could have been kept clean were they fully patched:

    I've been saying for a while now, if an ISPs sign-up disk had all current Windows service packs and critical patches loaded into it and installed them as part of the setup procedure -"You consent to Windows update patches being applied to your system during install"- then I'm sure a lot of network and support load could be lifted off the ISP and the net as a whole. If they could broker a deal to install Zonealarm or Sygate Personal firewall at the same time even better.

    It isn't an unreasonable expectation that a machine connecting to a public network shouldn't have gaping security gaps. In fact, IMO, it is a public duty that it should not.

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    1. Re:Distributing patches on sign-up disks by SuiteSisterMary · · Score: 1

      Which then opens the ISP to liability of the patch doesn't take, or if something screws up, or the user then mistakenly thinks they're patched against every future problem, or the ISP is then required to make the patches available, or provide tech support for them....

      Considering how easy MS makes it, in XP at least, to have patches autodownloaded in the background, then presented to you for installation....

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    2. Re:Distributing patches on sign-up disks by CdBee · · Score: 2, Informative

      You assume bandwidth and willingness to install. XP needs about 25mb of patches on top of SP1A. And the patches need to be accepted by the user, they won't autoinstall by default. I have seen SO many computers where the little icon for "patches are ready for download/install" is a permanent feature on the systray as the user never clicks it. And by the way thats a great many hours downloading at 56k. Broadband makes us lazy perhaps.

      In the tradition of the subject matter... its obviously necessary to make it compulsory or deprive the user of service, in the name of the greater good.

      --
      I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    3. Re:Distributing patches on sign-up disks by happyfrogcow · · Score: 1

      It isn't an unreasonable expectation that a machine connecting to a public network shouldn't have gaping security gaps. In fact, IMO, it is a public duty that it should not.

      these sentences "make the baby jesus cry," to quote the flanders kids.

      In fact, IMO

      wha? "In fact, in my opinion.." contradictory?

      gaping gaps? [head explodes]

      "It is a reasonable expectation that a machine connecting to a public network has no security gaps." Much easier to read. "In my opinion, it is public duty to secure such a computer."

      this has been a public service announcement from the People for Sane English Usage

    4. Re:Distributing patches on sign-up disks by /dev/trash · · Score: 1

      I doubt that any ISP would want to get involved in THAT legal mess.

    5. Re:Distributing patches on sign-up disks by minas-beede · · Score: 1

      "It isn't an unreasonable expectation that a machine connecting to a public network shouldn't have gaping security gaps. In fact, IMO, it is a public duty that it should not."

      Is it an unreasonable expectation that the operators of public networks, knowing how vulnerable "some" operating systems are, would block all incoming traffic that can be identified as being intended to exploit such vulnerabilities? What's the big urge to allow abuse traffic in to a network?

      It is, it isn't (unreasonable) - I don't choose to argue. But all that traffic that is meant to enable or cause abuse or to discover vulnerable systems is not valid internet traffic, it's abuse traffic. Ignoring the abusive nature of the traffic hasn't worked with any sterling results - why not try not ignoring it for a while and see if that's better?

      Here's a fact: the email address gazeta91 AT gazeta.pl is used to receive abuse traffic (specifically, test messages sent to see if systems are open relays.) The messages seem all to originate in Phoenix, from Level 3 dialups (Level 3 is an ISP.) This is information about abuse traffic and I can report it because somebody is taking the trouble to trap the abuse. As such messages have, for many months, come from Level 3 dialups in Phoenix it seems the perpetrator may just be somebody in Phoenix (he could be somebody who is skilled at finding abusable systems in the dialup space of Level 3 in Phoenix.) So, if the issue is open relays, another 5 years could be sent chanting "secure the open relays" or evidence such as this could be gathered and used to find and stop the abusers. Which looks better to you?

      (fernandomori AT hanmail.net receives such test messages, too.)

      (salesc00 AT sales-control.org? Yep, the same.) Look up sales-control.org and you see the name service is from hostwithsimon.com. Might even have a valid name, addresss, and telephone number - in Daytona Beach. I'm suspicious right away. You?

      Technical means. Use technical means. USE technical means.

      (Thanks to an anonymous person who doesn't even know I'm using some of his honeypot data in Slashdot.)

    6. Re:Distributing patches on sign-up disks by Anonymous Coward · · Score: 0

      Level 3 is NOT an ISP they are a backbone provider based in Broomfield, CO http://www.level3.com/. PLEASE do some research before you post info here. BTW I am NOT an employee of Level 3 just some one who is interested in truth.

    7. Re:Distributing patches on sign-up disks by smash · · Score: 1
      Nice idea, but its too hard to keep up to date.

      You'll have old stock, and even if you cut a new cd for every customer, by the time it gets to them via post/etc its out of date.

      Mandatory packet filtering, with the user explicity having to turn on network services is the way to go - assume ALL software is exploitable, and control the risk.

      The major worms out there exploit services that no sane person should be running visible to the internet at large anwyay - at least not without knowing about it.

      IE exploits are a seperate issue - i don't think that problem is going to go away any time soon, until IE gets fixed or replaced.

      smash.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    8. Re:Distributing patches on sign-up disks by ticktockticktock · · Score: 1

      Zone Alarm causes more problems than it solves. Sygate Personal Firewall is ok though.

    9. Re:Distributing patches on sign-up disks by minas-beede · · Score: 1

      "Level 3 is NOT an ISP they are a backbone provider based in Broomfield, CO http://www.level3.com/. PLEASE do some research before you post info here. BTW I am NOT an employee of Level 3 just some one who is interested in truth."

      The IP address is in Level 3's space. Either someone at Level 3 is the perpetrator or they do have customers with IP addresses. If that's not an ISP what is, and what does it matter?

      Level 3 is also frequently named as a spam-friendly provider by folks who tend to know such things, is number 8 on the Spamhaus top 10 list:

      http://www.spamhaus.org/

      Enough truth for ya?

  49. Re:Blame the victim? by Wyzard · · Score: 1

    What in the world are you talking about? Email has nothing to do with operating systems, and Hotmail is a Web-based service. This "exploit" is made possible by Microsoft's policy, not their products.

  50. I love catching companies in bad behavior! by Theovon · · Score: 1

    I don't know why, but I always get a kick out of it when someone catches a company doing something stupid. This thing about Microsoft terminating an account without investigating is a prime example.

    You'd think they'd have some system in place to investigate, if only to avoid the bad press. But then again... when does Microsoft deserve GOOD press?

  51. It costs money by CrackedButter · · Score: 0

    for MS to really investigate these things, considering that the accounts can be had for free, it makes them even more expensive to investigate as there probably is no real money being made. I would close them asap as well.

  52. Dear Microsoft, by Joe+the+Lesser · · Score: 4, Funny

    It has come to my attention that the email address
    [*@hotmail.com] has been sending out large quantities of spam.

    Please correct the situation as you see fit.

    --
    "I only speak the truth"
    Karma: null(Mostly affected by an unassigned variable)
  53. Penis enlargement = Spam? by cerebralsugar · · Score: 1

    I am upset at this blatant censoring of worthwhile marketing literature. I guarantee you, despite popular consensus, those penis enlargment pills really do make me think my penis is bigger.

    Because of hotmail, millions of users will now fear what they knew all along! That they are average sized!

    --
    Easy guys, I put my pants on one leg at a time. The difference is after I put on my pants I make gold records!
  54. And she still married you?! by forand · · Score: 1

    I commend your attempt to save money by sending out notices via email but I am amazed that your partner let you. When I got engaged it had to be on nice paper with handwritten notes to too many people.

    1. Re:And she still married you?! by robogun · · Score: 1

      I wonder if this guy will also send out his wedding invites via email. That printout must look real classy in the 'ol wedding album -- not to mention it is difficult for the recipient to stick a check in the stamped return envelope (as etiquette requires) when he's too cheap to send one!

      On scond thought, it might be possible for someone to spam a fake wedding with a Paypal gift button and registry links, so his idea is worse than I thought..

  55. who uses hotmail anyways? by Anonymous Coward · · Score: 0

    you get more space with yahoo and a MUCH better spam filter...

    hotmale.com would probably offer better email service than hotmail!

  56. is it realyl that bad by Psymunn · · Score: 1

    well normally not a microsoft supporter by any means (g-mail replaced teh very last microsoft thing i had, a hotmail account) i wonder if microsofts actions where all that bad. They closed down an account that had neither received nor sent an e-mail. Granted, there are times that this could be a nuisance, but i doubt one could as easily have an active hotmail account disbarred. Of course, if someone wants to try and report an existing and used hotmail account as spam and gets banned as easily, well then there is a problem.
    People relly heavely on their e-mail accounts (prehaps too much so, especially with web based e-mail). Microsoft, as it's been pointed out, services people with a lot more then just a low rate web based e-mail program. It is generally in their best interest to keep everyone happy (enough) with all their services or risk losing a customer to the increasingly attractive competitors

    --
    The Neo-Bohemian Techno-Socialist
    1. Re:is it realyl that bad by silas_moeckel · · Score: 1

      It's a free email account for starters. Realy do people realy expect them to investigate??? I work with ISP's the the procedure at all of them has been shut down instantly anybody thats accused of spamming and let them complain and then look at the account there are so few false positives this makes sence from an efficiency standpoint. I more wonder if they bothered to send an email to the account stating this and how to fix it, it would also be nice if incomming mail still works. The fact is if you dont react instantly then your going to get on the RBL's and loose ALL your customers in the long run.

      --
      No sir I dont like it.
    2. Re:is it realyl that bad by EvanED · · Score: 1

      Of course, if someone wants to try and report an existing and used hotmail account as spam and gets banned as easily, well then there is a problem.

      I would agree with what you say. For his email, big deal. Just make another. But, I somehow doubt that they treated him differently than others; after all, if they did enough checking to determine that he hadn't used the account, they also probably did enough checking to determine that he hadn't sent any email at all, which probably should have set off an alert that he wasn't sending out spam...

    3. Re:is it realyl that bad by mattyrobinson69 · · Score: 1

      i'd like to say the same thing (i still have a hotmail account)

      could you send me an invite please?

      mattyrobinson69 \/at\/ hotmail.com

    4. Re:is it realyl that bad by Psymunn · · Score: 0, Offtopic

      man, i literally just sent off my last invite this morning
      next time i get any mroe invites, sure thing

      --
      The Neo-Bohemian Techno-Socialist
    5. Re:is it realyl that bad by mattyrobinson69 · · Score: 0, Offtopic

      ok fair 'nuff

      thanks for then, then

    6. Re:is it realyl that bad by maelstrom · · Score: 0, Offtopic

      Send me an email at mmichie@gmail.com and ill invite you.

      --
      The more you know, the less you understand.
    7. Re:is it realyl that bad by xkenny13 · · Score: 1

      It's a free email account for starters. Realy do people realy expect them to investigate???

      Isn't Internet Explorer also free? If there's a gaping security hole, I sure as hell expect them to investigate!!

      Fact is, Microsoft is worth billions of dollars. If they bought Hotmail to kill it, then be done with it already. If they bought it to run it, then RUN THE DAMN THING ... they can sure as hell afford to.

      If for no other reason, a non-useful Email service isn't going to garner nearly as much advertising revenue. I hate that reasoning as much as the next person ... but, hey ... money talks.

    8. Re:is it realyl that bad by JuggleGeek · · Score: 1
      Spammers who use hotmail accounts are not usually sending the spam via hotmail. They don't manually enter one email at a time, and I'm sure hotmail has checks so that if their accounts are used to send millions of emails a day from one account, it gets checked into.

      Most spammers using hotmail accounts are using them as drop-boxes, places for people to reply when they want to invest in the spammers "wonderful business opportunity" or who have decided to buy "The Only Verified Opt In CD of every email address on the planet". They send the spam via other sources, using faked headers so the bounces go to John and Jane Doe who had nothing to do with it, with info in the email telling the suckers that to purchase, contact them, be removed (or whatever) that they should email "whateverBSaccount@hotmail.com".

      So I suspect that there *are* lots of spammers accounts that have never sent mail, and that Hotmail has deleted some spammers accounts that never received mail, simply because someone complained about the dropbox listed in the spam before anyone stupid enough to buy from spam got happened to reply.

      I would also point out that with a very large, free service, Hotmail isn't going to want to spend a lot of money hire abuse-desk people to watch over this.

      I'm not defending Hotmail, but I can see that there are no easy solutions.

    9. Re:is it realyl that bad by secolactico · · Score: 1

      Isn't Internet Explorer also free?

      Is it? I always tought IE was part of Windows, and not free at all. If you pay for Windows, you pay for IE, and so you paid for the software maintenance, and that includes fixing security holes.

      --
      No sig
    10. Re:is it realyl that bad by Colazar · · Score: 1
      Well, I have an iMac that uses IE, and I'm pretty sure that it's not running Windows. And I got it via a free download.

      (Of course, I don't think MS is supporting it anymore, either, but they only stopped in the last six months or so.)

      --
      He decided to just watch the government, and kind of scale it down to size, and run his life that way. --Laurie Anderson
  57. test this by Anonymous Coward · · Score: 0

    ..open a hotmail account and send a mail to abuse@msn.com from your new account and include your email addy saying that you are spamming, see if you can access the account after that!
    (the ultimate in stupidity!)

  58. Unplugging Email To Combat Spam by chris_mahan · · Score: 1

    When I read "Unplugging Email To Combat Spam", I immediately thought of just forgetting about email altogether and closing all my accounts... This would effectively put an end to all spam as far as I am concerned.

    Which I may still do.

    Except of course that I want to try gmail first. hehe.

    --

    "Piter, too, is dead."

  59. Gmail by Ag3nt · · Score: 1

    Gmail from Google looks very promising with its spam blocker. When it becomes widely available (right now its only on invite from an existing user) I suggest you look into an account, www.gmail.google.com

  60. Thank god for big ToS's. by LordPixie · · Score: 1

    Users do not need to be aware of something to voluntarily agree to it. Think: Adware. If RandomISP includes "We will kill your connection if you spam" in their terms of service, people will still blindly sign it. Heck, they can probably jut 'update' the current ToS, and still consider it voluntary.

    Looks like even evil can be used to fight spam. >:)


    --LordPixie

  61. short duration account by eegad · · Score: 1

    registered a new Hotmail account and sent an abuse message about spamming activities from that account

    Perhaps this wasn't a good test. If spammers frequently create temporary disposable accounts to send spam, maybe the account's incredibly short lifespan was the only investigation needed. Well, that and the fact that it was named CannedSpam4ulol@hotmail.com.

  62. Re:Blame the victim? by Anonymous Coward · · Score: 0

    Just what the headline said. Some spam is sent because machines are compromised, with viruses, worms, etc. This is not just about open relays.

  63. It's the direction of the industry... by TheMCP · · Score: 2, Interesting

    My hosting service just emailed me to threaten to pull my account because someone complained about spam from my domain. The service threatens that they'll pull my account if they get another complaint. Basically, their policy is that they don't decide if my email is spam or not, if people complain that I sent spam they just pull the acount.

    I have evidence that spam was sent with my email account name forged in the header, but no evidence it actually went through my computers or hosting service. I can't get a hold of an actual copy of the spam, since the hosting service didn't provide one and the several hundred delivery failure messages I received that look like they're for spam didn't include a copy either.

    I'm really freaking out about it because my domain contains my portfolio and my email, and I'm job hunting.

    1. Re:It's the direction of the industry... by Anonymous Coward · · Score: 0

      Well if you're this much of a wet sponge I wouldn't hire you. Grow some balls man, demand some proof from your provider or tell them to go fuck themselves. Most hosting providers have so little clue as to be laughable.

    2. Re:It's the direction of the industry... by meta-monkey · · Score: 1

      I've got the same problem on my business email account. I get an awful lot of bounced "You're sending a virus!" emails or the occaisonal email from someone saying "Who are you and why are you sending me this? I don't open email attachments." I use a Mac, so I know my machine hasn't been turned into a spamming zombie, but I get these things all the time. I'm guessing there's a virus that turns your computer into a zombie, and then spams email, pretending to be from everybody in your address book. There's enough people out there with my email address in their book that it's caused quite a problem. What a headache. But, what can you do?

      --
      We don't have a state-run media we have a media-run state.
    3. Re:It's the direction of the industry... by woobieman29 · · Score: 1

      My advice to you would be.....transfer your domain to another hosting provider pronto. Let them know it was because of their unfounded threats, and who knows - you may get an apology and/or a better offer to stick with them. (Then again, maybe not!)

      --
      \/\/oobie
    4. Re:It's the direction of the industry... by TheMCP · · Score: 1
      My advice to you would be.....transfer your domain to another hosting provider pronto. Let them know it was because of their unfounded threats,
      I would, if I wasn't really cashpoor from being unemployed.
    5. Re:It's the direction of the industry... by 1u3hr · · Score: 1
      My advice to you would be.....transfer your domain to another hosting provider pronto. Let them know it was because of their unfounded threats,
      I would, if I wasn't really cashpoor from being unemployed.

      If your hosting service wants to cancel your contract, demand a full refund. Even if their TOS allow them to terminate for no reason (and it probably does) being unemployed means you have the time to harass them till you get it. And in the worst case, there are plenty of free hosting services that give you a couple of Meg in return for a banner. Just select one that isn't too obnoxious, doesn't have popups or host porn.

  64. Shut down hotmail by Anonymous Coward · · Score: 0

    Hotmail should be shut down all together. Not too long before MS took over, I opened an account and never used it. In fact, within two hours of opening it, I already had spam coming to the account. Nobody knew about it except me. It was only two hours old. I think there's more wrong with hotmail than just the users.

  65. Hotmail spam by autopr0n · · Score: 1

    I wasn't aware that hotmail could be used to send spam, I would have assumed they'd used message-volume limits.

    The fact that Microsoft shuts down hotmail accounts after one complaint is pretty problematic, given the prevalance of forged headers out there...

    --
    autopr0n is like, down and stuff.
  66. Funny stuff by Anonymous Coward · · Score: 0

    How I offer up something like this as a median solution for virus flooding clue-less users, and I get flamed. And now someone does it, and it's article worthy.

    Fucking slashdot.

  67. Anti-spam by JWSmythe · · Score: 1

    I see this as almost being a good idea, but it's going to upset a lot of customers. When Grandma goes to browse to the bingo site to see if they're having a game tonight, and can't get online, she's not going to have any idea what it means that she's offline for spamming. Ok, so she clicked that nice attachement a couple days ago, but Grandma is effectively computer illiterate.. How do they tell her, "You have to remove the virus from your computer before you can get back online."?

    But hey, providers have been terminating service for spamming for years. There's nothing new there. It's a good thing. If you know your account will be terminated quickly, it makes it harder for them to work, and easier on all of our mailboxes. If I were to spam, I'd expect my provider to yank our connections, which would be very bad for our other customers, but good in the general scheme of things. We're a large enough customer with our provider, that they contact us first, since we're a known legitimate company. It's worth it to them to find out what's going on before yanking the cable, because they know if they report something to us that has a legitimate source, we'll unplug the offending machine ourselves. I've had the pleasure of unplugging a customer machine before and calling them saying "Your machine is unplugged. Come get it, you're no longer a customer."

    Hotmail has been terminating spammers accounts for years. I've known a few spammers, and if they use a Hotmail account as their "From" address, it's closed within hours of starting the spam. This isn't news. Why should Hotmail, or any other mail provider, deliver a million+ undeliverable bounced messages? The problem then comes if someone maliciously sends spam with an innocent victim's address as the "From:" line. If someone were to send out a spam as coming from abuse@hotmail.com, does abuse lose it's account? :)

    --
    Serious? Seriousness is well above my pay grade.
  68. One problem by Apreche · · Score: 3, Insightful

    The one problem I see is this. You get virussed and your pc starts spamming. You get cut off. Good, that's what you deserve. Your ISP will reconnect you , but if you send spam again you get cut off again. How can you clean out your pc without downloading some cleaning software from the net?

    This pretty much forces users to take one of 4 paths
    1) reinstall
    2) buy software at the store
    3) switch to linux (same as 1 really)
    4) find another net connected computer

    4 is easy for people like /.ers, but almost impossible for average folk, like my parents. 2 really shouldn't be encouraged, ever. 1 and 3 are daunting tasks for the average person also. So what your really doing by cutting them off is permanently cutting them off.

    I think what has to be done is this. Don't cut them off entirely. Just force them to a page hosted by your ISP that helps them fix their problem. Provide some cleaning software. Maybe some harsh informative words. You know, that sort of thing. Until they fix up just route all the mail they spew out to /dev/null.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:One problem by smash · · Score: 1
      I'm not sure what your policy is, but any time I work in a virus infected machine, i make it a policy to backup and reinstall.

      Fact is, if your machine has been compromised, you really don't know what may have been done to it.

      As I posted earlier, these days, it really is not that difficult.

      Turn on your XP firewall before you connect, then download the updates, then open up whatever ports you need (or, if you like flirting with danger, turn the firewall back off once you're patched). If you don't have a firewall, get one - unless you like causing everyone else grief every time you get owned and spew garbage over the net for a week before anyone notices, and you have to reinstall.

      There's little point in asking end users nicely - they'll ignore it. As a sysadmin for an ISP for a few years, I know that 90% of your users do not read sysadmin email - we gave warning 12 months in advance of one of our old domains being turned off (due to company name change, and in .au you must have company ownership to own a .com.au), and on the day it was turned off, had users complaining that they had a heap of stationery printed that week.

      Call then? At a cost in both manpower and money to the ISP? Why should the ISP have to wear the cost?

      Its been in most ISP terms of service since the net began - "we reserve the right to deny service for breach of service agreement" or words to that effect.

      About time it was enforced.

      smash.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    2. Re:One problem by Anonymous+Cowpat · · Score: 1

      Or mail them a CDR with all the latest patches on it. What? 0.16 for the disk + P&P not much to keep on the good side of customers.
      with 700Mb to use you could include ZoneAlarm, AVG, Ad-Aware, Mozilla AND all the required patches/service packs.
      Then all you need is a piece of software on the disk which installs it all (or checks if it was there before) which promptly generates a code once everything has been installed which the customer reads over the 'phone to the people at the ISP and the account gets reactivated.

      --
      FGD 135
  69. How is a typical user supposed to know by Anonymous Coward · · Score: 0

    That their computer has been turned into a spam zombie?

    MS does such a good job hiding everything from the user, a typical user has no idea what their computer is doing.

    As a last line of defense, I periodically run netstat to see if there are any strange connections, but there should be a simple user-friendly way to see what your computer is up to.

  70. Great :) by Maqueo · · Score: 1

    ...finally a way to terminate my account immediately , instead of not logging in for 30 days. No lost emails!

  71. spoofing by QEDog · · Score: 1

    What about email spoofing? Everyone knows it is very easy to do. Microsoft would cancel an account that was spoofed by a spammer without asking any questions?

    --
    "There is no teacher but the enemy."-Mazer Rackham
    1. Re:spoofing by gl4ss · · Score: 1

      surely they would. why wouldn't they?

      and it's stupid to say that it doesn't matter because it's 'free'(as in no money exhanges hands).. it has ads & etc to finance it and it is still a customer/provider relationship. they're also encouraging you to use them for calendar, contacts and other stuff like that to get you to come every day so they can offer you subscriptions and shit.

      so the service is aimed at making you dependant on it, yet they don't keep any reasonable efforts to keep it available for you by checking at all if you're been spamming or not.

      though in all fairness, how could they check it? they can't, without reading the mail the user is receiving anyways(and no, they don't have the right to that, they don't own what is essentially your letters - if your local laws don't offer letter secrecy for electronic letters then contact your representetives right now, you're being stuffed.).

      so they're pretty much left with closing down accounts that have been reported for used for spam - though even in that case it would be nice of them to not delete the accounts for eternity, or to not act when they receive the first and only notice(otherwise the @hotmail.com addresses become TOTALLY USELESS as they get deleted at random).

      and the address is used by all probabilities ONLY for receiving email from 'customers' of 419 scams & etc.

      --
      world was created 5 seconds before this post as it is.
    2. Re:spoofing by mattyrobinson69 · · Score: 1

      you cant spoof mails from hotmail because it would have to be sent from microsofts smtp server (its not at smtp.hotmail.com or mail.hotmail.com) so they can just block everything they recieve from a hotmail address that didn't originate from their server

    3. Re:spoofing by QEDog · · Score: 1

      Yes, but someone can spoof your email, send spam, and someone can still accuse you of doing it. Since hotmail is not investigating accusations, someone malicious can get your account canceled easy.

      --
      "There is no teacher but the enemy."-Mazer Rackham
    4. Re:spoofing by mattyrobinson69 · · Score: 1

      ah - i thought i read something about flooding abuse@hotmail.com with spam from spoofed hotmail addresses, so they would just close them down

    5. Re:spoofing by shawn(at)fsu · · Score: 1

      I would say don't become (to)dependent on a free service you have no control over.

      Make backup copies, if the information is that important to you make sure you can recover it if, they delete you account, they suffer a catastrophe, some one hacks you account, etc.

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
  72. I've been getting 400 MB of viruses a day by MichaelCrawford · · Score: 1
    For about a week now, I've been receiving about 400 MB of spam a day, nearly all of it the Zafi.B virus.

    Sometimes it stops, and I thought at first the assault was over, but I think what actually happened is that whoever was sending me the virus just had their PC turned off. After a while, the onslaught starts up again.

    I think it would be great if their ISP were to cut them off.

    My hosting service is supposed to have ClamAV installed, as well as spamassassin, but for some reason they're not working, and I can't get ahold of tech support, possibly because they're overwhelmed right now.

    What I do is copy my spool file to my home directory each day, truncate my original spool file, and filter out most of the viruses with a procmail script that looks for Zafi's Subject lines. Here's a snippet:

    :0
    * ^Subject:.*You`ve got 1 VoiceMessage
    {
    :0
    /dev/null
    }

    --
    Request your free CD of my piano music.
  73. Intelligent application is a good idea by Anonymous Coward · · Score: 1, Insightful

    Inteligent application of this type of idea is a good thing. There are a number of ways of doing things that can limit the impact on legitimate users. Personally I've done support for isp's in the past and seen some good ideas from them.

    Port 25- I know there are gonna be people who will scream that they need to use port 25 to send out mails from other servers but 99% of the people out there have no clue and they are the problem. One ISP I supported blocked port 25 by default on the account but once the account had been active for a month you could call in and get it unblocked. Inconvinent for some new customers but effective at blocking spam coming from machines on thier network.

    An article I read on slashdot before said that comcast? was looking at changing the cable modem's config, routing table basically, so that the only server on port 25 they could access was comcasts if they suspected a zombied machine. Another good way of doing things. For your typical zombied user out there they probably won't even notice the difference but the spam will be cut off.

    General idea is allow those who know what they are doing and how to do it properly access to the things they need but prevent the uninformed's computer from being abused by like they are now. I'm sure there are any other number of combinations and good ideas out there too besides these 2

  74. toilet tank by X_Bones · · Score: 1

    Instead of a hard limit of 100 per hour, or 500 per day then no more until the next period, why not use the toilet tank method to control the volume of email sent? Each user is allowed X emails in their tank, and their tank refills at a rate of Y emails/hour or whatever. Force users to use the ISP's mail host as the outbound relay for counting purposes. Run out of emails in your tank? Too bad, wait another hour. It doesn't stop the problem of home computers getting infected and sending spam, but at least it limits the amount of damage they can do.

  75. Banning hotmail account, like death penalty, good by Anonymous Coward · · Score: 0

    Closing a hotmail account based on spam complaints is a good thing, much like the death penalty. Sure you may get the wrong guy once in a while, but it's worth it for all the times you get the right one.

  76. Get another hosting provider right away? by autopr0n · · Score: 2, Informative

    Their attitude is just assinie, and quite frankly shows that they don't know anything abuot how the internet works (hint: anyone can send email claming to be from anyone else. And almost all spam is faked this way)

    You do own your own domain, right?

    I'm signed up with one-hosting. They dissallow "anything that might get them blacklisted" basicaly, so sending spam or using your page to host a spam-promoted site. But no black-lists will list you for being jo-jobed (the anti-spammer term for whats happening to you).

    The worst part of being jo-jobbed is that there's really nothing you can do about it, since you can't track down the offender. And the hundreds of bounce messages you get every day...

    --
    autopr0n is like, down and stuff.
    1. Re:Get another hosting provider right away? by JuggleGeek · · Score: 1
      But no black-lists will list you for being jo-jobed (the anti-spammer term for whats happening to you).

      Chances are, whats happening to him isn't a joe-job, just a regular forgery, as occurs a million times a day. A forgery just forges his info in the header - a joe job tries to make it look like his site *is* the spamming site, by advertising things on his site, putting URL's back to his site, etc.

      His ISP sounds clueless, regardless.

    2. Re:Get another hosting provider right away? by TheMCP · · Score: 3, Interesting
      Their attitude is just assinie, and quite frankly shows that they don't know anything abuot how the internet works (hint: anyone can send email claming to be from anyone else. And almost all spam is faked this way)
      I got through to talk to someone. Basically, they do understand what's going on, but they say that it doesn't matter if I sent it or not, if AOL complains enough and they don't terminate my account, AOL will blacklist them and that will cost them too much business. They were able to tell me the subject line of the message being complained about, and it very definitely is spam that I didn't send. (and I'm the only user on my domain.) And, they did tell me that the complaint came from AOL.
      You do own your own domain, right?
      Yup, I do, but I'm really poor because I'm unemployed, and I prepaid my hosting service for a year. So, if they cut me off, I'll have to scrape together money to get a new hosting service (my web site hosts my resume and portfolio) and that would be a hardship to me at the moment. I did my homework on hosting services before signing up, and the one I selected had the best customer ratings in its price class. It upsets me that I'm still having these problems.
      The worst part of being jo-jobbed is that there's really nothing you can do about it, since you can't track down the offender. And the hundreds of bounce messages you get every day...
      Fortunately, Mailblocks filtered out the hundreds of bounce messages, but they didn't include the original message so I can't report it to the FTC. I really want a copy of that original so I can have the spammer prosecuted, which is why I'm trying to get a copy from the hosting service.
  77. Who's doing the counting? by DrSkwid · · Score: 1


    I send mail from home without using an ISP, who's going to be counting my outgoing connections to remote port 25s ?

    If I'm testing my remote server by sending it mail will I have port 25 blocked if my test emails go over the limit counter ?

    What if I were tunnelling data with email as the transport; SOAP is not the only remote protocol.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  78. How about you stop being such a cheapskate... by Anonymous Coward · · Score: 0

    ...and sign up for a proper managed e-mail list service?

    1. Re:How about you stop being such a cheapskate... by BoomThing · · Score: 1

      Well, after three years we managed to scrape up enough capital for domain and webhosting. We're not talking big business here. We're existing month to month. If it's free and efficient, point me to it.

      --

      ~~~~~

      If you throw it, it will come.

  79. Spam Report by Cro+Magnon · · Score: 1

    Dear Microsoft:

    I wish to report a spam address. It is bgates@hotmail.com.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  80. Re:Blame the victim? by Anonymous Coward · · Score: 0

    Thank you. And your proof of this is, where?

    I can make up all kinds of stuff like what appears on The Weekly World News, too. Ponder, if you will, why this is so.

  81. Wow by g0bshiTe · · Score: 1

    Now I can get that hotmail account name that I missed out on and have been waiting for for years.

    --
    I am Bennett Haselton! I am Bennett Haselton!
  82. Optimum Online has a 500/day filter already. by Gldm · · Score: 2, Informative

    Or at least they did when I worked there. I could see 100/hour being an issue for mail lists, but usually 500/day is reasonable and I think that's the only filter they have. One it detects higher than that it blocks port 25. It stays blocked until the user calls in to complain, at which time they get interrogated about mailing lists, viruses, etc. Usually it doesn't get unblocked until they demonstrate that they've gotten updated antivirus etc.

    There was that one guy with the legitimate 3000 user mailing list though, he was really annoyed that we weren't going to let him run that.

    --

    Introducing the new Occam Fusion! Now with sqrt(-1) fewer blades!

  83. Don't disconnect, redirect. by AnotherBlackHat · · Score: 4, Interesting

    Instead of a complete disconnect, why not redirect all traffic to a proxy that permits connections only to specific anti-virus and update sites, and directs all other web traffic to a page that says "your machine has been quarantined for {spamming|DDoSing|Whatever}, here's what you need to do to fix it..."

    Allow them to reach microsoft update and redhat.com and they're more likely to be able to fix the problem.

    -- not a .sig

    1. Re:Don't disconnect, redirect. by Anonymous Coward · · Score: 0

      Wow... pretty good idea.

    2. Re:Don't disconnect, redirect. by minas-beede · · Score: 1

      Love the way you think, but don't forget the incoming traffic. If it's a DHCP-controlled system (as far as its IP address is converned) change the IP address and assign the old address to a full honeypot - so all the incoming commands can be caught and analyzed. If the zombie works by receiving instructions and then following them simply changing the IP ends the abuse for now, but the system is, of course, still potentially abusable. To cure that your idea works.

      It's not going to be necessary to do such things millions of times. The effect is to remove the availability of abusable systems to the spammers and such removal means they have to give up long before they try it millions of times - on that ISP. Get just one ISP doing the smarter things (and telling about it) and very quickly a change will occur - a change for the better.

      Put "defeat the spammers" at the top of the list of objectives, not "secure the systems." That's how to win.

  84. Lose/Lose Situation by Cornflake917 · · Score: 4, Interesting

    My mom basically runs a country dance club in my hometown. It has well over 500 members in it. Every month she sends out a newsletter by email to all the members that request it. She's already have had problems with spam. Her ISP's spam protection labeled her address as a spammer so she couln't get these newsletters to anyone for a while. Her dialup ISP seemed be pretty cool about it when she called them, and were able to resolve the problem immediately. But if her ISP would follow the ways of these email providers, it would probably force her to email the newsletter over the course of a few days, which would be really annoying and cause problems. Assuming she doesn't get "unplugged."

    I can understand that spamming has got really out of hand, and that something needs to be done about it. But I think the countermeasures might screw other people (like my mom) who are running non-profit orginazations and are sending information on their member's request. It's unfortunate that a handful of people who want to make a few dollars by abusing a system screw over the people who use that system ethically.

  85. spammers rejoyce, I can no longer even report spam by frovingslosh · · Score: 1
    They are looking at 100 per hour or 500 per day

    Great, now I get kicked of the mail server just for forwarding all of my spam to uce@ftc.gov. And to top it off, since my IsP started blocking port 25, I have to send this e-mail through their servers, rather than better run and more ineligent servers that I would use otherwise.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  86. Re:Blame the victim? by XO · · Score: 2, Interesting

    Open relays really are not a problem, anymore. Not that I've seen.

    Virtually no mail server will accept an email that is sent from an unknown system, anymore. I had to reconfigure all of my computers on my network to use my ISP's SMTP server, instead of using the one built into my email server, because virtually every site i sent legitimate email to bounced it back saying "we don't accept email from this host" or some such. When I changed to using Comcasts SMTP server, even though i was still using the same address (@blackmagik.dynup.net) for the email, they would all accept.

    It's using the computer to get the SMTP server settings, attack the hell out of the ISP's SMTP server. Of course they'll relay your email, you're their customer!

    --
    "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  87. Re:spammers rejoyce, I can no longer even report s by christowang · · Score: 1

    "more ineligent servers", huh?

    "I'm not a super genius. Or are I?"

  88. If you're running a company from your basement by Marxist+Hacker+42 · · Score: 1

    And sending out this much e-mail, you damn well better have your own mail server as well. It isn't THAT hard to put one up on a DSL line. Don't have DSL in your area? Well, e-mail isn't a time-sensitive application, get satellite!

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  89. Go for it.... by jwcorder · · Score: 1

    Turn'em off. Even the hotmail ones. It takes 5 secs to get one, so it should take 5 secs to turn one off. SPAM MUST be stopped!

    --
    http://jayceecorder.blogspot.com
  90. losing hotmail account wrongly is not an option by Anonymous Coward · · Score: 0
    They do say you get what you pay for with free email. If Hotmail is unplugging people without proof of spamming (as the article states) then there still is a problem.

    I have paid to keep my Hotmail account active because my domain name contacts emails are hooked up to it -- so I thought that was a safe bet. I used my Hotmail email adress in the DNS records because if my ISP suddenly changes then I don't have to worry about my domain name, and also a Hotmail account seems more anonymous and therefore seems more private for me (even though it's a public email address).

    So now I am posting this comment anonymously because you can derive my domain name from my Slashdot User ID, and some joker might wrongly report my Hotmail account to Microsoft as a spam account, and it might get deactivated without notice. Then how do I manage my domain name? .. better look up the details of that web-based interface to the Registrar.

  91. Are you crazy? by rsilvergun · · Score: 1

    or just really, really optimistic. Sorry, but if you include the software on the disk, joe average and his 80 year old grandma will expect support (free, of course) when those patches kill you're computer (which they do from time to time). Or when the patches just don't install. Most ISP software has a hard enough time installing as is without the added benefit of installing a buttload of patches. Besides, all you need to do is turn on ICF, and have them go to windowsupdate.com, which they should do anyway so they can get the patch for the patch so it's that much less likely to bust their computer. A better solution would be to pop up windowsupdate.com after the install was done.

    But heck, why stop at windows patches? Just distribute a Redhat disk and be done with it :).

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  92. More than just Companies from Basements by Anonymous Coward · · Score: 1, Interesting

    One of my friends runs several email lists from his server, and they generate 600 emails per hour, he claims (I believe it -- each one is incredibly high volume and many people are on several of the lists). These lists help create tribal connections in the San Francisco Bay Area and among many out of staters that spill over into Burning Man and many other events throughout the year.

    Killing his email server would do a serious disservice to the needs of hundreds of people who depend on the list to seek advice, provide help, give things away instead of throwing them away, and generally just maintain social and working connections.

    Who doesn't hate spam. But sheesh! This is a death sentence comparable to MS killing email accounts without confirmation of the act accused of. Let's not put ourselves in the same boat as Microsoft.

  93. Business vs Consumer class accounts by Roadkills-R-Us · · Score: 1

    There are lots of smaller ISPs that don't differentiate between business and personal accounts. They just have 1 or 2 or N classes of service (dialup, ISDN, DSL, T1, or Poppa, Momma and Baby, or whatever). If the low end is sufficient, lots of home-based bsuinesses use it.

    If you're using an account that's explicitly not for business for your business, then you deserve to get shut down.

  94. Blamming the wrong people by spannah · · Score: 2, Informative

    Most of the time the end users have no idea of what is going on, and although they paid for the computer and OS and internet connection they are going to be disconnected.

    Shouldn't the computer vendours and ISPs be much to blame as well? They are in such a rush to sell their products/services that they fail to tell their customers about their responsabilities as computer/internet users. Then they come around and bite them in the ass by unplugging their connection and charging to fix their infected computers.

    Ignorance has a price indeed ...

  95. Macs, glorious Macs... by TheMCP · · Score: 1
    I use a Mac, so I know my machine hasn't been turned into a spamming zombie, but I get these things all the time. I'm guessing there's a virus that turns your computer into a zombie, and then spams email, pretending to be from everybody in your address book.
    Nope. I use a Mac too, running the latest MacOS X with all the patches applied. It's the only machine I ever access my hosting account or email from. The spam definitely didn't come from me.
    1. Re:Macs, glorious Macs... by Analog+Penguin · · Score: 1

      I think he means that there are viruses for PCs that send spam, pretending to be people in that PC's address book. He's in a lot of PC address books, and hence a lot of spam seems to come from him. Nowhere is the Mac at fault.

  96. I don't trust the names by bl8n8r · · Score: 0

    Earthlink? Comcast? Microsoft? I seem to remember the first two holding most of the real-estae in the Spamcop blacklist, and the thrid wants to charge you for each email you send. sounds like a sham of some kind to me.

    Sorry.. let the W3C come up with something first.

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
  97. Road Runner Outgoing Mail Limits by jim9000 · · Score: 1
    Road Runner has already implemented a limit on outgoing messages. You can send e-mail through the SMTP server to up to 1,000 addresses per IP address per day. If you go over the limit, the message will bounce and you will be directed to this page.

    You can still use the Web Mail server (https://webmail.yourcitycode.rr.com) to send mail if you go over the limit. Another alternative is Dial Access. You can use the free dialup service to send additional e-mail through the SMTP server.

    Additional information

  98. breaking spam news on drudge by Anonymous Coward · · Score: 0

    might as well stick this in here, sorta relevant:
    http://www.thesmokinggun.com/archive/06 23042aol1.h tml

    Pair Nailed In AOL Spam Scheme
    Arrested in theft of firm's 30 million subscriber list

    JUNE 23--An AOL software engineer was arrested today for stealing the company's entire subscriber list--totaling 92 million screen names--and selling it to a 21-year-old Las Vegas spammer. According to the below federal criminal complaint, Jason Smathers, 24, last year illegally accessed the highly confidential AOL list by using another employee's identification codes. Smathers, who worked in AOL's Dulles, Virginia office, then allegedly sold the list to Sean Dunaway, who used the AOL database to promote his own online gambling business and who also sold the list for $52,000 to fellow spammers, one of whom used the names "for purposes of marketing herbal penile enlargement pills," according to the complaint. AOL's subscriber base is about 30 million individual customers, who account for 92 million different screen names. Prosecutors also contend that Smathers subsequently sold Hathaway an updated AOL customer list--this one with approximately 18 million names--for $100,000. Both men have been charged with conspiracy, which carries a maximum prison sentence of five years. (13 pages)

    --smoking gun is a good site, BTW

    Wonder who else got the list? Pretty valuable if a copy on a cd with mostly bogus emails is going for 300$.

  99. They were right to close it... by RedA$$edMonkey · · Score: 0

    Check number of nonspam messages ... 0.
    Yep, He's a spammer!

  100. A problem with deactivating accounts on sight.. by nurb432 · · Score: 3, Insightful

    The problem with an ISP ( or email service ) canceling an account due to JUST a complaint is that most e-mail's are spoofed..

    If you just take the 'shown' send-from, and complain, you just had an innocent bystander's account wiped...

    --
    ---- Booth was a patriot ----
  101. Stupid Problem, easy fix. by np_bernstein · · Score: 1

    1) Get rid of MX record.
    2) Add MR record (Mail Receiver)
    3) Add MS record (Mail Sender)

    All mail from a given domain must come from a server with an MS record. Now you have accountability, w/ accountability comes prosecuting people who violate laws.

    DONE.

    --
    RandomAndInteresting.comdefending the world from stupidity since 1979
  102. You are not allowed to send email anymore... by evilviper · · Score: 4, Informative
    They are looking at 100 per hour or 500 per day; this doesn't really sound like a bad idea, though it could cause problems for a few people trying to run companies from their basement...

    Umm, no. The days when you could send emails from your own SMTP server are long gone now.

    First, the cheapest ISPs blocked port 25 entirely, except to their own SMTP server. The idea caught on, and most are blocking port 25.

    Now, even with the very good ISPs, you can send mail over port 25, but even major ISPs are using different spam lists like the SORBs DUL, that blocks ALL EMAIL from dynamic IP addresses, bar none.

    In the near future, having a static IP and one of the better ISPs won't help still. You'll also need to be running your own DNS server, and provide SPF records.

    Frankly, limiting people to 500 emails per day is rather benign compared to all the other measures that have already been taken up to this point. All signs point to the future being even worse for anyone who doesn't want their e-mail service provided by one of the big ISPs.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  103. Re:Am I my keeper's brother? by minas-beede · · Score: 2, Interesting

    Go back to February, 1999 and read RFC 2505. See what it says about how securing open relays will work to end spam (it's the RFC that says to secure open relays.)

    There are the open relays and there are the ones who abuse them. The ones who abuse them are the spammers, are the criminals. Doncha think maybe a teeny bit of attention might be paid to the criminals? Securing the open relays hasn't ended spam, not since 1999. It's not a means for ending spam. Whacking spammers, on the other hand, has strengths in the "ending spam" category. Bend the effort a little more toward whacking the spammers. In 1999, 2000, it was extremely easy to whack spammes right and left by operting a fake open relay - but few did.

    If, someday, you really wish to see spam ended perhaps you'll think about how to hit the spammers and stop trying to blame other victims. Whatever else comes from blaming other victims, it's not productive, not doing much at all to end spam.

    If you're already primed to respond with a "oooh, you're a spanked open relay operator" be aware that I have a rude, scornful reply in mind for you. No, I'm not. I'm a person who has bothered to think about spam and open relays and who understands better what to do (unlike, confound it, ASTA.) If ASTA would do MINIMAL research and READ RFC 2505 they might GET A CLUE about how and why securing systems is not a solution. If this is their technical approach to ending spam 5 years after RFC 2505 they are below pathetic - and that's being polite. If you are going to use technical means against spammers then USE TECHNICAL MEANS AGAINST SPAMMERS. Blocking ISPs who might have zombie systems isn't a solution to spam, isn't an action taken against spammers. Contact the ISP, tell them to find out where the abuse originates, and then themselves contact the ISP where it does originate (it could be coming from an open proxy, or even a zombie.) What in tarnation do people think "technical means" are? spam pervades the internet. Does it not seem barely possible that if ISPS would actually LOOK at the traffic they could SEE the abuse?

    If Delgado has scared you off (and you're an ISP) ask your freaking lawyer. There are exemptions that allow monitoring traffic and spam traffic being sent by theft of your or your customers' services isn't "communication." It's THEFT.

  104. The PROBLEM with this plan... by humuhumunukunukuapu' · · Score: 1

    "Internet providers should take those machines offline until they can be cleaned up, the group said."

    How are you supposed to patch your computer without internet access?

    --
    i saw the baby, and the baby looked at me
    1. Re:The PROBLEM with this plan... by smash · · Score: 1
      Install firewall, connect to internet.

      XP has one built in, anyone else connecting a windows box to the net without one has rocks in their head.

      Seriously people, its really not that difficult.

      smash.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  105. What about controlling their own damn spam? by CristalShandaLear · · Score: 1

    Hotmail and MSN can seriously kiss my ass.

    I have had my hotmail account since 1996. It's one of the free ones with a tiny bit of storage that keeps shrinking because they REFUSE to filter out the spam.

    I cannot believe that after all this time I still get the same crap OVER AND OVER because they have no idea it's spam.

    So let me get this straight? They can't control their own shit, but they expect Joe Schmoe from Idaho to be able to control the amount of spam they can't?

    I hate M$. I hate M$. I hate M$.

  106. This "Close anyone's Hotmail accont" is OLD NEWS by antispam_ben · · Score: 2, Insightful

    Read this article from The Register, almost three years old: Verified: you can get anybody you want kicked off Hotmail

    --
    Tag lost or not installed.
  107. So whats the big deal? by pauldy · · Score: 1

    MS owns the servers and charges nothing to use the basic service. I hardly think its a rights issue that they will close an account that has had a complaint against it as it is far easier to do that than waste someone's time trying to track down the user and get their side of the story. Bottom line, free service using their equipment and bandwidth. If they want to disable your account, for whatever reason, it is their right online to do so. Just like its rastakid's right to look like a moron questioning the practices of a free service of which he also has the right not to use.

    When will slashdot institute moderation of the editors and the stories they post.

  108. Why no by Night+Goat · · Score: 1

    This pretty much forces users to take one of 4 paths
    1) reinstall
    2) buy software at the store
    3) switch to linux (same as 1 really)
    4) find another net connected computer

    4 is easy for people like /.ers, but almost impossible for average folk, like my parents. 2 really shouldn't be encouraged, ever.

    Why not tell them to buy software? Wouldn't it be a good idea to get these infected computers some antivirus software? I work at an ISP, and we handle zombie spamming PCs by first sending them a notice saying that their computer is infected with a virus, and if they don't clean it, they're cut off. In a while, they are. Or they call us, and we tell them to go to the store and buy some antivirus software. I don't know why you don't think that buying AV software should be encouraged. It's the most logical idea for an infected PC. That's what the software is designed for, getting rid of viruses. And it's easier for customers than all three of your other ideas.

  109. Road Runner already does this. by Blaede · · Score: 2, Interesting

    I've seen this done to my account TWICE already.

    The first time happened when I got a trojan after getting caught in a porn spin cycle (joke all you want, I don't care). And yes, I was using Firefox, not IE. Anyway I thought I had eradicated all traces of it until one day that my modem's power light is flashing. I call to see what's up, and they let me know that my comp was sending out spam, and to fix it, and it will be reset. After a reformat and informing them, I was back on.

    The second time was four days ago. I have a mailing list of about 800 sim racers who like to receive info on my league yearly, so I sent out mass bcc mails in batches of 100 (I think RR's mail limit is about 120). Well about four hours after this, I needed to send a mail to someone, and I get back an error message upon sending. I look it up at RR's help site and it denoted that my SMTP mailing privileges were suspended for the day for possible spam activity (regular surfing was not suspended).

    1. Re:Road Runner already does this. by Anonymous Coward · · Score: 0

      #1. Get a real firewall and run some virus protection. It's your own damn fault for being an idiot that your account was suspended.

      #2. Run your mail list on a provider that is set up to do this sort of thing, not on a home RR account.

  110. Its not open relays by heybo · · Score: 1
    I hate to disagree with you but, I've been a postmaster of mail servers for a lot of years. Yes open relays used to be a problem. Now its home users on broadband connections. Most of what I see comes from Commcast.

    I wish it was open relays that was the problem they are easy to fix by blocking the IP subnet. You can't do this really unless you block Commcast althogether, and this doesn't work. These spammers have 1000's of zombie machines so they use one and then move to another. They do this hourly.

    I do think that the owner of the machine should to something to cover the cost of the problem BUT I think the orginators are the ones that should be strung up by the balls. Personally I see this as a hack and hacking now comes under the homeland security act and carries a 10 year sentence. I think 10 years in jail rooming with one of the users of their penis enlargment formuals would be fine!

    I really don't see why the laws are the way they are. They can hijack a machine and all is well. I hack their network and I go to jail for 10 years. They say the scales of justice are balanced. I think somebody needs to check the bitch's scale and her blindfold.

  111. Re:Open relays - SPF by cbiltcliffe · · Score: 3, Interesting

    SPF is a good idea in theory, but it can cause nightmarish problems in some situations.

    One of my customers has their website hosted by one company, and their internet access provided by another company. Their email clients were set up to use their ISP's mail servers, rather than their webhost's, but still use their domain name for the outgoing address.
    The webhoster implemented SPF, and all of a sudden, they couldn't send emails within the company, because they were coming in from mail.isp.com, as opposed to mail.webhoster.com.
    The webhost company's solution was: "Use our mail server."
    This would be fine, other than the ISP blocks outgoing port 25 to prevent spam, thereby prohibiting the use of any mail server other than mail.isp.com.
    If everybody used the same anti-spam solutions, it would be fine, but they don't, and the mish-mash makes legitimate email very difficult to send sometimes.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  112. Charge them 1 of 2 prices: $50 or $100... by kcurrie · · Score: 1


    The $50 fee is to re-enable their access after they have been cut off- AFTER they prove that they are clean, eitherc EXCEPT port 80 and 443 LEAVING their IP being clean, as well as passing through ISP initiated port scans looking for open ports unscathed. You could even force people to register the email addresses of people they wish to email with the ISP, and put a limit on it as well, assuming these people also wanted outgoing port 25 enabled. Since so many (often novice) users rely solely on webmail, this won't be much of a problem.

    The $100 fee would INCLUDE a cheap (hardware) firewall which would prevent any incoming port forwards, and potentially limit the outbound connections as well. This would help stop the problem of PC's being infected and becoming open relays.

    After somebody (or their machine) has been proven or suspected of being a spammer, an email should be sent to the customer telling them that all outgoing port 25 traffic from their IP will be blocked EXCEPT to the ISP, and even then only allow email to flow to "approved" admin type addresses, not the regular customer base. Implement a system where a user can interact with an AUTOMATED system to quickly re-enable their system, even if it is only to small number of recipients, just so any critical emails they need to send can get through. After a day or two, have even those limited addresses blocked if the system detects large or abnormal amounts of mail being sent out.

    If people cannot bother to read their email regularly (and get the admin messages), they should not complain (too loudly) if they miss a "critical" email which details why they can no longer email others.

    The key here is EDUCATION, and of course the hardest thing to do is to get somebody to pay attention to something they know nothing about. Even the most fearful user would probably try to figure out why they keep getting hit by these $50 bills and keep having problems sending emails.
    If somebody needs to constantly send 1000+ emails to a large variety of people (i.e. running their own mailing list) maybe they should apply for/pay for additional access anyway, so Joe-Bob and his mother can continue to have their basic no-frills service cheap.

    Maybe with a little more education the average person will come to realize why us geeks are always pissed about the poor security of Windows boxes, and maybe, just maybe some of that will roll uphill to Redmond and change just a little of the way they implement things.

    I can think of a million (probably impractacle) hacks that could be put into place to help ensure your customer base is safe. An ISP could even go the route of using something like the Cisco Security Agent. There are a million links to it, but here's one from ZdNet for those of you all paranoid about marketing information: http://techupdate.zdnet.com/techupdate/stories/mai n/Cisco_Security_Agent.html?tag=tu.arch.link
    Basically you could "require" your customers have something like CSA installed to protect their machines are they are simply not allowed on the network. Of course, common sense has to be used (something often lacking, unfortunately) when implementing such policies. If your chosen tool is not available for a specific platform, allow exceptions. We all know that (currently) the biggest threat on the internet is Windows machines anyway, so this isn't unreasonable. Even if something without as much capability as CSA was used, say something with ONLY the ability to to just verify that the virus updates happened in the last X time period, and that critical update X has been installed, etc before they were allowed to access ANYWHERE except those locations, great, the vast majority of problems are solved. ....just don't make a poor Linux or Mac user suffer with draconian, impossible to comply to restrictions...

    --
    -- I speak only for myself.
  113. Hotmail account used by a spammer/ by minas-beede · · Score: 1

    "Microsoft closed the account immediately, without investigating."

    They should look at aa105966 AT hotmail.com. While closing it would be appropriate that's too friendly. They should empty the mailbox, divert all future email away from it (it will be coming from newly-detected open relays - that's what the mailbox is for), and learn as much as they can about the IP address used to access the email.

    At least it was so used on Tuesday.

    The internet could be far more spammer unfriendly with very little more effort - and after all these years of spammer abuse wouldn't it be fun to make them hurt?

  114. Hotmail = SPAM by manticor24 · · Score: 1

    Hotmail's only purpose is spam. Sending it, and receiving it, and loving it.

    People only use Hotmail to sign up for things when they don't want to clog their real accounts. Spammers only use Hotmail to send spam...mostly to other Hotmail accounts.

    So it makes perfect sense not to investigate. Who knows why MSN is even bothering to keep Hotmail around? It's clear that they aren't trying to compete with Yahoo! or GMail.

  115. Re:Stupid Problem, easy fix. -- Keep the MX recs.. by iamcf13 · · Score: 1

    1) Keep the MX records...

    2) Have *NO* hidden mailservers not on file with DNS.

    3) Only allow official, on-file-with-DNS mailservers to talk to each other *ONLY*

    4) Spam is cut way down and rogue mailservers are easier to identify and take action against.

  116. Rate Limit Port 25 by Anonymous Coward · · Score: 0

    Many spam (zombie particularly) problems can be fixed by all ISP's severely rating port 25 traffic to 1 kb/s for the first 50kb per connection.

    That way large file attachments are unaffected, but spammers are severely limited in the amount of spam they can send out (hundreds per day instead of tens of thousands).

    The idea needs work and refinement, but I think it could be very effective. Inline traffic shapers that only affect port 25 could allow ISP's to conform without any configuration needed.

  117. OT: Pope Innocent III by That's+Unpossible! · · Score: 1

    I'll bet you $100 that pope was one guilty motherfucker.

    --
    Ironically, the word ironically is often used incorrectly.
  118. In the words of SB... by Anonymous Coward · · Score: 0
    "Your head a splode"

    (Yes, that's a Homestar Runner reference, and I know this is not FARK)

  119. Re:Charge them 1 of 2 prices: $50 or $100... by 1u3hr · · Score: 1
    If somebody needs to constantly send 1000+ emails to a large variety of people (i.e. running their own mailing list) maybe they should apply for/pay for additional access anyway

    I disagree; sending 1000 emails consumes very little resources, that's why there is a spam problem. This shouldn't be used as a way to screw over customers who have a legitimate mailing list. However, it might be an idea that those who do want to send mail on that scale need to register in some way, just fill out an online form stating roughly how many messages how often they plan to send, and contact details for complaints so admins can take reasonable action if there is a problem. If you try to bill outrageously you'll just end up with legit users using spammer tools to bypass it.

  120. How about.... by Door-opening+Fascist · · Score: 1

    Forcing all email through the ISP's border mail servers, where spam and virus checking can be done, and then make a determination if it's spam or not.

  121. Will not help much by S3D · · Score: 1

    It will not help much probably. Already now big part of spam originated form Indian, Russian, SE Asian free mail accounts. ISP providers probably less scrupulous there. The spam sources will just shift out of US/Europe jurisdiction.

  122. Snare any takedown notices yet? by Phil+Karn · · Score: 1

    So has your DMCA bot-killer generated any takedown notices yet?

    1. Re:Snare any takedown notices yet? by cbiltcliffe · · Score: 1

      Surprisingly enough, no. Guess I'm not a high enough traffic site to catch their attention.

      But that shouldn't make any difference for a bot.....

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
  123. Step 2! by Tokerat · · Score: 1
    1. Block port 25
    2. Charge customers "business rates" to enable it
    3. Profit!!!
    --
    CAn'T CompreHend SARcaSm?
  124. Re:Open relays - SPF by grahamm · · Score: 2, Informative

    So get the webhoster (or whoever is hosting the DNS) to set up the SPF record correctly so that the ISP's mail servers are allowed to send email for the customer's domain.

    Which brings up another point, the owner of the domain should have 'control' of the DNS (and thus make the decision on whether or not to publish SPF ecords) for their domain.

  125. Re:Open relays - SPF by phayes · · Score: 1

    I've seen better reasons for not implementing SPF but this is not one of them as there is an easy solution.

    Push the ISP & your customer to implement SPF as well then include the ISP's mail servers in the customer's SPF record. They don't even need to change their sendmail setup, just add the relevant TXT records to their DNS records. For a minimal effort the problem is solved.

    Calling this situation "nightmarish" is simply untrue.

    --
    Democracy is a sheep and two wolves deciding what to have for lunch. Freedom is a well armed sheep contesting the issue
  126. DOS due to bounces? by C+A+S+S+I+E+L · · Score: 1
    Providers should also limit the number of messages an individual machine can send to 100 per hour or 500 per day

    I'd need to check my mail logs, but I suspect I'm getting close to that volume of outgoing mail due to bounces of spams coming in as dictionary attacks on my domains, as well as double-bounces due to joe-jobs using nonexistent accounts on my domains.

    1. Re:DOS due to bounces? by Anonymous Coward · · Score: 0

      So take a few minutes and use a filter to not to respond to each and every dictionary attack on your domain.

  127. Mods are assholes by Anonymous Coward · · Score: 0

    the dude is just being nice enough to give this guy and invite and you mod him down and take some karma. I fucking hate you fucks

  128. None of them? by autopr0n · · Score: 1

    I'm getting hundreds of bounce messages these days sent to random-name@mydomain. A few of them do contain the orgional message. I should probably dig through those sometime and see if I can try to find the spammer. If you're using a baysian filter, look at the bounce messages that get a high baysian score.

    It's really bizzare that the ISP won't even give you a copy of a message they're holding you responsible for.

    And anyway, if you're in a suing mood, why don't you sue your ISP? How much did you pay for your year of hosting? one-hosting is $83 for the year, but it sounds like you must have paid a lot more then that.

    Go back and read their terms of service, and see if it says "we can cancle your account whenever we want, for any reason." Keep in mind that they are bound by the TOS just as much as you are. If they're in breach of contract, they should refund your money, and pay for the costs involved in moving your domain.

    Finaly, if you own your own domain, why not setup SPF? AOL has been pretty big in promoting it, so I would assume they check for SPF records when delivering mail. The spammer might give up on your address if it can't send to AOL.

    --
    autopr0n is like, down and stuff.
  129. Re:Blame the victim? by Anonymous Coward · · Score: 0

    My guess is like me he runs mail servers as part of his job.

    Open Relays are gone - the current problem is the million odd "owned" Windows boxes.

    We rarely see spam twice from the same IP address, where as a few years ago the same was from a small number of open relays and you'd see frequent repetition of the same IP addresses.

    Sendmail just doesn't feature any more, the only thing sending significant quantities of spam are (presumably) compromised Windows machines.

  130. Re:Open relays - SPF by Anonymous Coward · · Score: 0

    Have you ever tried getting an ISP to do this? Nightmarish is one of the milder words I'd use to describe it.

  131. Re:Am I my keeper's brother? by randomencounter · · Score: 1
    In meatspace there is a term for things analogous to open relays. That is "attractive nuisance". Usually used to refer to such things as unsecured structures that could attract trouble.

    In meatspace the owner of an "attractive nuisance" bears some responsibility for the misuse of the property if they do not show that they have made a reasonable effort to prevent such, like using locks on the doors and monitoring the property.

    This correlates strongly to "closing open relays" and "keeping your system patched".

    --
    Forget diamonds, copyright is forever.
  132. Re:Am I my keeper's brother? by minas-beede · · Score: 1

    "In meatspace there is a term for things analogous to open relays. That is 'attractive nuisance'. Usually used to refer to such things as unsecured structures that could attract trouble."

    I'm aware of "attractive nuisance" but that is more like an unfenced swimming pool that attracts its victim. Even though the victim suffers damage because of the victims own actions the owner of the attractive nuisance bears liability because he didn't properly anticipate and protect against the damage.

    "In meatspace the owner of an "attractive nuisance" bears some responsibility for the misuse of the property if they do not show that they have made a reasonable effort to prevent such, like using locks on the doors and monitoring the property."

    Get over it. The fault lies with the spammers, not the hapless operators of open relays. The cure is to get rid of the spammers.

    There is an RFC that describes why open relays should be secured: RFC 2505. That RFC says that securing open relays won't work to end spam nor to control spam. Find it, read it.

    Your "attractive nuisance" misconception is founded in the idea that if all operators of abusable systems everywhere were to secure their systems then no more of the abuse through such systems will occur. That's valid logic but it's useless: all operators are not going to do it, one of the premises fails. No combination of hissy fits and snotty behavior toward operators of open relays (or spam zombies) and their ISPs will turn the "secure the systems" approach into an effective tool. If it were to work then all the blather about completely changing the SMTP protocol to end spam would pointless: securing the systems was the solution.

    RFC 2505 is from February, 1999. Open relays are still a problem: I trapped an open relay test message yesterday evening (they do come less often now.) That's over 5 years of "secure your open relay" and open relay abuse continues.

    If the ones who are so adamant about securing open relays would bother to do an analysis they'd see that if they simulated open relays (enough to fool the spammers or even only enough to trap open relay test messages) they could take advantage of spammer behavior to cause damage to the spammers.

    There's two ways to attack the open relay problem. The way that is good for the individual system operators is to secure their open relays. That keeps them from being sites of abuse - but it doesn't stop spam. The other way is to make it no longer pay for the spammers to do open relay abuse, without fretting about how many open relays there are. That works instantly to help end spam.

    What's the goal? "Secure the open relays" or "end the spam"? I aim at "end the spam." Once the spam is ended then it's like it was originally: open relays aren't a problem. That was a nice time, a spam-free time, and it had open relays. They weren't the problem, the spammers were the problem. Still are. Ending spam by eliminating all possible points of abuse is hard. Eliminating spam by eliminating spammers isn't nearly as hard. Why choose the harder method, why be so confoundedly insistient on a failed approach?

    The open relay test message I trapped yesterday was from slip-12-65-150-128.mis.prserv.net, to smtps1 AT transedge.com. There's useful anti-spam information in those facts, particularly the latter. Transedge.com seems to have links to a lot of spammish places.

  133. Microsoft's version of The Patriot Act? by kalirion · · Score: 1

    Hotmail accounts which are suspected of sending spam are closed without a single investigation. This article states that Maariv International registered a new Hotmail account and sent an abuse message about spamming activities from that account, while not a single message was sent from it. Microsoft closed the account immediately, without investigating."

    Prompts the question, what came first: the government, or the corporation?

  134. Re:Am I my keeper's brother? by randomencounter · · Score: 1
    You cannot eliminate spam.
    Just not going to happen.

    The best that can be done is to make what spam remains traceable and act against the spammers using relevant meatspace laws such as fraud, misuse of chattels, libel (or is that slander?), etc.
    Open relays, zombie systems, and other "workarounds" make this more difficult, so keep your doors locked, your systems patched, and your relays closed.

    And keep a light on.

    --
    Forget diamonds, copyright is forever.
  135. Re:Open relays - SPF by Big+Diluth · · Score: 1

    My ISP blocks port 25 also. I have webhosting elsewhere and I do not want that domain's mail to be sent through my ISP's servers either.

    What you can also do is have your client set thier SMTP to port 587 versus port 25. This is a known SMTP port on the server and your webhost should already be listening for mail on it.

    This is actually a part of the SMTP RFC.

  136. Re:Am I my keeper's brother? by minas-beede · · Score: 1

    "You cannot eliminate spam."

    I can't. The people of the internet can.

    "Just not going to happen."

    Thanks for your support. So you accept spam forever but are angry about open relays because they enable spam. Curious.

    "The best that can be done is to make what spam remains traceable and act against the spammers using relevant meatspace laws ..."

    That's what I say, too. The fact is most spam is traceable - if you start tracing earlier and if ISPs cooperate in the tracing. If you start tracing earlier then "most" spam doesn't matter - the spam you trace gives enough evidence to get rid of the spammers who sent it.

    "Open relays, zombie systems, and other 'workarounds' make this more difficult, so keep your doors locked, your systems patched, and your relays closed."

    When spammy comes sniffing for an open relay, etc., detect him and use the meatspace laws: he's committing a crime. If all those things are used to send spam then there's a proportional amount of abuse. That's a huge portion of the internet traffic. Spammy can't hide his traffic: it's massive. That the traffic isn't detected isn't because it is hidden, it's because fewer than one in 10 million look. Tremendously effective things have been done against spammers by individual honeypot operators. It's good advice to secure open relays but securing open relays is an ineffectual approach to dealing with spam. The effective strategy is to go after the open relay abuse committed by the spammer. That works pretty much in direct proportion to the number of practicioners. Securing open relays has no practical effect on spam volume until open relays are either too scarce to find or are so clogged with spam it all can't get through. So far that hasn't happened (although the spammers have lowered the load on the pool of open relays by using other techniques. The net spam load has gone up tremendously since the time when open relays were the predominant spam pathway.)

    Honeypots aren't the only way to watch for abuse traffic but they are a way that many individual users can combat spammers. Honeypots exist for open relays and for open proxies. Some reports haveeven been made of honeypot-type activity against zombie-using spammers.

    Every complaint against open relays implies that the spamemrs are still looking for open relays to abuse. that may mean they are checking your IP. when they do they may give away information about who and where they are (a few years ago they were blatant enough to test for open relays from their own systems. So few people paid attention that they could do that, didn't even have to think about doing it stealthily. That's a disgrace.)

    Forget the disgrace, remember that a spammer might today attempt to test your system and by so doing give himself away. Doesn't it make sense to detect such attempts and to campaign to get the meetspace laws that apply enforced?

  137. Re:Am I my keeper's brother? by randomencounter · · Score: 1
    You propose a nice concept of technical solutions to spam. I simply believe that you are unrealistic in your estimate of how effective they can be.

    The sorts of frauds perpetrated by spammers have been around longer than the Internet, longer than computers, indeed longer than the steam engine.

    As long as there are people around eager to attempt these frauds they will find the most efficient means to communicate with their intended victims while concealing their own identities.

    Make no mistake on this, these people are highly motivated, and there are large profits they are making by finding victims for their schemes. They will not be tracked or dissuaded by a few grumpy sysadmins.

    What we need for what you propose to work is law enforcement (in all the countries involved) that is engaged and willing to help out and use the data that we can collect from regular logs on mailservers that are not configured as open relays. Why take the risk of keeping a system that is proven to be abusable when you don't have to?

    --
    Forget diamonds, copyright is forever.
  138. Re:Am I my keeper's brother? by minas-beede · · Score: 1

    "What we need for what you propose to work is law enforcement (in all the countries involved) that is engaged and willing to help out and use the data that we can collect from regular logs on mailservers that are not configured as open relays."

    To which I add fake open relays. All I have is a system that accepts anytihng for relay - but delivers nothing. I trap relay test messages. If I'd deliver them then I'd get spam, which I wouldn't delivver. both ways I have evidence and would dearly love for law enforcement agencies and ISPS to understand the significance of the evidence.

    "Why take the risk of keeping a system that is proven to be abusable when you don't have to?"

    As I say, securing the system is the right thing for the administrator of the system to do. It is the right thing to do. I don't question that.

    Blaming him (and all the others) doesn't end spam. Failing to tell him what he could do that is more effective once he has secured the system (and failing to do so oneself) prolongs spam. That's my real message. The effective weapon against open relay abuse is not securing open relays.

    While law enforcement participation would be very helpful action by ISPs that do oppose spam could be very effective. They could also watch their incoming traffic, watch particularly the traffic in to IP addresses from which spam is seen to be emanating, could run their own honeypots. They could get a reputation among spammers as an ISP not worth risking anything with: too sharp, too likely to hit back. But they don't.

  139. Re:Am I my keeper's brother? by randomencounter · · Score: 1
    Most ISP's are corporations these days.
    They won't stick their necks out for anybody if they don't have to.

    Fake open relays are a good idea - as a law enforcement tool. I'd say the FBI and other national police forces should be the ones running honeypots, fake open relays, and other tracking tools. That is one of the things we are paying our taxes for, so that we do not have to do law enforcement investigation ourselves. Especially when the victims of the crimes are so widespread.

    --
    Forget diamonds, copyright is forever.
  140. Re:Open relays - SPF by cnvogel · · Score: 1

    locks outgoing port 25 to prevent spam, thereby prohibiting the use of any mail server other than mail.isp.com

    That's why you should use the port "submission" (587/tcp) for email-submission. Of course, the mailserver sould not just treat that port identical as smtp (25/tcp) but only allow email-submissions from authenticated clients, preferably encrypted, ...

  141. Re:Open relays - SPF by cbiltcliffe · · Score: 1

    I asked the webhoster to do this, and their response was:

    "There are no exceptions. This is our policy. If we make an exception for you, then we have to start making exceptions for everybody from everywhere, and pretty soon we might as well have not implemented SPF."

    I tend to agree with them on the last part....I don't think they should have. But when they did, they should have at least worked with their customers to try to resolve problems, and they should have warned them all at least a month ahead of time, outlining possible problems, and how to fix them. None of that was done.

    Needless to say, we're shopping for another webhost.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  142. Re:Open relays - SPF by cbiltcliffe · · Score: 1

    Port 587 is closed on the mail server in question. Just checked with nmap.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  143. spam by Anonymous Coward · · Score: 0

    I have discovered that by filtering to trash at my ISP server all mail containing: .hotmail .yahoo .msn .jp
    and one or two other national domains, I get virtually no spam at all. Down from well over 100 per day. Yes, you can no longer get mail from people at these addresses. Let them change to a less abused domain.

  144. Telex H-851 by Futurepower(R) · · Score: 1


    Thanks. I bought a Telex H-851 because it was the only one recommended with 6 stars by Dragon Naturally Speaking, voice recognition software. The Dragon recommendation seemed important, since they want their software to work as well as possible.

  145. alternatives to e-mail lists by pwarf · · Score: 1

    "you've framed the problem in such a way that there isn't one"
    Well, it's not like he came up with some contrived hypothetical, and, anyway, he framed the problem that way before your earlier comment that, "If you want to dissemenate information periodically, there are much more effective ways than email, more reliable, an overall better use of resources, easier to manage, and just plain the right way to do things."
    That was both rude and wrong. Why is the e-mail list he was using not the "right way to do things"? It was functional. I doubt it was very resource-intensive. (In fact, it could easily take less bandwidth than the average user consumes in the same period with web-browsing and the occasional online game. Quick math, a plain text e-mail is probably around 10KB. Multiply that by 208 and you've got what, around 2MB? Even multiplying by 28,000 is only about 273MB. And I assume that these are sent out weekly, monthly, or less often as need dictates.) Actually, I wouldn't be surprised if it was MUCH less resource-intensive than hosting a webpage. The information is updated periodically, but infrequently, so many users would otherwise be downloading the same content repeatedly looking for updates. E-mail delivery might be slightly less reliable, technically, than a website, but the chances are much higher of club members forgetting to check the website than to check their e-mail, so the effective reliability of e-mail in this case is higher. Plus, he already knew how to use it, and so did most if not all of the club members.

    In addition to the downsides of using a website to replace an e-mail newsletter, there are many more products that allow syncing of e-mail than easy syncing of websites. For example, I use a PDA to carry mail with me. Avantgo, or another web-clipping tool, could be used to make a copy of a web page with the schedule and whatnot if needed, but it requires more trouble on the users part and isn't nearly as slick.

    Also, e-mail is easier for users to organize and flag.

    As for scaling, 28,000 members is a lot of club members, so I doubt that will be a worry for many people in a similar position (organizer for a medium-small club or business). Moreover, is there any reason it shouldn't scale well, even to 28,000? After all, spammers do much larger e-mail runs all the time. As long as it's just a reasonably short text e-mail, the bandwidth usage isn't that high; also, if the newsletters are relatively infrequent, he might actually consume less bandwidth with the e-mail than from many members checking the website daily or weekly for updates. The main problem I forsee is the need to be very careful about the opt-in and opt-out policies and removing dead addresses.

    Because of this, an RSS feed (or similar technology) actually sounds like the best kind of solution for this kind of need, but the level of adoption is not yet high enough to switch to completely and most synchronization products don't have RSS support yet. In addition, this particular user wants to make some content only available to people paying a premium. I haven't read enough about RSS to know if there is any good way to provide access control to particular feeds.