Slashdot Mirror


How Pervasive is ISP Outbound Email Filtering?

Erris writes "A member of the Baton Rouge LUG noticed that Cox checks the text of outgoing email and rejects mail containing key phrases. I was aware of forced inbox filtering that has caused problems and been abused by other ISPs in China and in the US. I've also read about forced use of ISP SMTP and outbound throttling, but did not know they outbound filtered as well. How prevalent and justified is this practice? Wouldn't it be better to cut off people with infected computers than to censor the internet?"

281 comments

  1. Not Comcast by RareButSeriousSideEf · · Score: 1

    I use Comcast, and so far this is one thing they have not interfered with, at least in my area.

    1. Re:Not Comcast by FauxPasIII · · Score: 2, Informative

      I use Comcast, and my outbound tcp/25 is blocked entirely. I can _only_ go to their SMTP relay.

      --
      25% Funny, 25% Insightful, 25% Informative, 25% Troll
    2. Re:Not Comcast by simcop2387 · · Score: 2, Informative

      hmm thats strange, i'm using comcast in the atlanta area and can easily do smtp to other hosts on the internet.

    3. Re:Not Comcast by Bender+Unit+22 · · Score: 5, Insightful

      I'd say that every ISP should do that, that is, if you could get it unblocked if you requested it or via some online account management.
      99% of all people wouldn't need it anyway(except the bots on their machines) and the ones who do, would know how to open it. Of course it is a not the ideal way to solve the problem, but it's all we got for now.

    4. Re:Not Comcast by DCTooTall · · Score: 3, Informative

      that's actually been a pretty common net-wide standard for awhile to block port 25. Logic being that many old spam virus's used to set up an smtp server on the infected machine and start spamming directly from the infected computer bypassing the isp's SMTP server. By blocking port 25 on the outskirts of the ISP network and forcing customer to use their SMTP it allowed better access controls to prevent spam. and more importantly, kept entire ranges of Dynamic IP's from getting blacklisted due to spam.


      In the past few years with the increase in teleworking, remote access of email, and personal domain names, as well as the evolution of the spam-virus, that ISP's have moved to allow access to port 25 outside their network, instead doing IP access controls on their outgoing SMTP server, and using SMTP Auth to allow people to connect from outside their network.

    5. Re:Not Comcast by squallbsr · · Score: 5, Interesting

      I also have Comcast, I was able to send email over SMTP (port 25) any time I pleased. That was until my brother decided to bring over his virus ridden, spam spewing, zombified windows machine over and hook it up to my network (while he was house sitting). They promptly blocked port 25, I got home and couldn't send email.

      I had to call their very rude Security Something Department, they said my options were
      1. 'Use a different port because other ports can be secured while port 25 cannot be secured.'
      2. Use the Comcast alternate port SMTP-AUTH Server (of which I don't know my login/password for)

      I told them I wanted option 3:
      3. Re-open port 25.

      They decided to tell me that they could as a ONE TIME courtesy re-open the port, but 'it will probably be blocked again because the problem that caused it to be blocked probably wasn't fixed' (even after I told them that I had found the problem and fixed it, in addition to monitored all transmissions over port 25 for an hour)... So I fixed my OpenBSD firewall pf rules to only allow 'trusted' computers to only be able to contact MY email server, and access the whole internet unfettered, the 'guest' machines have access to web and a handful of other ports (none of which is 25)...

      Moral of the story: Stop using windows... /flamebait

      --
      Sleep: A completely inadequate substitution for Caffeine.
    6. Re:Not Comcast by IheatMyAptWithCPUs · · Score: 1

      I have AT&T DSL, (which sucks for more reasons than there are tiles on the floor of a wal mart) and they definitely filter outbound port 25. What was really interesting is that they had a form on their web site that allowed you to opt out, should you so choose. It took me a while to find, but from the moment I realized that I was being filtered to the moment I was sending viagra ads was only a timespan of about 2 hours. And it took me 1:56 to find that stupid page.....

    7. Re:Not Comcast by SCHecklerX · · Score: 4, Informative

      You may have at one point been flagged as being 'infected with a virus'. This is when my comcrap connections always got nuked (I host a mailing list). But instead of filtering just outbound, they would kill everything.

      I got tired of fighting with them (and after the headaches they caused with my overpriced business class connection when they took over for the ISP they bought out I was not going to pay for that service again), and discovered DynDNS's mailhop outbound and mailhop relay services. Problem solved. You can have stuff forwarded in on a nonstandard port and sent out that way too.

      http://www.dyndns.com/services/mailhop/outbound.html
      http://www.dyndns.com/services/mailhop/relay.html

    8. Re:Not Comcast by rmerry72 · · Score: 1

      That's actually been a pretty common net-wide standard for awhile to block port 25.

      For a certain segment of the ISP market, ie your "home users who have no choice anyway". Maybe its more widespread in your country. I've never had an ISP that blocks any port. I have no need for a filtered part of the Internet. I'm a grown up and I can take and demand access to the whole thing.

      Down here, the big ISPs block lots of things (email, servers, ftp, etc): Telstra, Optus, Dodo, etc. But they are aiming at a market that doesn't actually use the internet for more than reading a web page every now and then and doesn't know or care about anything else. They believe marketing bylines (sic: wow can I really get 1.5MB/s for only $30 a month), and are prepared to throw money down the toilet for something they don't use but "know" they need. So its a business model that works for them.

      But there are quite a few other choices. Nobody with a brain uses those ISPs - which is why they are the largest by far :-)

      Welcome to 2008. Same as 1998 just more ads, more noise, more expensive and less choice. That's progress. Can us geeks take the Net back now? We let it out and the MBAs fucked it up. Let them build their own.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    9. Re:Not Comcast by Anonymous Coward · · Score: 3, Interesting

      25 blocked ubiquitously here too. Instead of using cox's smtp service, I use the SMTP relay service at http://www.smtpport.com/ to tunnel regular smtp to my own company server through a nonstandard port. A decent workaround for when you don't have shell access or secure smtp. So far cox hasn't filtered or blocked it.

    10. Re:Not Comcast by cheater512 · · Score: 3, Insightful

      Blocking every port under 1024 and having a touch tone phone interface to unblock them would be ideal.
      That way there is no way for a bot to automate it (ok maybe if they still have a analog modem but unlikely) and its pretty easy to unblock yourself while keeping the ISP's workload low.

      That would cut out a lot of the net's problems overnight and make it extremely difficult to bypass.

    11. Re:Not Comcast by cayenne8 · · Score: 1
      "I use Comcast, and my outbound tcp/25 is blocked entirely. I can _only_ go to their SMTP relay."

      I subscribe to Cox business accounts...I get a static IP address, a low level SLA, and no bandwidth caps, or ports blocked...and pretty good speeds. I've been VERY happy with it.

      I switched to them years back when I was with Bellsouth trying to upgrade my DSL to get a static IP etc. They said they didn't have any to give out (after over a month waiting on the answer)...I found that Cox cable would do what I wanted immediately, and was maybe $10/mo more...if that.

      I couldn't be happier...I run my own email server, web servers...etc.

      I did check at my parent's house...and they have comcast, but, their business connection isn't really the same as what mine is...and costs more. I guess it varies by area and cable co.

      But, do look around to see if you can get a 'business' connection if you want to run your own servers...it is a little extra in most places, but, not unreasonable. And, if you actually HAVE a business....you can write it off on taxes.

      :-)

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    12. Re:Not Comcast by element-o.p. · · Score: 2, Interesting

      The problem with an ISP using SMTP-auth for connections outside their network is that SMTP-auth is only as secure as the least secure password used in your customer base. Given that people are generally lazy and prioritize convenience over security, that means odds are that any decent sized ISP *will* have at least one (and probably very many more) weak passwords, and *that* means that the ISP's mail server *will* be an open relay as soon as the spammers figure it out.

      This isn't just theory -- at an ISP I used to work at, we saw this happen. We started getting UCE complaints from other ISP's, but couldn't figure out how spammers were relaying through our server. We traced it down to one customer's e-mail account, but couldn't figure out how hosts from outside our netblock were relaying through our server. Finally, one of the admins noticed that SMTP-auth was turned on (it wasn't supposed to be). I've lost all faith in SMTP-auth on an ISP server since.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    13. Re:Not Comcast by Matt+Perry · · Score: 4, Insightful

      Moral of the story: Stop using windows...
      I'd say the moral is don't let people to connect devices to your network without your approval and possible oversight. It's not Windows' fault that your brother connected his infected machine to your network.
      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    14. Re:Not Comcast by Anonymous Coward · · Score: 1, Interesting

      It's not Windows' fault that your brother connected his infected machine to your network.
      It is, however, Windows' fault that for a long time in the late '90s and early '00s Windows was a festering pit of security holes that practically begged spammers and other maltards to abuse it.

      Admittedly things have got better since Microsoft's developers got off their collective ass and started belatedly trying to mitigate the unspeakable damage their negligence has done to the Internet and the world as a whole, but why should we reward them for doing something they should have done 10 years earlier by continuing to use their platform? Too little, too late. There's really no reason to carry on using the operating system that brought us Miranda, Code Red, SQL Slammer, and a billion penis-enlargement emails. OS X is better for home users and Linux is better for corporate environments. Just move on.
    15. Re:Not Comcast by Matt+Perry · · Score: 3

      It is, however, Windows' fault that for a long time in the late '90s and early '00s Windows was a festering pit of security holes that practically begged spammers and other maltards to abuse it.
      That may be true, but we aren't talking about the distant past. Windows may still have security issues but that doesn't mean that a person can make it reasonably secure: keeping up to date with patches, using anti-virus, avoiding insecure software such as Internet Explorer, etc. Plenty of people use Windows without it getting infected. And my point still stands. The fact that he allowed his brother to connect an infected machine to his network isn't the fault of the OS.
      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    16. Re:Not Comcast by Sorthum · · Score: 2, Insightful

      It's not you being a grown-up, it's your idiot neighbors who click everything under the sun without regard to security. I think the solution is to block by default, and have a mechanism to open it up, as other posters have stated.

    17. Re:Not Comcast by FreeBSD+evangelist · · Score: 1

      My ISP won't allow a TCP connection to port 25 of anything but their e-mail server. Fortunately, they are too incompetent to notice port 587.

    18. Re:Not Comcast by Sorthum · · Score: 1

      It works just fine if you apply some logic to it. If one user account starts spewing 5000 messages an hour, that's an abuse of the email system in one form or another and should probably be investigated or shut down.

      This stuff works, but it's not always fire and forget...

    19. Re:Not Comcast by Sorthum · · Score: 2, Insightful

      That's not incompetence, that's by design. The RFC for 587 submission states that it requires the use of SMTP-AUTH, rendering it useless for most forms of spam-spewing malware; an incompetent ISP will filter it, not open it.

    20. Re:Not Comcast by konohitowa · · Score: 3, Interesting

      A friend of mine uses Comcast in the Indianapolis area. I talked to him on the phone and he was surprised that I hadn't received an email from. We went through several tests and concluded that Comcast was indeed scanning his outbound email and filtering items that hit some type of keyword filter. He was able to send the email only when he slightly altered the subject text. The annoying part of it was that it was a "silent" filter - he got no indication that the email had been rejected. It just went straight off to /dev/null (so to speak).

    21. Re:Not Comcast by Anonymous Coward · · Score: 0

      ... it's all we got for now well actualy we have linux but noone uses it atm...
      why not require the isp to only support linux? whould be much easyer for them ;)
    22. Re:Not Comcast by Nazlfrag · · Score: 1

      You don't need an analogue modem, any Hayes compatible could be used to break your security. ATDT(interface#)...(required tones).

    23. Re:Not Comcast by element-o.p. · · Score: 2, Insightful

      But by the time you detect the spew, how many sites have already blacklisted your server?

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    24. Re:Not Comcast by jesse285 · · Score: 1

      It seen like that might be the only way, but why is that anyway?

    25. Re:Not Comcast by kg9ov · · Score: 1

      Be sure to let us all know when you start this great new ISP so we can all avoid it like the plague.

    26. Re:Not Comcast by STrinity · · Score: 0, Flamebait

      They decided to tell me that they could as a ONE TIME courtesy re-open the port, but 'it will probably be blocked again because the problem that caused it to be blocked probably wasn't fixed' (even after I told them that I had found the problem and fixed it, in addition to monitored all transmissions over port 25 for an hour)...
      Which is exactly what a spammer would say. I would say that Comcast is justified in their actions -- spammers deserve no quarter, and if a few innocents must fall in the war against them, I can live with it.
      --
      Les Miserables Volume 1 now up with my reading of
    27. Re:Not Comcast by Anonymous Coward · · Score: 0

      OK, In this arena there are three things:

      1. ISPs should follow the RFCs and if they wont transmit/forward SMTP
      reject the transaction while your mailer is still connected. Then you
      will see transmit failures in your logs.

      2. In no case should a (first|intermediate) mailer say "250 OK" and NOT
      deliver, RELAY failures should generate sender/postmaster notification.

      All ISPs should offer encrypted/secured SMTP/TSL services (RFC3207) on
      port and it is very desirable that they offer, as Google does, an SMTPS

      smtps 465/tcp # smtp protocol over TLS/SSL

      with name and password/X509

      Then when they say "250 OK" they MUST mean it.

    28. Re:Not Comcast by grrrl · · Score: 1

      what ISPs have you had that DON'T block port 25? Iinet certainly does.

    29. Re:Not Comcast by rmerry72 · · Score: 2, Insightful

      It's not you being a grown-up, it's your idiot neighbors who click everything under the sun without regard to security. I think the solution is to block by default, and have a mechanism to open it up, as other posters have stated.

      Oooh, yeah let's regulate it. What would be the mechanism to open it up?

      • Licences? Pass an exam every two years to prove your qualified to operate your computer?
      • Or a blue slip for your computer? Only registered computers can connect?
      • How about turning the Net into consumption only, like your TV. That's safe. Maybe restrict it to qualified software engineers?
      • Age restriction? Only adults can connect (even dumb ones)?

      We had that a while back. It was called ARPANet. Progress is a circle and we improve by going backwards.

      How about this: If you are an idiot who clicks on everything GET OFF THE DAMN TRAIN! A leave it for us grown ups.

      There is a mechanism already - its called money. Pay more, get more. Nothing to do with security or idiot neighbours, purely about making more profit. Like everything these days.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    30. Re:Not Comcast by duce7777 · · Score: 1

      or don't install mallware

    31. Re:Not Comcast by jlarocco · · Score: 1

      That may be true, but we aren't talking about the distant past. Windows may still have security issues but that doesn't mean that a person can make it reasonably secure: keeping up to date with patches, using anti-virus, avoiding insecure software such as Internet Explorer, etc. Plenty of people use Windows without it getting infected. And my point still stands. The fact that he allowed his brother to connect an infected machine to his network isn't the fault of the OS.

      Average people want their computers to be like a TV. They want to turn it on, browse the interweb, IM their friends, type up a paper, and then turn it off. Any security plan that requires more work than a TV will fail once it scales to the "real world".

      I don't like the idea, but that's probably the future of consumer grade computers.

    32. Re:Not Comcast by rmerry72 · · Score: 1

      I'm in OZ and a number of ISPs here don't block any ports. A number do. You have to check the conditions of each before you join and be very careful with the ability to run servers, bit torrent, etc. Lots of gotchas, but you can wend your way around them with a little research on http://whirlpool.net.au/

      I also believe its policy in most of Europe not to block ports or filter, except in the UK, though somebody in Europe can clarify that for me. Seems that in the US most ISPs do and most people only have access to a couple of choices so the point is moot. Just my assumption from this side of the ditch.

      And unfortunately, down here a lot of ISPs are trending further towards the US model :-( Bye bye Internet, its was fun.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    33. Re:Not Comcast by mcpkaaos · · Score: 1

      spammers deserve no quarter, and if a few innocents must fall in the war against them...

      You make your own chain-mail. Am I right?

      --
      It goes from God, to Jerry, to me.
    34. Re:Not Comcast by toddestan · · Score: 1


      It is, however, Windows' fault that for a long time in the late '90s and early '00s Windows was a festering pit of security holes that practically begged spammers and other maltards to abuse it.


      So, would it be Linux's fault if he had brought over his rooted Linux box and hooked it up to the network instead?

    35. Re:Not Comcast by mortonda · · Score: 1

      Oooh, yeah let's regulate it. What would be the mechanism to open it up?

      The Cabal!

      Oh, my bad. There is no Cabal

      Sorry. I'm showing my age.
    36. Re:Not Comcast by Metaphorically · · Score: 1

      Nobody suggested any restrictions on who could unlock it other than the implicit test of being able to visit your ISP's web site and click fill in a form that says "unblock ports 1-1024". I think that'd be a pretty decent compromise. It's certainly better than flat-out blocking that many do now and could be seen as just another firewall that helps protect the rest of us from your idiot neighbours. A firewall that I configure is better than the current firewall that the ISP configures for me since today there's nobody in tech support there that can unblock a specific port for me.

      Alternatively, if you have a plan with actionable steps for removing the idiots from the train then please get started on it.

      Fwiw my ISP teksavvy is small enough to be helpful and doesn't do any of the evil stuff afaik.

      --
      more of the same on Twitter.
    37. Re:Not Comcast by ameyer17 · · Score: 1

      Blocking all ports under 1024 would cause a lot of problems, since just about every protocol known to man uses 1024. However, I don't see much of a problem with blocking all incoming ports under 1024 and select outgoing ports, such as 25 and whatever netbios uses, especially if the blocks are on a opt-out basis.

    38. Re:Not Comcast by the_womble · · Score: 1

      Windows may still have security issues but that doesn't mean that a person can make it reasonably secure: keeping up to date with patches, using anti-virus, avoiding insecure software such as Internet Explorer, etc.
      That is too much to expect of most home users. Most people know about anti-virus software, but they do not know about other types of malware. They also do not understand how it works, and do not bother keeping anti-virus up to date. They do not know about other web browsers, or regard installing them as difficult and weird: I recently heard Internet Explorer described as "the normal internet". As for patching, they do not know how to keep all installed software updated. Windows itself may be OK, as it auto-updates, but what about everything else they may have?

      The average home user needs a computer that is secure out of the box, not after installing and configuring lots of extra software.

      The fact that he allowed his brother to connect an infected machine to his network isn't the fault of the OS.
      The fact that the machine was infected in the first place is partly the fault of the OS. It is certainly true that if you do not use Windows, your machine is highly unlikely to be infected.
    39. Re:Not Comcast by stefancaunter · · Score: 2, Informative

      5000? In Canada, ISPs won't let more than 400 out *per day* through their mail gateways even on a commercial line. You have to set up your own mail sending system. Standard practice is to force all mail through their gateway. Checking message content (no I haven't read TFA) seems reasonable. You want privacy, that's your business, but average use is going to get checked out all the time. Nobody talks on 25 in Canada unless you pay commercial rates.

    40. Re:Not Comcast by CipherChaos · · Score: 1

      Not able to secure port 25? Donkey balls.

      I'm sure that an authentication scheme can be implemented just as well on an SMTP server using port 25, as any other port.

      If anything, the fact that keyword filtering is going on, just makes me push people harder to adopt encryption.

    41. Re:Not Comcast by mr.big_pig · · Score: 2, Informative

      I don't know how Comcast detects it, but if they see spam or receive a spam report involving your modem they block port 25. No warning, apparently Comcast will refuse to lift the block. It has happened to a few of my clients and friends.

    42. Re:Not Comcast by statusbar · · Score: 1

      Problems like this are more common and varied than most people think - this is why I make a point of telling people that typical email services are neither secure nor guaranteed - and when important discussion emails are received, please email acknowledgements, for I will not assume you got my message until you do.

      --jeffk++

      --
      ipv6 is my vpn
    43. Re:Not Comcast by Degrees · · Score: 1
      Something is different for you then. I receive email direct from PCs on the Comcast network all the time. Comcast does publish their dynamic IP address range to (at least one of) the Spamhaus RBL lists. So my anti-spam software throws all those Comcast emails into quarantine. If the home user configures their mail program to use the Comcast server as the SMTP relay server, then they are fine, as the Comcast mail servers are not in the RBL.

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
    44. Re:Not Comcast by MikeBabcock · · Score: 1

      We bypass this by running an alternate SMTP server on a non-standard port with SMTP-AUTH support for our customers when they're travelling so they can leave their SMTP server settings alone and still bypass local ISP issues.

      --
      - Michael T. Babcock (Yes, I blog)
    45. Re:Not Comcast by rtb61 · · Score: 1

      The moral could end up needing to be quite widespread. With IPv6 and everybody having a fixed IP address, and cheap when configurable hardware with free open source web/mail/file server software readily available, most people will be running their own mail server and only a minority will be using ISP email services. Things will certainly be interesting then, IP adress blocking, virus and spam filtering.

      --
      Chaos - everything, everywhere, everywhen
    46. Re:Not Comcast by arivanov · · Score: 1

      If an ISP filters straight on the submission SMTP connection and bounces there I see nothing wrong in the practice. You get a bounce and an error message straight away. No virus, no zombies, no SPAM. Wish more of them did it.

      Nice to know that Comcast does not do that. No wonder it figures prominently in my server blacklist.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    47. Re:Not Comcast by Zack · · Score: 1

      There is a Cabal.

      We just don't let the youngsters in on it.

    48. Re:Not Comcast by darthflo · · Score: 0

      Yeah. Joe Sixpack won't have any kind of trouble knowing that he has to unlock 53/udp and 80/tcp prior to any web surfing. Also, he'll surely know his banks e-banking interface uses 443/tcp.
      What he'll love even more, though, will be finding out what ports pop, pop-ssl, imap, imap-ssl, smtp, fully-tls'd smtp and mapi use. Without thinking, I only recall five of these. How many do you? How many would your non-tech parent/grandparent of choice?

      Also, why would you unblock the well-known ports below 1024? Most all of them are registered for use with a major networking protocol and many enjoy widespread real-world usage by non-technical users. If you proposed to close down on the dynamic ports (that's 49152+) or even the registered ones (1025-49151), you might have a point, but closing down the sub-1Ki range would be almost equally bad as simply disconnecting all non-tech users. Try the Internet2 and block all routing back to the general public's internet, you'll like it.

    49. Re:Not Comcast by psmears · · Score: 1

      dabris? Don't you mean dabis? (And I've a feeling it should be immanem but it's a long time since I studied these things...)

    50. Re:Not Comcast by gr8scot · · Score: 2, Insightful

      The problem with an ISP using SMTP-auth for connections outside their network is that SMTP-auth is only as secure as the least secure password used in your customer base. You're right about the least secure password in the user base defining the easiest route for a spambot, but then I think you went too easy on the ISPs, or admins at ISPs.

      Given that people are generally lazy and prioritize convenience over security, that means odds are that any decent sized ISP *will* have at least one (and probably very many more) weak passwords, and *that* means that the ISP's mail server *will* be an open relay as soon as the spammers figure it out. OK, accepting, for sake of discussion, that "people are generally lazy and prioritize convenience over security," how do you blame the customer instead of the network administrator, whose job it is to ensure the operation -- which by definition includes the security -- of that network? I consider the necessity of "strong" passwords obvious, and common knowledge among anybody who has any business at all in a server room, and never the responsibility of Joe Sixpack. It's not "lazy" to come home after work, and do something other than the job of my ISP's network administrator. Tools for generating strong passwords are easy to find and not particularly hard to write, either, if the CEO doesn't like the color scheme or something. It's also easy, on the server, to check that customers are creating passwords equal to or greater than a certain length, containing alphanumeric, both upper- & lower-case letters, and more, with simple regular expressions. There's no excuse for being in charge of an ISP's network and not knowing everything in this paragraph, or being sure you have somebody on staff who does.
      --
      All 19 hijackers were known terrorists 09-10-2001. Lack of FBI intelligence does not justify warrantless wiretaps..
    51. Re:Not Comcast by gr8scot · · Score: 1

      That may be true, but we aren't talking about the distant past. I consider the Bronze Age "the distant past." What happened 10 years ago, I can recall quite clearly, at least the interesting events. It's not lost in the mists of time. Besides, Billions of dollars worth of damages don't have a statute of limitations in the public's perceptions. Maybe a half-life; maybe not. There's no dodging the fact that a great many people paid our own money for a "good" and received a "bad." I don't think I'm alone in considering that fraud.

      Windows may still have security issues but that doesn't mean that a person can make it reasonably secure: keeping up to date with patches, using anti-virus, avoiding insecure software such as Internet Explorer, etc. Plenty of people use Windows without it getting infected. Plenty of people do hookers and shoot up with shared needles without getting infected, too. It doesn't make either commodity "safe" or worthy of "trust," which seems to be more the IT marketing keyword of the week. Some people even survive Russian Roullette. The fact that some installations are not infected does not imply that it is as useful as advertised, or that it was ever fit for use. Sorry, I can tell from your sig this will be like fingernails on a blackboard, but at least I modified the car analogy slightly. Would you be defending a building contractor who required their customers to purchase doors separately from a third party? "Plenty of people's homes aren't vandalized before the owners move in and install doors" just doesn't sound reasonable, does it? We're accustomed to higher standards, because there's competition in that market.

      And my point still stands. The fact that he allowed his brother to connect an infected machine to his network isn't the fault of the OS. No, and maybe I'm just older than you, but the term "infected machine" just seems to me like a cop-out. The armpit stains are not the fault of Steve Ballmer's shirt, either. But that isn't the point. The point is just that that's ugly. Developer Dance
      --
      All 19 hijackers were known terrorists 09-10-2001. Lack of FBI intelligence does not justify warrantless wiretaps..
    52. Re:Not Comcast by Anonymous Coward · · Score: 0

      I whole-heartedly agree with your sentiment, but unfortunately, ad-powered Internet is built on morons who click everything that dances at them. If we somehow (segregated/completely disconnected) these people, then we'd have to go back to a pay-for-content model (either "buy t-shirts" or "pay-per-view"); which is appalling, seeing as we ALREADY pay for bandwidth. I'd rather stick with free-albeit-ad-supported Internet (and given the incredibly poor uptake in cable TV in our country, I'd say I'm not alone in that regard).

    53. Re:Not Comcast by INT_QRK · · Score: 1

      I agree that ISPs have legitimate cause to monitor for spam and other abuses of its terms of service agreement with the customer. That said, rather than focusing on "key phrases," which can be misleading in many cases, and perhaps lead to privacy abuses, I would suggest that ISPs focus instead on less intrusive traffic analysis methods. For example, there might very well be a legitimate (and private) context for using the "V" word in an email, referring to an evidently popular medication which is also a key word in lots of spam. However, validated traffic signatures (through an assumed "to be" process), such as, notionally, a home user account that sends regular bursts of large volumes of traffic to geographically dispersed recipients, may signal additional scrutiny. Such signature analysis which does not directly violate privacy might also serve to as "probable cause" for more intrusive and court ordered content screening for violations of law.

    54. Re:Not Comcast by grahamm · · Score: 1

      All ISPs should offer encrypted/secured SMTP/TSL services (RFC3207) on
      port and it is very desirable that they offer, as Google does, an SMTPS

      smtps 465/tcp # smtp protocol over TLS/SSL Why smtps rather than STARTTLS within the normal port 25? Also they should support (and insist that customers use) an MSA on port 587.
    55. Re:Not Comcast by Jedi+Alec · · Score: 1

      In the Netherlands here, and the very idea of an ISP blocking ports is preposterous. Some ISP's will kill your connection if there's really weird stuff(massive bot activity or spam) going on though, and try to contact you by phone to explain the what, how and why.

      --

      People replying to my sig annoy me. That's why I change it all the time.
    56. Re:Not Comcast by Jedi+Alec · · Score: 1

      Sounds like a simPC, which is basically a stripped down Linux machine with very little rights for the user and remote administration, often done by the ISP or computer shop. Unfortunately it seems it's still only available in the Netherlands and I can't seem to find any decent reviews/infopages on it in English.

      --

      People replying to my sig annoy me. That's why I change it all the time.
    57. Re:Not Comcast by petecarlson · · Score: 1

      Welcome to 2008. Same as 1998 just more ads, more noise, more expensive and less choice. That's progress. Can us geeks take the Net back now? We let it out and the MBAs fucked it up. Let them build their own.

      Hate to break it to you, but the money to build it comes from the MBAs and the decision to filter outbound SMTP comes from the geeks. The MBAs ask how we can keep our outbound mail from being dropped and the geeks come up with a way of doing it that makes the most sense to them. I consider myself a geek and I filter outbound SMTP through my mail servers and limit excessive outbound SMTP to other mail servers. As an ISP, you are trying to manage a network with "The Internet" on both the outside and the inside and thus can trust no one. If I let the traffic from the inside of my network abuse the clients on other peoples portions of the internet, they will rightfully block access from my clients and then my clients will start calling to complain that they can't send email to $ISPs email accounts. If I were to drop filters today, Outbound mail to Comcast from any of my IP addresses would be blocked within 2 days. Verizon would block in about 10 and AOL would kick in after about two weeks.

      On another note, Comcasts response to an unblock request takes about 12-24 hours the first couple times but after that you need to fight to find someone who cares as their automated system will ignore you after awhile.

    58. Re:Not Comcast by simcop2387 · · Score: 1

      no clue a friend did it for me :)

    59. Re:Not Comcast by Anonymous Coward · · Score: 0

      Which is exactly what a spammer would say. I would say that Comcast is justified in their actions -- spammers deserve no quarter, and if a few innocents must fall in the war against them, I can live with it.
      How do you manage to post to slashdot when you've got /0 blocked?
    60. Re:Not Comcast by greedyturtle · · Score: 1

      And you can be sure that J6.pkg will unblock every port upon finding a problem with one, just to be sure.

    61. Re:Not Comcast by sumdumass · · Score: 1

      You know, the problem with this is that someone will restart a router and then you have to reopen everything. But you don't automatically think ISP fuck up and send countless house diagnosing problems at both ends attempting to figure which one isn't communicating only to find that each side knows the ports are open because they specifically requested them to be open.

      I know your thinking yea, that won't happen. But it has and I can give you details. A postfix server running on SBC DSL lines. All the sudden nothing works. Checked logs, can't connect to the other servers. Checked from a web account, both servers are receiving. Checked for other communication problems, have to telnet out to a real server to see what happening. Ahh, port 25 is blocked for some reason. Spend 2 hours playing tic tac toe with a fucked computerized answering systems only to find I'm at the wrong department and need to get transfered to another department. After another 2 hours of phone tag, I get someone I talked to durring the first two hours who swears they didn't change anything and I needed to talk to another department. I explain that I'm not an idiot, outside of continuing to use their service, nothign they know of me would suggest I was. So he looks, oh, it looks like someone or something caused a router to reset and it lost it's update tables. So I have it opened back up, got his name and call back number, along with a reference number. Now I have to goto 3 other locations and do the same, but this joker is gone and his replacement doesn't know anything and wants to send me on the run around again.

      Blocking ports by default isn't the way to go. I pay for Internet access, not some half assed port blocked interpretation that some touchy feely people think would make the world a better place. If you want to block ports, as each and every customer and have them opt in. Then when you (the ISP) screws up, it isn't me that has to jump through hoops just to get what I paid for. This whole "lets make the Internet a better place but blocking the ports I don't see anyone having a use for even though they are there for a reason" attitude sucks. It insults my integrity when I have to tell a customer that they need to pay me $300+ for 4 hours of phone tag and suffer whatever they lost in productivity just to fix a problem caused by their ISP who followed someone's block everything suggestion.

      There are ways to deal with spam and viruses without locking everyone out of what they paid for. Getting up to date virus scanners and a router could solve the bulk of the spam and virus problem. Not typing your email into ever damn box that pops up in the Internet is another way to trim it. And both those suggestions have little to no chance of creating a bad day for me. I have four email addresses that I have had for over 5 years and I get less then 100 spam messages a week between all of them. For the most part, it is less then 50 for them. And those are easily taken care of by client side filtering. If I can control it without the ISP blocking my access, so can everyone else.

    62. Re:Not Comcast by element-o.p. · · Score: 1

      You're right, of course. There are ways to ensure that all your users are using secure passwords. The problem is, for the layman, secure passwords aren't something you can remember, so your average customer doesn't *want* a secure password, and gripes to Tech Support every chance they get. Then Tech Support complains to their manager that the customers are complaining about these impossible-to-remember passwords, the Tech Support manager complains to the Sys Admin manager (who tries to explain the need for secure passwords to the TSG manager), and eventually some PHB says to relax the restrictions on passwords.

      In our case, it was just easier to turn off SMTP-auth altogether.

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
    63. Re:Not Comcast by Dragee · · Score: 1
      Moral of the story: You really should have had port 25 outbound locked down to trusted machines only, anyway.


      It's a bit more challenging on a home network, because we have a *justified* reason to need a lot of random ports open, but I believe anyone with the tech savvy to do so should be filtering outbound traffic from their home networks, (and most inbound traffic, although that's even more of a pain on recreational connections--Windows Media Player Streaming, anyone?) just like EVERYONE should from business networks.


      Especially if you're afraid of, or dealing with, overly-excitable knee-jerk-reaction ISPs, the Slashdot crowd should be blocking outbound mail from any network they have rights to do so on, other than from trusted servers. Had you been doing that in the first place, your brother's spam-bot would have been a non-issue.


      (Not trying to attack here, just posting an opinion...)

      --
      dragée (n): a sugarcoated nut
    64. Re:Not Comcast by gr8scot · · Score: 1

      I feel your pain, but considering the plethora of password management tools at sourceforge, I don't excuse ISP's, even though some of their users do complain inordinately. There are good workarounds to offer them, and the few users that still complain about managing a few passwords, with one master password to rule them all, are probably spammers.

      --
      All 19 hijackers were known terrorists 09-10-2001. Lack of FBI intelligence does not justify warrantless wiretaps..
    65. Re:Not Comcast by neil-ngc · · Score: 1

      Not likely. A spammer probably wouldn't have the problem in the first place, because their own maching wouldn't be sending out the emails. That's what botnets are for. The security people were more likely just sceptical that the caller was bright enough to fix such a problem. Which is hardly unfair...I've worked in tech support - not that it shouldn't be obvious to anyone on the internet - but most people are clueless. The assumption that someone dumb enough to get infected would be unable to fix the problem it is quite reasonable.

    66. Re:Not Comcast by jonaskoelker · · Score: 1

      Most people know about anti-virus software, but they do not know about other types of malware.
      And to top that, I don't think most people even recognize the malware status of anti-virus software! ;)
    67. Re:Not Comcast by Jeruvy · · Score: 1

      You can 'do' SMTP whereever you want, you're just 'filtered', and in some strange unexplained cases your mail goes to dev/null.

      Most ISP's are running 'content filtering' software that provide this simple yet 'censoring' ability.

      I'm for ridding the world of spam, but ppl have to stop buying from spam. That's the only solution that will work. Take the profit out of it.

      Keyword filtering seems like something I'd want to do locally for sorting and prioritizing, not something I would want my ISP doing on my behalf without disclosure.

      Real question is, when will this bad behavior spread from 25?

      --
      Jeruvy
  2. I don't know but... by Anonymous Coward · · Score: 0

    If my ISP ever did this and it caused me any problems, I would give them three hours to fix it before I switched ISPs.

    General rule: ISPs can filter whatever they want by defualt but must be prepared to stop the filter for any customer ASAP (preferrably automatically).

    Heck, put it on the router they provide and make it configurable through its web console.

  3. Phrases by arizwebfoot · · Score: 1

    Anybody got any ideas of what phrases are being poof'd by cox?

    --
    Beer is proof that God loves us and wants us to be happy.
    1. Re:Phrases by Psychotria · · Score: 2, Interesting

      No, but it is worrying. For example, I often have to resort to emailing people using PDF's which contain the bulk of my message because their stupid ISP marks me as spam. I think it is because a lot of my emails involve giving people advice on plant species names--which always makes me go "wtf" when my email bounces because it is "spam-like". Since when is giving a person advice on species "spam-like"? Maybe it's the latin I don't know. I don't use my ISP for outgoing email (I run my own email servers) but for those people who do... their emails better not be innocent because they'd probably be filtered as spam. Much better to write a long message about penis enlargement than something serious--it's more likely to pass through the filters.

    2. Re:Phrases by grcumb · · Score: 4, Funny

      Since when is giving a person advice on species "spam-like"? Maybe it's the latin I don't know.

      Cialis vincit disfunctio penilis!

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    3. Re:Phrases by Anonymous Coward · · Score: 0

      cox won't let you send cocks?

    4. Re:Phrases by DingerX · · Score: 2, Funny

      disfunctionem erectilem, I believe, is the correct ending to your spam.

    5. Re:Phrases by Macgrrl · · Score: 1

      I'm typically fairly terse in emails. For a number of my friends I have to write in a deliberately pompus or circuitous manner in order the get past their spam filters who assume a short message is spam. *sigh*

      --
      Sara
      Designer, Gamer, Macgrrl in an XP World
    6. Re:Phrases by guru+zim · · Score: 1

      I would be you money that someone put a custom Regular Expression in to their spam software looking for numeric IP addresses. I had to do this on my inbound spam filters at work because we were getting hammered by the Storm stuff.

    7. Re:Phrases by rabiddeity · · Score: 2, Funny

      Wow. That reads like a curse from Harry Potter fan fiction.

    8. Re:Phrases by ClickOnThis · · Score: 3, Informative

      Anybody got any ideas of what phrases are being poof'd by cox? It may be that they are looking for repeated phrases in several successive e-mails as a sign that someone is sending spam. I say this because of a personal experience with Cox in May of last year, when I was e-mailing resumes as part of a job search. Then one day, Cox started rejecting my outgoing e-mails that contained my resume and cover letter. I contacted customer service and got this incredibly unhelpful canned response:

      Dear XXXXX,

      Thank you for your e-mail. I understand you are experiencing
      difficulties sending e-mails stating messages are being rejected by the
      server. I am really sorry for this inconvenience.

      Our messaging team is adding functionality to the email platform that
      will have the ability to detect spam emails and notify the you that you
      are attempting to send spam, and that it will not be sent. Therefore,
      when a your email has been identified as a spam, you will see an error
      message. Please visit the link below for more information:

      http://coxagainstspam.cox.net/

      I hope you have found the information above useful. If the difficulty
      persists or if there are any further inquiries you would like to
      address, do not hesitate to contact our dedicated department for further
      assistance.

      Have you tried our customer support site? Visit

      http://support.cox.com/

      to find answers to many of your Cox High Speed Internet questions FAST,
      including "click to fix" automated solutions and LIVE online chat
      support 24/7!

      Thank you for choosing Cox Communications as your friend in the digital
      age. In other words, Cox said "Yep, your outgoing e-mails were flagged as spam and not sent, and we don't care. Have a nice day." Sheesh.

      I was able to get around the problem by sending my resume as an attached RTF instead of DOC (both created with OpenOffice.) I'm guessing this change was enough to convince their filter that the messages with RTFs attached were not the same as the previous ones with DOC files.

      Eventually the problem went away, and happily I did find a job. Still, I was pretty dismayed at how dismissive and unhelpful their "dedicated department" was.
      --
      If it weren't for deadlines, nothing would be late.
    9. Re:Phrases by budgenator · · Score: 1

      OHHhh A Priapism curse,turns you into a scare-crow with a boner that wouldn't stop!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    10. Re:Phrases by whitehatlurker · · Score: 1
      Yes. You have to dig through the mailing list archive of which the original article is part to find it. The initial complainer sent an email that contained a url that pointed to a host designated by a dotted quad (i.e. numeric) address. That got blocked.

      I think that this is a fairly common signature for spammy messages and that it should cause a positive. I stopped reading the list after the complainant stated he wouldn't contact "Cox" through their email address that is supposed to resolve problems such as false positives.

      --
      .. paranoid crackpot leftover from the days of Amiga.
    11. Re:Phrases by jimicus · · Score: 1

      Cialis vincit disfunctio penilis!

      People called Cialis they disfunctional conquering penises?

      (with apologies to Monty Python)

  4. Quick fix: PGP by KublaiKhan · · Score: 1

    'cuz if they can't read it, they can't filter it.

    O'course, this means that your recipient must have PGP in order to read your message, which can get inconvenient when talking to grandma.

    --
    In Xanadu did Kubla Khan
    A stately pleasure dome decree
    1. Re:Quick fix: PGP by urcreepyneighbor · · Score: 1
      You remember, back when PGP was making the news, how the government freaked out over it... until they realized most people didn't - still don't - care enough to actually use it? The situation hasn't changed.

      O'course, this means that your recipient must have PGP in order to read your message, which can get inconvenient when talking to grandma. Why should gradma use PGP? She has nothing to hide... and she doesn't care enough to learn how to.

      Same problem, new decade. Sigh.
      --
      "The fight for freedom has only just begun." - Geert Wilders
    2. Re:Quick fix: PGP by KublaiKhan · · Score: 1

      Yep, more or less. O'course, if you spread it around in one of those urban-legend emails that the ISP was going to randomly drop your emails, then maybe you could recruit a few extras...but yeah, really, most folks don't care enough.

      Perhaps there's a business niche for a server that'll accept an encrypted email, decrypt it, and send it off to its destination...but I shouldn't think it'd be a very big niche.

      --
      In Xanadu did Kubla Khan
      A stately pleasure dome decree
    3. Re:Quick fix: PGP by civilizedINTENSITY · · Score: 1

      Grandma sure does have something to hide! If she tried to walk down to the library butt naked, she'd be told "no! Cover it up!". Same thing should apply to her email...

    4. Re:Quick fix: PGP by neoform · · Score: 1

      Or better yet, instead of using your ISP's SMTP server, use your own.

      My ISP blocks all non-SSL ports but doesn't block the SSL ports.. which is perfect, since I much rather use SSL when sending/receiving emails..

      --
      MABASPLOOM!
    5. Re:Quick fix: PGP by coaxial · · Score: 1

      'cuz if they can't read it, they can't filter it. if (!plaintext) then reject

    6. Re:Quick fix: PGP by KublaiKhan · · Score: 1

      Great, I have to find the time to set up an SMTP server now? I'm already down to 5.5 hrs of sleep/night...

      --
      In Xanadu did Kubla Khan
      A stately pleasure dome decree
    7. Re:Quick fix: PGP by tftp · · Score: 1

      Then all the images, PDFs and other binaries that people send (or include into HTML email) would be blocked. I don't know how many minutes it would take for the angry customers to bring the ISP down.

    8. Re:Quick fix: PGP by dal20402 · · Score: 1

      I've never yet come across blocked SSL ports. On the other hand, I've dropped two email providers because they either refused to provide SMTP-over-SSL support or b0rk3d it too badly to use.

      Of course, any reasonable email provider (such as the one I'm using now) will have an SMTP server that will do SMTP-over-SSL on port 80, just to make sure there's never a problem in airports, etc.

  5. Profit comes first by techno-vampire · · Score: 4, Insightful
    "Wouldn't it be better to cut off people with infected computers than to censor the internet?"


    If they did that, it would lower their income and cut into their profits. Filtering outbound email costs less, at least in the short run and that's all the typical MBA is interested in. Their idea is to move to a new company before the long-term damage they've caused becomes evident. (I'm not just wanking, here; I asked an MBA about it once and that's what he told me.)

    --
    Good, inexpensive web hosting
    1. Re:Profit comes first by Chyeld · · Score: 2, Interesting

      However, filtering also raises the "you are now liable for what they say to an extent" issue that the whole Safe Harbor thing was suppose to fix for ISPs and could definately cost a huge pile more than just cutting access and losing customers.

    2. Re:Profit comes first by techno-vampire · · Score: 1

      Well, yes, but as I said, that's long-term damage. Very few MBAs give a damn about what happens in the long term because they don't expect to stick around long enough for it to matter.

      --
      Good, inexpensive web hosting
    3. Re:Profit comes first by SeaFox · · Score: 3, Insightful

      If they did that, it would lower their income and cut into their profits.

      That's assuming they actually close the customer's account or credit for the time out. Some ISPs do not, since the issue is generally a virus or other malware on the customer's PC (in other words, not the ISP's fault).

      But you response overall is still correct. If they keep mucking around with the email, they still save money because eventually the customer gets sick of it and gets a Yahoo account instead. Now Comcast is still getting the same $40/month, but without having to provide mail services.
    4. Re:Profit comes first by Achromatic1978 · · Score: 0, Offtopic

      I'm not just wanking, here; I asked an MBA about it once and that's what he told me.

      Of course he did.

      Of course, he probably also got his MBA from University of Phoenix, but anyway...

  6. pretty pervasive. by spazdor · · Score: 1

    An ISP has to be pretty vigilant in policing its own users, or it's liable to get its SMTP servers blacklisted, or even blackholed.

    As far as I know, most major email providers will at least pull some Bayesian filtering on their outbounds.

    --
    DRM: Terminator crops for your mind!
  7. What? by infochuck · · Score: 1

    The poster to that LUG list never claimed it was the content of the message that they were filtering. This is just stupid.

    1. Re:What? by Major+Blud · · Score: 1

      Since I know a few members of this LUG, I agree with you completely. The author of the post says he "suspects" filtering but he hasn't shown us any definite proof. The error message he displays says "disk full"...maybe the other text in the error is somehow lost in translation. There are probably a dozen other explanations for this, and I seriously doubt that filtering of outgoing mail is one of them.

      --
      If you post as Anonymous Coward, don't expect a reply.
    2. Re:What? by Intron · · Score: 1

      You're right. It looks more like they are blocking delivery because he is running a mail server. Lots of ISPs want you to send and receive only through their servers. The summary here looks bogus.

      --
      Intron: the portion of DNA which expresses nothing useful.
    3. Re:What? by bhmit1 · · Score: 1

      The poster to that LUG list never claimed it was the content of the message that they were filtering. This is just stupid.

      Further down the thread you find the important detail:

      I tried to send an email. The email only contained text. The text Cox
      objected to was "http://my_homebox_IP_number/"

      On Tuesday 29 January 2008 12:45 pm, Brad Bendily wrote:
      > Are you sending an email
      > from your cox connection through a linux box to an email address on
      > the internet? Or the other way around?

      and a few more messages in was the comment:

      Like I said, I know what tripped the filter because I changed that one detail
      to get the message through.

      On Tuesday 29 January 2008 1:32 pm, Scott Harney wrote:
      > Maybe you will get some more details about what actually tripped the
      > filter and blocked the message by sending your message to
      > "thisisnotspam at cox.net".

    4. Re:What? by tulmad · · Score: 1

      Did you read the follow-on messages? He's basically saying that if he says http:/// in an email message, the message gets filtered by the SMTP server and won't ever be delivered. If he replaces that with an actual hostname, real or not, the message gets delivered just fine.

      --
      "In case of emergency, break glass. Scream. Bleed to death."
    5. Re:What? by tulmad · · Score: 1
      Stupid slashot and stupid me for not pressing the preview button. That url should be

      http://someiphere
      --
      "In case of emergency, break glass. Scream. Bleed to death."
    6. Re:What? by ZeldorBlat · · Score: 2, Funny

      I tried clicking on your link but I think my ISP is somehow blocking it.

    7. Re:What? by Nutria · · Score: 1

      I use Cox, and just sent to a friend a test message containing a numerical IP address. Went thru perfectly.

      --
      "I don't know, therefore Aliens" Wafflebox1
  8. If you don't filter, you get blocked. by Russ+Nelson · · Score: 2, Interesting

    If an ISP doesn't filter their outgoing email to make sure that it's own users aren't spamming, they WILL get blocked. I'm on a super-secret anti-spam mailing list which I can't tell you about, and everybody there cheerfully admits to blocking their own users' outgoing spam. It's necessary.

    --
    Don't piss off The Angry Economist
    1. Re:If you don't filter, you get blocked. by ajayrockrock · · Score: 2, Funny

      If an ISP doesn't filter their outgoing email to make sure that it's own users aren't spamming, they WILL get blocked. I'm on a super-secret anti-spam mailing list which I can't tell you about, and everybody there cheerfully admits to blocking their own users' outgoing spam. It's necessary.


      dude, spamassassin-users isn't that secret. :)
    2. Re:If you don't filter, you get blocked. by sabt-pestnu · · Score: 1

      Well now that I know you're on this list, I can trace you back from your slashdot name and contact information....

      wait, that sounds like work.

      Naw, I'm gonna have another donut and let my zombies send out another bout of spam...

    3. Re:If you don't filter, you get blocked. by adminstring · · Score: 2, Funny

      The first rule of the super-secret anti-spam mailing list, which you have just broken, is that you do not talk about the super-secret anti-spam mailing list!

      --
      My truck is like a series of tubes.
  9. Looking further... by Spazmania · · Score: 4, Informative

    Digging further into the Cox situation, the Cox subscriber said:

    I tried to send an email. The email only contained text. The text Cox
    objected to was "http://my_homebox_IP_number/"


    I haven't checked the Cox TOS lately, but don't they prohibit running a home web server like all the other residential internet providers? Hasn't this been the case since for essentially the same length of time that the Internet has been a commercial venture?

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:Looking further... by rob1980 · · Score: 2, Insightful

      Yes, I'm guessing they set the filter up so you can't email somebody a link to http://my_homebox_ip_number:8081/ and have it be a spoofed Paypal signin page or something like that.

    2. Re:Looking further... by mabinogi · · Score: 2, Insightful

      That's got nothing to do with it though.

      Whether or not you're running a home server, sending an email containing a URL certainly shouldn't breach the ToS. They're not going to filter emails referring to a breaching server, they'd contact you about the server or terminate your service.

      --
      Advanced users are users too!
    3. Re:Looking further... by mabinogi · · Score: 1

      hmmm, I hadn't thought of that aspect of it.
      I wonder if they just filter emails with addresses in their netblock? That would actually make sense.
      If they just filtered mails with any numeric URL in them it'd be bad though.

      --
      Advanced users are users too!
    4. Re:Looking further... by Sleepy · · Score: 1

      By that logic, you could get around the block by putting a domain name on your IP... which is exactly what a smart phisher would do anyways.

      No, I strongly expect that they are:
      1) filtering URLs with their IP range in it.
      2) Resolving URLs to the IP address (then following 1)

      Item # 2 is trivial to do... SpamAssassin has plenty of body text checkers looking for URLs (see URIBL_* plugins). It would be trivial to fork one of these applets to look for their cable user IP space.

      It's also trivial to get around either block, by using a "web relay" or "shorter link" service to obfuscate. Cox is only going to resolve the IP or hostname 1 layer deep... they're not going to bother parsing outside HTTP Relays for the Location: header or anything...

    5. Re:Looking further... by droopycom · · Score: 1

      I'm sure they dont check if the IP is in their own block, that's not what its about.

      About 99% of emails containing an url with a numerical IP are spams. I certainly would not fault cox for blocking those outgoing spams.

      Cox certainly has a certain number of customers whose PCs are routinely infected with spam sending trojans. The filter was probably enabled by a scruffy looking unix admin, muttering about how clueless those Windows users are, rather than a pointy-haired boss trying to limit the use of home servers.

      So just get a freaking free DNS domain to resolve your numerical IP and you'll be happy....

    6. Re:Looking further... by Anonymous Coward · · Score: 0

      I have Cox service at my home and run a web server. I have the business service, but I get it at my home and get a static IP with more bandwidth then residential service and no blocked ports. Just because he's at home doesn't mean he has residential service.

    7. Re:Looking further... by Vellmont · · Score: 2, Interesting


      I haven't checked the Cox TOS lately, but don't they prohibit running a home web server like all the other residential internet providers?

      They might. What does that have to do with this situation? It's very unlikely Cox has some kind of filter that looks for specific references to their own IP address pool, and filters out email with that criteria. It's just not worth the effort.

      What's MUCH more likely is they have a spam filter that looks for email that looks like spam, i.e. "http://some-ip-address:some-port-number." Spammers do this all this time, real email very rarely so. The home-server TOS thing is just a red herring.

      --
      AccountKiller
    8. Re:Looking further... by dbIII · · Score: 1

      "http://my_homebox_IP_number/"

      Text of that form is very common in spam and phishing emails. If you use it you will get blocked in a lot of places even if you convince those in charge of the outgoing mailserver to let it out. It may not be fair but it will happen unless you convince those in charge of all the receiving mail servers to let it in as well. There are free options like tinyurl to redirect to your address or the more expensive choice of getting a domain.

    9. Re:Looking further... by Anonymous Coward · · Score: 1, Funny

      So block incoming HTTP connections based on protocol, not outgoing SMTP connections based on content.

      Does this extend to other messages? Is sarcasm filtered, too? Or jokes?

      This isn't hard. If you've got a problem with X, then ban X. Don't say you have a problem with X, but ban Y, which is independent. That's just stupid.

      P.S., I've got like a ton of cocaine here at my apartment.

    10. Re:Looking further... by gr8scot · · Score: 1

      Seems illegitimate for Cox to scan e-mails for that, considering how easy it is to instead enforce their 'no servers' rules by only allowing connections that are initiated by a Cox customer's IP. If Cox's sysadmins don't know how to do that, I'll write the iptables script for them myself. For a hefty fee, of course.

      --
      All 19 hijackers were known terrorists 09-10-2001. Lack of FBI intelligence does not justify warrantless wiretaps..
    11. Re:Looking further... by Spazmania · · Score: 1

      If you've got a problem with X, then ban X.

      I would imagine that the problem they have is with zombies where the infected machine sets up a web server on a high port and starts spamming. Cox is very diligent about policing spam coming from their network and filtering outbound email that links to a cox home subscriber by IP address is a very effective way to do this, without harming anyone who complies with the TOS.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    12. Re:Looking further... by eth1 · · Score: 1

      I haven't checked the Cox TOS lately, but don't they prohibit running a home web server like all the other residential internet providers? Hasn't this been the case since for essentially the same length of time that the Internet has been a commercial venture?

      That's only the case if you're using a *Content Delivery Provider* like Cox or Comcast, instead of an *Internet Service Provider* like Speakeasy. Unfortunately, real ISPs are becoming rather rare...

    13. Re:Looking further... by buchanmilne · · Score: 1

      Well, if the IP was listed in a URLBL, rejecting the mail on that grounds would be valid. Without the IP, it's not possible to check this possibility.

    14. Re:Looking further... by kent_eh · · Score: 1

      So you can't even talk about doing it hypothetically?

      Do they also apply the same filter to people who have a SOHO package which does allow servers?

      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    15. Re:Looking further... by Spazmania · · Score: 1

      Well, I have Cox "business" Internet at home and have never had a problem.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    16. Re:Looking further... by machxor · · Score: 1

      Yes they do prohibit that but I fail to see how the contents of the email indicate that he is running a publicly accessible server in violation of their TOS.

  10. inline virus filtering by sgt+scrub · · Score: 2, Insightful

    They could do inline virus filtering easier, cheaper, and still not be intrusive. IMHO they are being rude when they could be helpful.

    --
    Having to work for a living is the root of all evil.
  11. Text of posting (TFA) by Stanistani · · Score: 2, Informative

    I will no longer be able to point to my home server on these lists because Cox
    rejects such messages as spam. The message given when I try is:

    Sending failed:
    Could not write file The message content was not accepted.
    The server responded: "ID_INTENTIONALLY_REMOVED This message was
    undeliverable. This message has been found to be a potential spam message,
    and has therefore been blocked. Please visit http://coxagainstspam.cox.net/
    for more information.".
    Disk full.
    The message will stay in the 'outbox' folder until you either fix the problem
    (e.g. a broken address) or remove the message from the 'outbox' folder.
    The following transport protocol was used:
    smtp.east.cox.net

    . . .

    I could care less that their disk is stuffed and suspect it is misdirection.

    This censorship is only a minor inconvenience but the message it sends is
    ugly. It says, in so many words, that the internet is for your consumption
    not participation. Changing messages to point to my physics page gets around
    the immediate problem, but most people do not have such a thing nor should
    they be forced to host things on someone else's computers. I'm paying for my
    bandwith, why can't I use it for what I want? Finally, subscribers now know
    that every word of every message sent is filtered. Will they filter my IM
    conversations next?

    1. Re:Text of posting (TFA) by Anonymous Coward · · Score: 1, Interesting

      You couldn't care less. Is this a US-centric thing? "I could care less" makes no sense and only Americans seems to use the absurd phrase.

    2. Re:Text of posting (TFA) by Anonymous Coward · · Score: 0

      Are you stupid? Or can you just not read english?

      "I couldn't care less" -> "I could not care less" -> "It isn't possible for me to care less then I do now" -> "I don't care about this at all."

      Get it yet? Or should someone enroll you in an english as a second language class?

    3. Re:Text of posting (TFA) by Solra+Bizna · · Score: 1

      Congratulations. You read his post backwards.

      -:sigma.SB

      --
      WARN
      THERE IS ANOTHER SYSTEM
    4. Re:Text of posting (TFA) by Spazmania · · Score: 2, Insightful

      It's a mixed metaphor:

      I couldn't care less = I don't care

      merged with

      I could give a damn = I could care but I don't

      and became

      I could care less.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    5. Re:Text of posting (TFA) by jefu · · Score: 1

      The word for today is idiom .

    6. Re:Text of posting (TFA) by Oligonicella · · Score: 1

      It's called sarcasm. Admittedly you can't hear the vocal tone, but it's assumed over here. So yeah, it means the same thing. Also called a colloquialism. Your country doesn't have those? If you're in either GB or AU, you know it does.

    7. Re:Text of posting (TFA) by Haeleth · · Score: 1

      Except that it's a very unlikely thing to say sarcastically. The normal sarcastic approach would be to pretend that you care very much about the thing you don't care about, not to pretend you care about it a tiny bit.

      Given which, it's difficult to avoid the conclusion that the "could care less" form comes from a mishearing or misunderstanding of the original "couldn't care less", not from a conscious attempt to be sarcastic. The "sarcasm" explanation is, I suspect, a retrospective attempt to rationalise the usage, based on an assumption that it would be somehow bad to use the idiom if it was illogical.

      But the usage isn't bad just because it's illogical, any more than it's bad to say silly things like "it's raining cats and dogs", and nor is it inferior because it began as a mistake, any more than it's inferior to refer to one of those little green things as a "pea" rather than the older "pease". Language changes, and usually not in any logical way. None of this matters, because people don't analyse it as a set of individual words: they just recognise the complete idiom and understand its meaning without any interpretation of the words themselves. In fact, I bet most people don't even notice the difference between the two -- only those who have sensitized themselves to it by convincing themselves that it somehow matters which you use.

    8. Re:Text of posting (TFA) by Danny+Rathjens · · Score: 1

      I've an older friend who said that when he was a kid people used to say, "I could care less, but I'd have to try really hard." That phrase being shortened which makes the sarcastic part not as readily apparent - and people repeating it without realizing it is sarcastic so also not using the right tone of voice for sarcasm - is what leads to the modern logically inaccurate, "I could care less."

      p.s. These are not metaphors, so it's certainly not a "mixed metaphor".

    9. Re:Text of posting (TFA) by Anonymous Coward · · Score: 0

      That's a response to "I couldn't care less."

      Guy1: "I couldn't care less."

      Guy2: "Oh yeah? Well, I *could* care less, but it would be hard."

      I could care less is wrong. Period.

    10. Re:Text of posting (TFA) by ScrewMaster · · Score: 2, Insightful

      Except that it's a very unlikely thing to say sarcastically.

      Except that you're just wrong. The phrase "I could care less" is usually only about a notch above saying "fuck you, and the horse you rode in on." As the GP said, it's a colloquial expression and unless you've been exposed to it in the proper context you probably just won't get it. Attempting to analyze such expressions in any language using the kind of logic you were trying to apply is a fruitless exercise. Like a lot of other things in American English ... you just have to know. If you don't, just accept it because that's what the rest of us do. It's not the literal meaning of the phrase that matters.

      --
      The higher the technology, the sharper that two-edged sword.
    11. Re:Text of posting (TFA) by Anonymous Coward · · Score: 0

      What they seem to be attempting to do is deal with the all to prevalent scamming hosts.

      A home computer gets a virus/trojan
            the Trojan automatically sets up a fake bank site
            the Trojan then starts spamming out thousands of emails with a genuine "looking" URL with
            the compromised machines IP Address.

      This is very common, and from the ISP's point of view, quite hard to detect.

      Yes it is costly for the ISP, generally you get a call from the Police at some random time of the day (Usually late at night) demanding that you take the client off line immediately.

      You wouldn't believe how many hosts are compromised this way. I guess the mail filtering is a way to mitigate the problem using existing tools this ISP has at their disposal (email filtering).

      Don't always assume the ISP is out to get you. You will start to see email being quite heavily curtailed by all ISPs as time goes on. Because of the various abuses and customers' demands to do something about it, ISPs have no choice but to implement ever more restrictive policies. You must realize that it costs a lot in development and computer resources to implement these policies, the ISP wouldn't do it if they didn't have to.

      (Virus and spam scanning account for bout 80% of the processing budget for us, and I'd say about 40% of our admin time is on email issues)

    12. Re:Text of posting (TFA) by Stanistani · · Score: 1

      I like to use that phrase in a philosophical tone, thusly:
      "Hmm.. I could care less about you... an interesting concept, and a new personal goal!"

  12. so.... by slydmin · · Score: 1

    what sick emails are you sending, you pervert? (to the author)

  13. Amen by davidwr · · Score: 4, Insightful

    ISPs should ask you what services you really need when you sign up for a new account:
    "I'm a normal user, let me have what normal users get"
    "I'm a power user, please turn on ___, ____, and ___"
    "I'm a power user and I really really really know what I'm asking for, please turn on everything."

    Then let them change it at any time, either permanently or, if they only need it for awhile, for an hour, a day, or a week.

    Once you do that you can hold customers responsible for things like letting bots run loose spamming the planet over an available outgoing port 25.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Amen by Sorthum · · Score: 1

      Unfortunately most people consider themselves to be FAR more knowledgeable than they are; aside from that it's a great plan. The problem with idiots is that nobody tends to self-identify as a part of that group...

    2. Re:Amen by FatdogHaiku · · Score: 1

      "I'm a normal user, let me have what normal users get" Zero Dollars
      "I'm a power user, please turn on ___, ____, and ___" Thirty Dollars
      "I'm a power user and I really really really know what I'm asking for, please turn on everything." Sixty Dollars

      Enhancing the revenue stream... Priceless

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
  14. Where, exactly, is the story? by pongo000 · · Score: 4, Informative
    It's not clear to me that Cox actually scanned the message body in its determination that the e-mail in question was spam. There could have been any number of indicators that caused Cox to reject the outbound message.

    I also note that Cox's TOS specifically prohibits the hosting of servers:

    Servers. You may not operate, or allow others to operate, servers of any type or any other device, equipment, and/or software providing server-like functionality in connection with the Service, unless expressly authorized by Cox.


    A more accurate title for this story would be: "User in violation of Cox TOS upset over Cox efforts to enforce TOS."

    My advice to said user? Buck up and get business-level service, or find yourself a real hosting service for your mail server.

    1. Re:Where, exactly, is the story? by Anonymous Coward · · Score: 0

      Cox *does* filter based on message content. I raised it with their technical support: a simple message with a body saying just "accept" is rejected every time for me (or was, until I switched away from Cox).

      Their tech support staff kept trying to diagnose issues with my mail client, and couldn't understand that their *servers* are misconfigured to cause this. I gave up.

    2. Re:Where, exactly, is the story? by rmerry72 · · Score: 1

      A more accurate title for this story would be: "User in violation of Cox TOS upset over Cox efforts to enforce TOS."

      They are not enforcing their TOS; they are blocking legitimate traffic. Does their TOS say "You will not send an email with a URL to your own IP address"? Put another way, should the police be able to block you bragging in an email that you did 100 MPH on the freeway?

      Sounds like one of those useless ISPs that block/fake BitTorrenting and force you to use their email servers. ISPs that are only in business because customers have no care, no knowledge or no choice. What do they think they are, a bank?

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    3. Re:Where, exactly, is the story? by pongo000 · · Score: 1
      Look, I'm certainly not an apologist for Cox. But I've fought this same battle for many years with several different ISPs, and it's a losing battle. And I found this little gem amusing as well:

      I'm paying for my bandwith, why can't I use it for what I want?


      I think that comment pretty much sums this up as a non-story about a petulant user who is pissed that he can't get around Cox's roadblocks. I won't say it's been a waste of my time, though, as I'm sitting here posting a response. I find it amusing that there are still people out there trying to fight this silly battle. They came for port 25, and...well, you know the rest of the tale.
    4. Re:Where, exactly, is the story? by Niten · · Score: 2, Insightful

      A more accurate title for this story would be: "User in violation of Cox TOS upset over Cox efforts to enforce TOS."

      The problem is that the TOS are bogus, and there's absolutely nothing the customer can do about it. It's not as though we have a half dozen other cable subscribers to choose from and to keep each other honest; aside from the phone company, Cox is the only game in town for many folks. The theoretical benefits and corrective effects of free-market competition do not operate in such an environment.

      Seriously, "servers of any type [...] server like functionality"? Congratulations, you've just described anything that accepts an incoming TCP or UDP connection. If I cannot at least SSH and VPN into my home network from abroad, my so-called Internet connection loses 50% of its utility.

      I'd love to see somebody with the resources to do so stand up to these guys and sue them for false advertising. If you perform unwanted filtering on the incoming and outgoing access of your users, you're no longer selling a full Internet connection. The most troubling part is that Cox isn't even the worst offender in this regard, not by a long shot.

    5. Re:Where, exactly, is the story? by Ucklak · · Score: 1

      I get a 'Potential Spam' popup from Thunderbird with a similar 'COX thinks this is spam' if I send in text only. I send in text and HTML and it goes through.

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    6. Re:Where, exactly, is the story? by rmerry72 · · Score: 1
      I find it amusing that there are still people out there trying to fight this silly battle. They came for port 25, and...well, you know the rest of the tale.

      I agree with you. You're not bying a real internet connection when you buy through someone like Cox so you shouldn't complain. Just up and leave - if you can - or shut up and take it if you can't. Else go dark. The real Net is still hear for the rest of us.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    7. Re:Where, exactly, is the story? by MrNemesis · · Score: 1

      My advice to said user? Buck up and get business-level service, or find yourself a real hosting service for your mail server.

      Define "real hosting". Not everything requires a data centre; I define hosting as "fit for purpose", if my home mail server sends out 20MB of email a month I can hardly see why I need to pay for an entirely different server and internet connection that I upload the same 20MB to, which then uploads the 20MB elsewhere. Here was me thinking the internet was all about multiple different nodes being able to send and receive data to one another, automatically routing around damaged nodes. I didn't think you needed a special sort of internet connection in order to send stuff to other people. I don't subscribe to the "walled garden" idea of the ISP, where everything is sanitised for you by a third party, it sets a bad precedent.

      If they're worried about people using up gobs of upload bandwidth, doesn't their ToS cover a "fair usage" policy as well? They don't seem to mind people using their home internet connections to host online games or accept VoIP calls, both of which require "server" functionality.

      Readig the mailing list postings, it's blatant that they're just scanning for their own IP blocks but telling people that they were detecting was spam (in any case, anyone who routinely blackholes "possible" spam should be shot; modify the subject or the X-Spam: headers). This is lying in order to make the customer think they're in the wrong.

      --
      Moderation Total: -1 Troll, +3 Goat
    8. Re:Where, exactly, is the story? by rastoboy29 · · Score: 1

      But what, they have the right to read all your emails to see if you're violating their TOS?  Are you out of your mind?

    9. Re:Where, exactly, is the story? by unlametheweak · · Score: 1

      Buck up and get business-level service, or find yourself a real hosting service for your mail server. If you buy Internet service, you should expect to GET Internet service WITHOUT having to read a TOS, hire a lawyer, or spend 10 times more money routing certain packets in a so-called Business Plan. This is arrogance gone wild.

      Companies who arbitrarily restrict built-in abilities of the TCP/IP protocol to prey for extra money should NOT be rewarded by consumers. Instead the consumer should PUNISH their ISP by shopping elsewhere (where applicable of course), and pressure their government with Net Neutrality laws and VERY HEAVY and enforcible fines for companies who break the rules.

      I can anticipate the Libertarians complaining, but even many of them want their unrestricted P2P services running so they can download the latest version of Ubuntu, or use TOR services to look at their competition anonymously. Yes I suppose businesses may think I'm just griping, but it is THEY who go out of their way to create artificial barriers for Internet access and then have the nerve to charge a LOT more money to unblock these restrictions. As I said; arrogance gone wild.
  15. Filtering outbound email.... by SlashDev · · Score: 0

    ... is used by ISPs in order to protect their SMTP servers from getting blacklisted on Spamcop, Spamhaus, etc.. If these servers get blacklisted, their customers will not be able to effectively send out email. The message will get sent, but the receipient will rejected because the server is blacklisted.

    --

    TOP DSLR Cameras Reviews of the top DSLRs
  16. Well..... by Anonymous Coward · · Score: 0

    I know I work for a rather large ISP. You are limited to 1k emails a day anything over that and they cut you off. Then when you call in we tell you to clean your comp. When its clean we turn you back on. After doing this 3 times your gone. Now this is on a personal account so it seems reasonable to be. The biggest issue is that the people getting infected are just the sort of people to have their kid look at their computer and then call back and go "its all take care of". Then they are turned off a few hours later for the same issue.

    1. Re:Well..... by ScrewMaster · · Score: 1

      After doing this 3 times your gone.

      What, precisely, does "you're gone" mean?

      --
      The higher the technology, the sharper that two-edged sword.
  17. Who is the real mail culpret? by FXBEAST · · Score: 1

    For all my years in this industry I have never seen so much prostitution of any technology than I see today from spammers.
    In all honesty ISP's should be held accountable for their users!
    If we were to place a $ amount on the usage of bandwidth that is being consumed by spammers it will more than likely outweigh the profit they are making a million to one. So why must the honest guy on the street be subjected to the same rules/punishment as the spammer....

    I think ISP's should start to pay/mail concept like in the old days where you had to pay for postage stamps to send your mail.

    If the spammers want to spam, let them pay!!! Every countries communication authority should also start playing an active part in patrolling what is going on!!!

    1. Re:Who is the real mail culpret? by falconwolf · · Score: 1

      I think ISP's should start to pay/mail concept like in the old days where you had to pay for postage stamps to send your mail.

      I already pay to send email, I have to pay my ISP to connect to the net which includes email. An ISP also requiring people to pay additional for email is nothing but greedy! I bet when people are required thus they will use the net less and less if not get rid of access until the ISP is losing money. After all sending and receiving email is one of the reasons people get net access.

      That's in part why I'd like to see Google, or some other upstart, win a license to use part of the 700 MHz spectrum, so they can offer wireless broadband and put greedy cable and DSL providers out of business.

      Falcon
  18. Prohibited by dereference · · Score: 2, Informative

    I haven't checked the Cox TOS lately, but don't they prohibit running a home web server like all the other residential internet providers? Yes. They may not actively police it, of course, but there it is.
    1. Re:Prohibited by gr8scot · · Score: 1

      I haven't checked the Cox TOS lately, but don't they prohibit running a home web server like all the other residential internet providers? Yes. They may not actively police it, of course, but there it is. So they can disallow a remote client connection to a server run by a Cox customer, but I don't see what that has to do with this story about blocking an e-mail from a Cox customer. That looks like legitimate, allowed, client-type use to me.
      --
      All 19 hijackers were known terrorists 09-10-2001. Lack of FBI intelligence does not justify warrantless wiretaps..
  19. Holy WTF?!? by Just+Some+Guy · · Score: 3, Interesting

    I can understand and am sympathetic to ISPs who force outbound traffic to go through their servers. I'm not saying I agree with it, but I really do get what they're trying to accomplish. I also understand ISPs having spam filters on their outbounds, and think that's actually a pretty good idea. If you really need to send a virus so someone, then you should be technically competent to encrypt it or otherwise shield it from a scanner.

    But never in a million years can I even remotely condone actually scanning the text of emails and rejecting ones an ISP doesn't like. That's just Evil.

    --
    Dewey, what part of this looks like authorities should be involved?
    1. Re:Holy WTF?!? by TheSkyIsPurple · · Score: 1

      Keeping up on the WTF angle...

      How can they block outbound viruses (which presumably they don't like) without scanning the text of the emails?

      I bet they thought this looked like a piece of spam/phisher, given the lack of content other than an URL, and probably a very short subject as well, which is another flag. Spam Assassin setups also tend to me a little more aggressive on emails coming from dynamic address (like cabve modems).

      My guess: spam controls.

      And if we wasn't breaking the TOS that he agreed to, I'd suggest contacting support with it in order to update their filter rules.

    2. Re:Holy WTF?!? by bughunter · · Score: 3, Funny

      But never in a million years can I even remotely condone actually scanning the text of emails and rejecting ones an ISP doesn't like.

      I recommend that the phrase "Cox Blocked" be granted status as the official 'net jargon for any message blocked by an outgoing content filter.

      --
      I can see the fnords!
    3. Re:Holy WTF?!? by Just+Some+Guy · · Score: 1

      I like that. Well played, sir.

      --
      Dewey, what part of this looks like authorities should be involved?
  20. We've had our eye on you for sometime now.... by HangingChad · · Score: 1

    Wouldn't it be better to cut off people with infected computers than to censor the internet?

    Yeah, that's great until MSFT convinces one of them that Linux is a virus.

    But we're prepared to wipe the slate clean, give you a fresh start. And all you have to do is install Windows.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  21. Not just ISPs-- antivirus software too by cmburns69 · · Score: 2, Interesting

    Some antivirus packages also block some outbound email as well. At a previous company I worked for, we had to send out numerous survey invitations. Norton would quietly queue and scan all the outbound data (going to port 25)-- which worked in many cases. Except that it was slow. And there was now way of knowing how much data (if any) was still queued. And if the computer was restarted before Norton finished processing the queue, the data was silently lost (even though a "Accepted for delivery" message was returned to the sending program).

    These limitations wouldn't be hit by your normal 1-or-2 emails at a time users. But for the rare legitimate high volume senders, like us, it was a problem. IT wouldn't let us turn off Norton alltogether (and rightly so, as we'd seen virii on our network in the past), and there was no way to selectively disable that "feature". Eventually we forced to make our outbound mail server listen on a different port, so that Norton wouldn't scan/lose the data.

    At least with COX you get a notification saying that the message couldn't be sent, with Norton, the messages might just quietly disappear.

    --
    Online Starcraft RPG? At
    Dietary fiber is like asynchronous IO-- Non-blocking!
    1. Re:Not just ISPs-- antivirus software too by danomac · · Score: 1

      At a previous company I worked for, we had to send out numerous survey invitations. Norton would quietly queue and scan all the outbound data (going to port 25)-- which worked in many cases. Except that it was slow. And there was now way of knowing how much data (if any) was still queued. And if the computer was restarted before Norton finished processing the queue, the data was silently lost (even though a "Accepted for delivery" message was returned to the sending program).

      If by Norton you mean the home products, then the company deserves that. Symantec antivirus (the corporate edition) allows you to centrally manage antivirus clients similar to how Windows group policy works. With that, you can disable that behaviour outright or allow users to temporarily disable it. Coupled with a firewall that blocks all outgoing port 25 from the LAN side with the exception of the spam filter, which is the only server allowed to talk to the internet - all mail is routed through it. No mail servers or workstations are allowed direct access to port 25 to the public internet. Both the spam filter and email servers support queuing without messages being lost, even if a UPS fails.

    2. Re:Not just ISPs-- antivirus software too by fenix849 · · Score: 1

      I fully agree with you about how terrible norton antivirus is, but i've never not been able to turn off the mail scanner ( and i when i was forced to use it, i did).

      Now i use imap and either thunderbird or mutt, i like mutt more.

    3. Re:Not just ISPs-- antivirus software too by cmburns69 · · Score: 1

      For the record, we were using the corporate edition (with the policies managed from a central location). We could not find any option or policy that would disable scanning of port 25.

      --
      Online Starcraft RPG? At
      Dietary fiber is like asynchronous IO-- Non-blocking!
    4. Re:Not just ISPs-- antivirus software too by danomac · · Score: 1

      For the record, we were using the corporate edition (with the policies managed from a central location). We could not find any option or policy that would disable scanning of port 25.

      It's probably different between versions... we upgraded to "Symantec Endpoint Protection" recently and I don't recall the exact policy in there - but version 10.x you would go to the management console to Configure->Internet E-Mail protect and disable it. Depending on where you changed this setting it would affect all clients, and IIRC there was an advanced option that would allow you to allow users to temporarily disable it.
    5. Re:Not just ISPs-- antivirus software too by danomac · · Score: 1

      I should add that the UI for managing Symantec is really awful - haven't really decided whether or not their new release is better or worse... ;)

  22. Kudos to Cox Communications by merc · · Score: 5, Informative

    I would like to first state that I am a Cox cable internet subscriber in the Phoenix area. I also happen to wear the abuse desk hat for Arizona's oldest ISPs.

    I can say without question that the amount of spam we get from cox is almost NIL. I constantly see spam coming out of Comscat's network, also Verizon and from time to time Time Warner but RARELY Cox. In fact I can't remember the last spam I received that originated from their network.

    I don't mind that my egress SMTP port is blocked forcing me to use a MSA (mine is configured to use SMTP AUTH with TLS, which works nicely). The fact is that Cox has their act together in my opinion. The fact that they are a white hat in the abuse category makes me want to continue doing business with them. I don't think what you're seeing here is intentional censorship. It would actually be irresponsible for Cox not to filter outbound mail traffic, since they are bound to have customers that run malware infected / zombied host computers.

    Anyway, I say "good job Cox" :)

    P.S. I work for an ISP that is NOT Cox--which one might think after reading my glowing statements (in fact we compete against Cox)

    --
    It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
    1. Re:Kudos to Cox Communications by rmerry72 · · Score: 3, Interesting

      It would actually be irresponsible for Cox not to filter outbound mail traffic, since they are bound to have customers that run malware infected / zombied host computers.

      You know, I'm getting sick of the prevailing attitude that ISPs and other "institutions" should limit legitimate activities with a technology and filter everybody's behaviour because some customers are bad apples (either intentially or through ignorance).

      Don't penalise me and limit my activities - limit those who are adversly behaving. ie, block those that do have malware infected machines not mine! I do the right thing and protect my systems. Why should I should I be penalised by the highest common ignorance factor?

      You are promoting this attitude by saying "We will do business with them because they bottled up their customers nicely and it saves us work" instead of "They have lower quality customers and have to bottle them. Not going to touch that crowd".

      What am I saying? We live in a moddle-coddled world where nobody takes responsibility for they're own actions but instead focuses on fretting and controlling everybody else's actions. Arse above tit. With liberty comes responsibility.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    2. Re:Kudos to Cox Communications by Nimey · · Score: 1

      So it would be better for Cox to allow any old botnetted-computer to spew spam?

      If your mail situation is that important, buy a business-class account.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    3. Re:Kudos to Cox Communications by merc · · Score: 1

      You know, I'm getting sick of the prevailing attitude that ISPs and other "institutions" should limit legitimate activities with a technology and filter everybody's behaviour because some customers are bad apples (either intentially or through ignorance).

      In principle I agree, except they're not trying to limit legitimate activity but the illegitimate. In this case malware infected computers sending out massive amounts of garbage isn't filtering behavior of a person, but automated abuse. Perhaps as an technological perspectiven this isn't the best way to go about doing it, but from a social perspective I have no issue with it. This isn't about the good customers v. the bad ones, but technical limitations on traffic that exist out of sheer pragmatism. Sorry, I don't see anything wrong with that.

      What am I saying? We live in a moddle-coddled world where nobody takes responsibility for they're own actions but instead focuses on fretting and controlling everybody else's actions.

      Actually, you are enforcing my point, not conflicting it. That's exactly what Cox is doing, taking responsibility over their servers and their traffic. Their system is imperfect but better than an open sewer pipe going directly to the public lake (if you'll excuse the metaphor). If you want a system that is unchecked I guess you'll have to setup your server in Russia or China.

      --
      It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
    4. Re:Kudos to Cox Communications by Anonymous Coward · · Score: 0

      Spam filtering: good. But..

      Anyway, I say "good job Cox" :)

      ..how can you say they did a good job of it, when the email in question was not spam? Would you also say they did a good job, if they simply blocked all email? I might go as far as saying they're trying to do a good job, but failing. Some people define a "good job" as not throwing the baby out with the bath water.

    5. Re:Kudos to Cox Communications by rmerry72 · · Score: 4, Insightful

      So it would be better for Cox to allow any old botnetted-computer to spew spam?

      No. Kill the connection of those computers. Don't block and filter my computer because Joe Idiot has malware. Cut him off and make it his responsiblity to clean his property. If I had a spiking phone that was causing disruption to the telephone network they'd disconnect my phone not start filtering your phone conversations. If my car was a defect I wouldn't be allowed to drive.

      If your mail situation is that important, buy a business-class account.

      Come on, are you telling me sending an email is an add on to the basic funtionality of the internet, and optional extra? "Oh, you want "clean" water? Well I suggest you upgrade to our business service. Our residential water pipes only deliver untreated effluent."

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    6. Re:Kudos to Cox Communications by merc · · Score: 1

      ..how can you say they did a good job of it, when the email in question was not spam?

      Point taken, I meant overall a good job for being good net neighbors. Agreed that their system might have some problems, but keep in mind that e-mail is not really considered a realiable medium for important communications. It is, at its own definition a "best effort" delivery mechanism.

      --
      It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
    7. Re:Kudos to Cox Communications by rmerry72 · · Score: 1

      Actually, you are enforcing my point, not conflicting it. That's exactly what Cox is doing, taking responsibility over their servers and their traffic. Their system is imperfect but better than an open sewer pipe going directly to the public lake (if you'll excuse the metaphor).

      Not such a bad analogy and I take your point. Except they are filtering my traffic not theirs. And that's the crux I think. My data is considered their data if it goes through their wires! In the sewer example, ownership of the sewrage does transfer to the pipe owner and it is their responsiblity to clean it before it goes to the lake. But my data is still my data so the sewer example doesn't work!

      A better analogy is a tollway (yes, cars really do work for the net metaphors :-)). My car is still my car even on your road. I pay a toll for the priviledge of using your road - and many others - but its still my car. If my car is a defect it can be denied entry to your road with no payment to you. That's wise and safe. Deny access to unauthorised traffic. But don't repaint my car green whilst its on your road just because you have a buinsess model that charges more for red cars!

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    8. Re:Kudos to Cox Communications by ernunnos · · Score: 1

      Also a Cox cable subscriber in the Phoenix area. Also happen to wear an abuse hat for one of Arizona's internet companies. If all ISPs were as good as Cox, I probably wouldn't need to do this job. As it is, I make enough to pay Cox for a business-class connection so I have access to port 25, and consider the money well-spent. Also, at that tier a real English-speaking human picks up the support line in a ring or two.

    9. Re:Kudos to Cox Communications by falconwolf · · Score: 1

      So it would be better for Cox to allow any old botnetted-computer to spew spam?

      No, the right thing to do is to block the spam spewing computer, not everybody's computer.

      Falcon
    10. Re:Kudos to Cox Communications by tubapro12 · · Score: 1

      The rules of the roads (in America at least) are in place to protect the "normal" from the stupid. The stupid on the roads are the ones who think driving 120 MPH on a two lane mountain road is an expedient way to navigate a county.

      Thus, why not have rules to protect the "normal" Internet user from the spam and malware being spewed by stupid Internet users? Yes, "normal" users will probably be using anti-virus and spam-blockers. But the "normal" Internet users will still be suffering from possible subnet blacklisting due to zombies to the extra taxing of bandwidth and processing power on your ISP's infrastructure.

    11. Re:Kudos to Cox Communications by Anonymous Coward · · Score: 0

      If my car was a defect I wouldn't be allowed to drive. You my friend, have obviously not driven through the Midwest.
    12. Re:Kudos to Cox Communications by buchanmilne · · Score: 1

      No. Kill the connection of those computers.
      Too late. If one spam gets out, their SMTP servers may be blacklisted, meaning your (and many others') mail going through that server will be rejected.

      Don't block and filter my computer because Joe Idiot has malware.
      It depends how they are doing it (details available are too sketchy), but if an ISP spam filters outbound mail to ensure that my legit mail gets through, I'm all for it.

      Cut him off and make it his responsiblity to clean his property.
      This typically costs too much, and would only be done if someone successfully gets SPAM through filters (e.g. if the user resulted in a blacklisting or blacklisting warning).

      If I had a spiking phone that was causing disruption to the telephone network they'd disconnect my phone not start filtering your phone conversations.
      But, they might put surge protection on everyone's line, to prevent disruption (which in itself is too costly to other users to tolerate).

      If my car was a defect I wouldn't be allowed to drive.
      So, while it is, you should be allowed to violate traffic rules?
    13. Re:Kudos to Cox Communications by dodobh · · Score: 1

      Not some. A vast majority.

      If you have ever run a non-trivial mail server, you would know the pounding MTAs take from zombied clients.

      If you want to run your own services, get a business class connection, and separate yourself from the crowd of zombied computers. Nothing stops you from running your own service(s), just be willing to pay for it, because we have no way of distinguishing you from the crap otherwise.

      Part of being a good netizen implies protecting the Internet commons. If you are not willing to make that commitment, then don't blame those of us who respect and like ISPs which do their part in making the Internet a better place for the rest of us.

      --
      I can throw myself at the ground, and miss.
  23. ISP != Evil (not necessarily, anyway) by cbone00 · · Score: 4, Informative

    I own part of a small ISP and CLEC in the South.
    We do not use spy on our customers phone calls or throttle their P2P traffic. We are not considering monitoring their Internet traffic for copyrighted (or any other) data.
    Maybe some of the big boys are out there using these draconian tactics, but your average, everyday, garden variety, small ISP is just trying to make a living providing a quality alternative to the behemoths out there.
    Please don't lump us in with those guys.

    All that said... We *do* filter inbound email traffic for viruses and SPAM. We do block inbound port 25 to our dynamic IPs.
    We view these actions as our duty to our customers and to the rest of the Internet to do our small part to help at least slow down the rampant propagation of SPAM on the Internet.
    We currently block about 95% of the email that hits our domains - and that number is slowly climbing. Do we occasionally throw out the baby with the bath water? Probably so, but it is rare. I can't even remember the last complaint we have gotten about this, so this tells me that our filters are highly effective.
    As for blocking port 25, we do this to guard our address space against our own customers being irresponsible with their PC's and not keeping virus software up to date. Getting our address space blacklisted would effect ALL of our customers.

    It is not about getting rich. Hardly so. Email is the probably the biggest drain on resources that any ISP faces. If we didn't take these steps, we probably would not be in business.

    Everyone wishes we had the less evil Internet of yesteryear back, but it isn't going to happen. The Internet is a cesspool. We have to defend ourselves in the best way we know how.

  24. ILOVEYOU by AEton · · Score: 3, Funny

    About ten years ago, it became impossible for me to send e-mails to my girlfriend with the subject line "ILOVEYOU."

    The error message from Comcast -- something about rejection -- was pretty classic.

    --
    We recently had heard in the office over one of the Yellow Machine that's made by Anthology Solutions.
    1. Re:ILOVEYOU by Psychotria · · Score: 1

      Girlfriend? What is that? Some new kind of alchemy? I've never heard of such a thing as "girlfriend". Although I think I might want one, it sounds interesting

    2. Re:ILOVEYOU by Johnno74 · · Score: 1

      One place I worked had the most riduculous email filtering. They bounced all inbound emails that contained the word "spam".

      The sheer forehead-slapping genius staggered me. Just think, if every ISP had such insightful thinkers working for them the spam problem would have been dead and buried, long ago.

      They also filterd all inbound and outbound mail that countained the word "joke". And also anything containing "blonde". Presumeably because it was a joke about blondes.

      I also worked at another place that blocked access to all domains that had an "X" in them. Because this was clearly porn.

    3. Re:ILOVEYOU by 1u3hr · · Score: 1
      Not just "ILOVEYOU".

      I have a client who has the habit of sending me emails with the subject "Status", when he wants to know progress on a job. I reply to that and my ISP bounces it, telling me that my email is "infected with Netsky". Netsky and similar viruses have a list of standard subjects thay use, and my ISP had the brilliant idea of blocking them from being sent. It took me hours to work out what was going on. Fucking morons. Meanwhile they do nothing to stop virus laden spam coming into my inbox.

  25. Giant Forded Upgrade Makes Lots of Money. by gnutoo · · Score: 1

    If they did that, it would lower their income and cut into their profits.

    How? There's no competition in cable. Think of all the bandwith they would save and all the work it would create for local computer stores. There's plenty of profit waiting for everyone in a move like that.

  26. Godaddy anecdotal... by Misch · · Score: 1

    With Godaddy, where I have a domain hosted, if I try to send something that looks like a Paypal/ebay spoof, it gets rejected while sending. (Even if I am sending it to the paypal/ebay spoof reporting addresses.)

    This might or might not be a good thing... dunno.

    --

    --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
  27. Links by dcollins · · Score: 1

    I've noticed that a number of people I'm in contact with (I run an email list for my band) have email systems that bounce back anything with a link in it, saying it's spam. (For example, the URL for the band's website, stuff like that.) When I pursued it with my girlfriend, she had no idea it was happening, and investigated her system settings and definitely had all spam filter options turned to "off".

    Unfortunately, I've started to get accustomed to dealing with this (strip out links & resend individual emails).

    --
    We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    1. Re:Links by dcollins · · Score: 1

      You know, this article made me think to do some more testing.

      It looks like anything with the "http://" protocol header in the text causes the block. For the cases I see, remove that, and the email goes through.

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
  28. Comcast sucks too. by mlwmohawk · · Score: 2, Insightful

    In the Boston area, comcast fuckers are blocking port 25. So, even though people have legitimate uses for the internet connection they pay for, these companies are taking it on themselves to block standard connection protocols.

    First its port 25, because of spam. Then it will be P2P because of copyright. Then it will be ssh because of terrorism. Then it will be, inspired from the new york story yesterday, filtering web content to prevent false alarms.

    Fuckers. Bury your head america.

    When people talk about fascist Germany, they focus on the extermination of jews and the holocaust, and while those were horrific acts, they are not what the Nazi party was about. They were the result of the acts of fanatical and arguably insane men who had gained power in the Nazi party, not the Nazi party, per se'

    The Nazi party was about power and the exercise of it. It was about bringing pressure on the citizens from all aspects of society to conform to it. It used social structures and industries and laws to bring people under control. It is EXACTLY what is happening in america today. Its all the little things slowly picking away at the big things, until the big things crumble. Freedom of speech? Nope, now we have "free speech zones," where no one will hear you. I could go on, but the /. crowd already knows.

    Just like the Reichstag fire in 1933, the world trade center in 2001 gave the neocons the ability to enact limits on freedom. After that, industries which were once regulated in order to protect the citizens are now deregulated and destroying citizens who do not conform, RIAA, MPIAA, walmart, etc.

    ISP censorship is just one more piece of it. The internet is becoming the primary conduit of communication and fascist america must have its citizens controlled, just lake Nazi Germany needed its citizens controlled.

    All this isn't a conspiracy theory either. No conspiracy theory need exist. Our government (of the people, by the people, bla bla) is supposed to protect us. If it stops protecting us from big companies, those companies will naturally do the work for their own gain.

    Now everyone in the USA is afraid. Some of terrorists, some of losing heath care, some of losing their job, their house, what ever. Fear, as the nazi's will tell you is a powerful tool to harness.

    Welcome to neocon amaerica where companies sue their customers because they can. Companies dictate what you can do with your property, because they can, and if you do anything about it or protest, you can lose your job which means your house and health care.

    Sorry for the rant, but I can't be the only one who sees this whole thing in this way

    1. Re:Comcast sucks too. by arizwebfoot · · Score: 1

      And what about that new thing where the government is trying to create a new country by merging with Canada and Mexico? Open the borders, give away the Constitution, limit speech because it might hurts someone's feelings.

      --
      Beer is proof that God loves us and wants us to be happy.
    2. Re:Comcast sucks too. by Anonymous Coward · · Score: 0

      Just like the Reichstag fire in 1933, the world trade center in 2001 gave the neocons the ability to enact limits on freedom. After that, industries which were once regulated in order to protect the citizens are now deregulated and destroying citizens who do not conform, RIAA, MPIAA, walmart, etc.

      Riiight. In case you forgot, most of that began under Clinton and a Democratic Congress. The DMCA, the so-called Communications Decency act, ridiculous copyright extensions...

    3. Re:Comcast sucks too. by mlwmohawk · · Score: 1

      In case you forgot, most of that began under Clinton and a Democratic Congress.
      In case YOU forgot, we had a republican controlled congress from 1996 to 2006, and even now the republicans still have enough control to stop legislation.

    4. Re:Comcast sucks too. by mlwmohawk · · Score: 1

      has anyone ever told you that you are a fucking moron, because you are indeed a fucking moron.

      You may call me a moron if you like, but under what grounds? My perspective of history and current events? If so, let's discuss it, compare and contrast our perspectives and see where we differ.

      But, no, you don't want to engage in an intellectual discussion about our differences or even post a reasonable argument where I may be wrong vs where you are right, you'd rather use ad hominem. I guess this is because you can't form a rational argument. So, who's the moron?

    5. Re:Comcast sucks too. by Anonymous Coward · · Score: 0

      No need to get all upset. Why don't you set your smtp to another port they dont block (like 26 or 27)

    6. Re:Comcast sucks too. by BobMcD · · Score: 1

      In case you forgot, most of that began under Clinton and a Democratic Congress.

      In case YOU forgot, we had a republican controlled congress from 1996 to 2006, and even now the republicans still have enough control to stop legislation. In case YOU BOTH forgot, since the rise of the NeoCon http://en.wikipedia.org/wiki/Neocon the DemoPublicans are effectively a single party these days. They only appear to be different to influence the outcome of the elections, push their agendas on the old media, and to keep the constituents placated. Otherwise, they're running an orchestrated campaign to maintain the status quo. Ever notice how nothing ever changes? Wouldn't you think that people would eventually get fed up with an ineffective system? Lucky for us that our political system has a built-in safety valve: blame the other party.

      Are we REALLY supposed to believe that "Bush-Clinton-Clinton-Bush-Bush-Clinton" is a COINCIDENCE?

      Good lord, turn off the TV and THINK, people...
    7. Re:Comcast sucks too. by BobMcD · · Score: 1

      Then it will be, inspired from the new york story yesterday, filtering web content to prevent false alarms. To quote one Mr Bill O'Rielly http://www.youtube.com/watch?v=R_1k8NQeDWE (at mark 0:58):

      And that's another problem in the USA; 'The Rise of the Internet' means propaganda and deceit has a permanent mass market home. It's really difficult to get the straight story these days as media standards have collapsed and the ideologues are running wild." In short, were it not for the internet enabling low standards and people with ideas, getting only the desired story to the mass market would be much easier. I am of course inferring that he will decide what makes a story 'straight'... I'm sure it didn't sound that way to him when he wrote it, but in a very Freudian sort of way, it most likely is EXACTLY what he meant to say.

      They know they're not controlling the Tubes, folks. Expect changes.
  29. Not Comcast - Yeah, right. by Anonymous Coward · · Score: 0

    Comcast around my area actively scans and filters outbound mail.

  30. I send you this file to have your advice by SeattleZ · · Score: 1

    I send you this file to have your advice?

  31. Mid-sized ISP by LilGuy · · Score: 1

    I worked for a mid-sized business ISP HQ'd in Des Moines and headed up the abuse dept for a short while. We had clients all across the country for whom we sold spam/virus filtering and firewall services to. We never filtered any outbound e-mail whatsoever unless the client specifically requested it and then paid for the extra service of running their outbound e-mail through postini. All incoming e-mail was run through postini whether or not a client requested it. We offered outbound mail services free of charge to all clients (though we didn't make that a known fact) via a basically open smtp servers (access restricted to our ip ranges).

    I can't tell you the nightmare it is being in the abuse department for an ISP that doesn't have SOME sort of e-mail filtering mechanism in place, or a policy in place to punish clients who let viruses run rampant on their own networks. Every day I would have to sift through 10 - 100 abuse complaints and even if I could verify that the spam did indeed originate from the client's network there was nothing I could do aside from e-mail their network admin a head's up.

    Eventually it got to the point where I was receiving so many complaints about certain clients that I started threatening temporary disconnections (I had no authorization to do so). That worked up until someone who'd been a client for a lot longer than I'd worked there CC'd my boss on his reply. I was told to let the spam fly no matter what, and if I ran into any similar problems in the future to let him know instead. So I did, I sent him e-mails of the same violators and copies of the abuse complaints nearly every day, but nothing ever happened. I have a feeling he just set up an outlook rule to dump them in the trash.

    It would be an extraordinary stress-reducer on the ISP side if there was some kind of automated outbound filtering in place for clients. It sucks to censor free-speech but when you can't speak because some moron is spamming the shit out of the entire internet then which is worse?

    --

    You're nothing; like me.
  32. This is still not right by Skapare · · Score: 0

    I am glad to see that Cox is motivated to make a big effort to avoid being a medium for spam. But I do think they are doing this wrong. The article suggests a right to use their bandwidth any way they see fit. That is not true. They do not have the right to abuse others or other criminal actions. While I applaud an effort to stop those abuses, I think Cox is doing this wrong when it impacts non-abusive non-criminal uses of the internet. This also shows rather clearly that content-based filter is not the right way. I believe it never has been, and never will be. Blocking of the egress SMTP port is, IMHO, a good default. But it should be openable by anyone who calls in and can say the right buzzwords (like "SMTP" and "port 25"). Virtually all zombie spam is from people that don't know those words and do run "the default OS". Cox needs to fix this. What next? Filtering music downloads, a great many of which are perfectly legal?

    --
    now we need to go OSS in diesel cars
    1. Re:This is still not right by squallbsr · · Score: 1

      Yes, my operating system is Microsoft Office 2007...

      --
      Sleep: A completely inadequate substitution for Caffeine.
    2. Re:This is still not right by Anonymous Coward · · Score: 0

      It looks like they are only filtering e-mails that contain links back do your own machine by IP address. COX specifically disallows running of servers so...

      I confirmed they don't block any message with an IP address in it. It's just messages with links to your COX IP address.

  33. Yep by Sycraft-fu · · Score: 4, Interesting

    Cox does have business level cable and I've been quite happy with it. Used to use Speakeasy DSL but got spooked when Best Buy purchased them and switched to Cox. Thus far (little over a year) it has been great. I run 3 servers which do a moderate amount of traffic (maybe 50-100GB up a month) and have heard not a peep out of them. No ports are blocked that I can see, the servers run HTTP, HTTPS, SSH, IMAPS and SMTP between the group of them and it all works fine. They even have an SLA such that in extended downtimes you get monetary credit.

    The difference, of course, is that I pay a good bit more. I'm not sure what a consumer level cable connection costs for 10mb/1mb but my understanding is it is somewhere in the range of $50/month. I pay more like $150/month for the business grade with 8 static IPs (the IPs do add a good portion of that).

    However I'm ok with that. My usage is much in excess of what you'd get from a normal consumer, I'm ok with the fact that I have to pay for that. It's still not a bad price all things considered.

    If you want the cheap consumer connections, then you need to deal with the consumer restrictions which usually include "no servers". It isn't as though they are being assholes and saying "No you can't ever do this," they are just saying "If you want to do this, you need a more pricey service."

    1. Re:Yep by 3waygeek · · Score: 1

      Used to use Speakeasy DSL but got spooked when Best Buy purchased them and switched to Cox.
       
      Consider switching back -- I stayed with Speakeasy and haven't seen any change in service, prices, or support since BB took over.

    2. Re:Yep by Sycraft-fu · · Score: 1

      No reason to, Cox is about the same price and much faster. Speakeasy capped out at 4m/768k because of line conditions, but would have been 6m/768k in ideal conditions. Cox is 10m/1m now and can be upgraded to 12m/1.5m if I wish to pay for it.

  34. This might explain .... by PPH · · Score: 1

    ... my inability to order lunch meat, specifically Spam(tm) using e-mail.

    --
    Have gnu, will travel.
  35. MOD PARENT FUNNY by Mr.+Roadkill · · Score: 1

    I mean, c'mon, about ten years ago, subject line of "ILOVEYOU"...

    What? You don't remember? Okay then, GIT OF MA LAWN!

  36. Servers? by gillbates · · Score: 2, Insightful

    Or server-like functionality?

    So, what exactly, defines a server? When you think about it, there's just traffic between two points. From a semantic perspective, posting to /. could be seen as "serving" text to a remote computer...

    But, I think this kind of highlights the apparent Cox conceptual model of the internet:

    • Businesses create the news, opinions, and "interactive" content. The subscriber consumes the content business creates. Subscribers do not participate in opinion, create content, or otherwise create outbound traffic, with the exception of:
    • Email.
    • Games, filesharing, IM, and the like are all under the radar - they are "server-like" applications when it comes to dealing with the subscriber, so they can arbitrarily be denied service without breaking the TOS.
    • Web servers, SSH, terminal services, VPNs, etc... are business class services, for which a commercial account is required.

    The optimist in me hopes I'm wrong on some of the above points, but the pessimist knows to suspect the worst.

    --
    The society for a thought-free internet welcomes you.
    1. Re:Servers? by arminw · · Score: 2, Interesting

      .....So, what exactly, defines a server?.......

      How about; A computing device that accepts random, unsolicited connection from other computing devices". It's generally the kind of connection that a NAT router prevents unless especially set up to allow that. As part of the service, many ISPs supply a wireless NAT router which blocks incoming traffic from the local network.

      --
      All theory is gray
    2. Re:Servers? by shutdown+-p+now · · Score: 1

      So any BitTorrent client (or virtually any other P2P software) is a "server" by your definition then? What about IRC or ICQ, which support direct client-to-client connections?

    3. Re:Servers? by arminw · · Score: 1

      .....So any BitTorrent client (or virtually any other P2P software) is a "server" by your definition then......

      Indeed so, because the NAT router will not allow incoming access to any computer on the local network unless the router is specifically programmed to pass external requests to a particular computer on the local network. That computer in effect then becomes a server accessible any time, from the Internet for that particular service. Any _unsolicited_ external requests from the Internet that require a response from a particular computer on the internal network, behind the NAT, makes that computer a server.

      --
      All theory is gray
  37. Earthlink Does It Too by mpapet · · Score: 1

    I'm on one of their "faster" dynamic IP residential plans and I can only send mail from my mail server by smtp authenticating against a valid earthlink account. Otherwise, I get an smtp time out message in postfix no matter what.

    Earthlink cannot provide me with a static IP which is easy enough to blame on the telco.

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  38. Simple solution: GMail+SSL by Mr.+Sketch · · Score: 1

    I just use GMail over SSL by changing by bookmark from:
    http://mail.google.com/
    to:
    https://mail.google.com/

    Problem solved!

  39. Time Warner Cable did this too. by antdude · · Score: 1

    I found out my e-mails were sent to /dev/null and never returned or anything. It was because of http://antfarm.ma.cx/ ... This happened a few months ago, last year.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  40. AOL does it by Migraineman · · Score: 1

    About two months ago, I was attempting to send a song sample to someone from an AOL account - the full song is to be used by a professional DJ, and the clip was being used to properly identify the song, as there are dozens of artists and versions. I didn't send the whole song, just the first 20 seconds or so. AOL refused to deliver the email with the MP3 attachment. I just repeated the experiment, and it went through. I guess they decided that blocking all MP3 attachments isn't a great thing to do.

  41. Comcast blocking shortened URLs in emails by 1sockchuck · · Score: 2, Interesting

    According to the NANOG list (North American Network operators Group), Comcast has been discarding emails that include a link created using EasyURL, one of many services designed to provide shortened URLs for email links. This could be an anti-spam policy, as URL forwarding through these services is sometimes used by phishing scams to obscure the link's true destination.

  42. SpamAssassin by Anonymous Coward · · Score: 0

    Sorry to burst everyones bubble, but you all know that filtering ougoing mail is a default behavior of SpamAssassin, right?

  43. You forgot about the US government by soren100 · · Score: 5, Insightful

    However, filtering also raises the "you are now liable for what they say to an extent" issue that the whole Safe Harbor thing was suppose to fix for ISPs and could definately cost a huge pile more than just cutting access and losing customers. People have raised that idea as wel about AT&Ts plan to filter their network for copyrighted material.

    The answer I have to that is "9/11 Changed Everything".

    Seriously -- when the US government asked the telcos to commit surveillance crimes against the US citizens, only Qwest refused. Usually, breaking the law is a bad thing, but the US government was offering lots of money to the telcos, and presumably the promise not to prosecute. So the only company that got in trouble was the one following the law. And somehow the Qwest CEO that refused the deal ended up in jail. Meanwhile Dick Cheney is desperately trying to get immunity for the cooperating telcos for their crimes. See how that works?

    So on the surface of things scanning and filtering our email might seem to be a bad busines move. But if the same US Government that got illegal telephone surveillance of US Citizens is also going for illegal surveillance of our emails, email filtering starts to make much more business sense.

    It used to be that the idea of the US government secretly finding out what was in your emails was in the tin-foil hat realm. But the illegal surveillance of telephone calls would have been as well, along with secretly torturing people in secret overseas prisons. As well as "constitution-free" zones such as Gitmo that are paid for by US taxpayer dollars.

    So if you have a government that scans your telephone calls, email, and web-surfing habits, you get very close to a goal of "total information awareness", which was one of the government's programs that was renamed and shuffled around after the public got very upset.

  44. No, you're both wrong! by bersl2 · · Score: 1

    Cialis tibi verpam redit.

    disfunctio does not exist, nor does erectilis; although erecta and flaccida would give you what you expect (the common words for "penis" are usually feminine), I do not think that it was ever used with respect to that part of the anatomy. However, I do know the word which is closer in sense to "hard-on" but would probably be used in spam, and I have used that word above.

    1. Re:No, you're both wrong! by bersl2 · · Score: 1

      Slight correction: Cialis tibi verpam redibit.

      I fell into the English-language trap of using the present to stand in for the future. verba praematura eiecta sunt. ;)

  45. Re:ISP != Evil (not necessarily, anyway) by Niten · · Score: 1

    We do block inbound port 25 to our dynamic IPs.

    How is that supposed to stop spam ending up in the user's mailbox, exactly? If the user has a server running on port 25 to receive those messages, then clearly he understands the concept of spam and would presumably have weighed the pros and cons of any such configuration for himself. It seems pretty overbearing that you would presume to protect the user from himself in this fashion.

    If you're blocking this particular type of traffic for price/performance reasons, then be upfront about it (although in my naive understanding, I can't imagine that the number of users running their own SMTP servers and yet totally failing to reject spam is so great that the resulting inbound traffic would pose a serious threat to your capacity). Claiming that you're blocking inbound TCP port 25 to protect the users from spam, though -- that just seems disingenuous.

    As for filtering incoming spam to users' mailboxes on your own SMTP servers: yeah, you'd pretty much have to be insane not to. There's not much else you can do but to make your best effort at tuning the filters as well as possible to prevent false positives, and then hope for the best...

  46. You know, that block actually sounds reasonable... by Mr.+Roadkill · · Score: 1, Flamebait

    If what was blocked was a URL that contained his home IP address, then yes, that sounds more than reasonable to me. Hell, it makes sense for ISPs to not only block outbound email that contains a link to IP addresses in their own DSL ranges but also to IP addresses listed as dynamic by various RBLs - as a mail admin at a University, who sees all kinds of problems caused by crap coming out of ISP mail relays, I applaud this effort. Maybe they should start looking at using a few URIBLs to filter outbound mail too, as that would catch things that have been picked up elsewhere as being spamvertised. That might upset a few of their users with links in their signatures to the pyramid-marketing fruitjuice or e-marketing scheme they're trying to sucker people into, but that's not a big deal IMO (every couple of months I get an external sender complaining that we've blocked their mail for what turns out to be just such a URL - we've got thousands of rejections per day that are at least in part due to URIBLs, and that's almost exclusively the kind of "false-positive" I get from URIBLs. I've had the occasional "real business" with polluted lists, but for the most part they're effective and painless. Makes it hard to discuss spam or viruses with the raw URLs though, which I assume is part of why [whatever]CERT munges URLs in its notifications)

    I don't consider this censorship - I consider it risk-minimisation. Almost all email that contains a numeric URL is likely to be spam, but probably not all of it - so it makes sense, to me, to block outbound mail that contains either one one of your organisation's DSL IP addresses or the ISP-assigned PTR for that IP address. There are lots of dynamic DNS providers out there, so why not use one of them?

    Anyway, in this day and age anyone sending mail with an IP address in a URL needs their head examined - unless they know for a FACT that it will get through to their intended recipient, and they have VERY good reasons to do so. There are lots of different filtering systems out there, and some of them do things that you or I might consider odd or inappropriate. Maybe some organisation's mail system has a spam quarantine system, and messages with numeric URLs go there - along with every other one of the several thousand pieces of junk some users get per week. Who has time to check that? As a result, real messages WILL get lost amongst the garbage. Same deal with local filtering.

    At least with a good, honest block (at either your ISP's end, or the recipient's), you *know* there's a problem and can do something about it. Quarantining, routing to /dev/null (which is close enough in practice to what happens in practice for quarantined messages for heavily spammed users), local filtering at the desktop and the like can all result in a recipient never seeing a message and the sender not knowing that it wasn't seen. This is *NOT* your Grandpa's Internet - it's a terrific example of the Tragedy of the Commons, where the spammers and scammers and fuckwits have ruined things for everybody. We can whine about the unfairness of these kinds of measures and their effects, much as we might whine about the unfairness of driving tests or three-day waits to purchase handguns or the limits to the quantity of pseudoephedrine we can purchase over the counter, or we can look at the reasons why such measures might be appropriate and try to find ways to ensure we can work within the limits that are there. You want to drive, spend time at the pistol range or treat your hayfever? Fine, you can do that, but there are some things you need to do to ensure others are protected from arsehats. You want to send mail? Fine, you can do that, but again there may be some things you need to take into account that protect you and others from arsehats too.

  47. Try an alternate port service ... by ScrewMaster · · Score: 2, Informative

    I use an alternate-port SMTP service: my mail doesn't go through my ISP's server. That was after my outgoing mail got blocked and their customer service (I use the term loosely) people couldn't tell me why. I was just told that the problem should "correct itself" in a week or so. Well, it eventually did but by then I'd taken steps to never be in that position again. Now I just poll their mailbox for the occasional notification but I haven't sent a message through my ISP's SMTP server in years.

    --
    The higher the technology, the sharper that two-edged sword.
    1. Re:Try an alternate port service ... by zerocool^ · · Score: 1


      Yeah, almost all aftermarket email providers offer SMTP access, and trust me, from experience, it's far better than your ISP's SMTP server.

      ISP blocks outbound port 25? No problem, try 587.

      For example, shameless plug (my new employer, unemployed less than 2 weeks and loving the new job): at Mailtrust (rackspace's mail division) we support not one, but three ports for SMTP with SMTP-Auth, as well as 3 ports for SMTP w/ SSL. (http://www.mailtrust.com/support/noteworthy/email-setup). That's what paying for outsourced email gets you. And I'm constantly amazed as I go through the learning process at how many problems could be solved if people would use a real SMTP server, or barring access to one, a major webmail provider (gmail for free, any number of webhosts for minimal charge).

      Seriously, even if you don't want to pay rackspace for high-end business email hosting, do yourself and everyone else on the internet a favor, spend the $10/month for a basic webhosting company that will handle your email for you, spend $10/yr on a domain, and use their SMTP server and webmail, with email boxes at your own domain.

      Comcast, Juno, roadrunner, and several other ISP's are CONSTANTLY getting themselves on blacklists anyway, and if you use their SMTP server, you're going to lose mail. We make an effort to whitelist most of the major ISP's mail server IPs, at least to the point that they get past the RBL checks and on to the heuristic and proprietary stuff that we do, and even then IP's are constantly changing. Not to mention, mail from these servers constantly is falling into spam tar-pits and triggering anti-spam measures, or getting flagged for other reasons. Our Postmaster and his full-time gopher work untold hours trying to keep communications open, but the ISP's by and large are very lax.

      The bottom line, and take it from someone who is amazed on a daily basis how much effort goes into a *good* email system like the one that we have at my job, is that sending through your ISP's SMTP server sucks. Period. Don't do it.

      ~Wx

      --
      sig?
  48. Metrocast by Anonymous Coward · · Score: 0

    My ISP, Metrocast in Maine and NH, not only forces outgoing port 25 through their mail server, if they decide what you are sending is spam, they delete it without telling you. How about them apples? I asked them if they were gong to tell the rest of the class what they were doing, and their response was that they had "too many customers to send notifications" and "that would make the problem worse". Good thing I have my own mail server and can change the port on it got me and my clients.

  49. What about corporate responsibility by dedmeet · · Score: 2, Insightful

    In this day and age, with most busy mailservers fending off about 60% of their load as Mass Spam storms, it is almost negligent to allow all of your customers unlimited access to smtp to any destination. Yes, there will always be outcry about 'censorship' and 'big brother'. It's a shame it's not the same crowd that shouts about the torrent of Spam and viruses that comes from high bandwidth, unaware mom & dad users (and us techies too - I can't remember the last Open Relay I saw configured by a mom & dad!) incidentally, scanning for and removing http://ip.ip.ip.ip/ links from Email is a pretty good way of detecting and blocking the outbound phishing attempts that each year result in millions of dollars being drained from the bank accounts of the uninitiated. Censorship is designed to prevent a particular content, subject or message from being propgated. I'm pretty sure you can re-write an Email in such a way as it does not get blocked. I'm pretty sure that if you want to run an SMTP server, you can get permission. if however, you happen to be a virus, you're hopefully s**t out of luck.

    1. Re:What about corporate responsibility by gujo-odori · · Score: 2, Insightful

      Bravo! I work in the email security industry, and I completely agree with you. Not only is filtering the outbound mail stream a matter of good Internet citizenship (and something a number of our ISP customers do), it's also practical. For any business, filtering the outbound can help keep your SMTP hosts off of blacklists. In the case of businesses with confidential information that could be stolen (which is almost all of them), it can also be a practical measure to boost IT security.

      You're spot-on about censorship, too. Preventing the sending of outbound spam by zombies is not censorship for the simple reason that it is not mail that the owners of those computers want to send; it is mail that is being sent without their permission via theft of their resources and service. As for people who are deliberately spamming, one could argue that it's censorship, but the ToS of pretty much any ISP forbid spamming. People who want to be allowed to spam should not sign up with ISPs that forbid it; if they do so anyway and the ISP enforces its ToS through measures including outbound spam filtering and suspending or terminating the spammer's account, that's tough.

      If only the EFF could get on the right side of the spam issue. They do so much good work in so many areas, but tend to wrongly take the side of spammers, somehow viewing it as censorship. That is wrong: there's no freedom of speech in spamming. People can say anything they want by taking out a billboard, or hosting a website, or running a blog. That's freedom of speech, and I support it, even if I think the message is a load of crap. The freedom to present a message should not be dependent on the content of the message (with reasonable exceptions, like the classic "Shouting 'fire!' in a crowed theater" example). Spamming is like going to the store, stealing a can of spray paint, then kicking down my front door and spray painting your message on my living room wall. That's not freedom of speech; it's theft, vandalism, and breaking and entering. So is spamming.

  50. Re:ISP != Evil (not necessarily, anyway) by cbone00 · · Score: 1

    The reason we block outbound 25 from dynamic networks that we own is that if we do not, we will inevitably become flooded with complaints about SPAM coming from our network. We know this from experience.
    These complaints cannot be ignored. Some folks have a very itchy trigger finger when it comes to submitting you to a RBL list. This is no fun for us or our customers.

  51. IT DOESN'T MATTER!!! IT'S ILLEGAL! by Jane+Q.+Public · · Score: 1

    It does not matter how "prevalent and justified" the practice is! The fact is that unless there is a specific agreement on the part of users not to send certain content, then blocking their emails based on content is ILLEGAL!

    What is wrong with everybody, that they seem to assume that since a corporation is doing it, it must be legal? If your next-door neighbor did this, you would be pissed off and maybe have grounds for a lawsuit! Why should your ISP be any different?

    Note here that we are NOT referring to blocking SPAM based on volume, which is justifiably classed as abuse of the email servers. Rather, this is about trying to determine if the email is offensive (or SPAM) by examining its content. Not only is that impossible to do reliably, it is exactly equivalent to someone reading your paper mail to see if it is "worthy" of sending. Would you let any paper mail service, public or private, do that to you? Of course not. Not just no but HELL NO!

    Let's make this debate about what it really should be about: corporate censorship in pursuit of profit.

    1. Re:IT DOESN'T MATTER!!! IT'S ILLEGAL! by cdrguru · · Score: 1

      Sorry, but the minute you allow an ISP to block "spam" they are going to expand this to its logical conclusion. They are now in the business of identifying incoming mail as spam or not so why should they not also identify outbound mail as such?

      Mail filtering at the ISP level results in this sort of nonsense. You can beg them to allow your important mail through, but if they have a filter which rejects all mail with the word "sales" in it good luck carrying on an email discussion with someone about the comedian Soupy Sales.

      Basically, the ISP's have taken the initiative on this because other spam solutions depend on users. And those aren't working. So here we are - collateral damage is what the antispam crowd calls it. Too bad. If you don't like it, find another ISP.

    2. Re:IT DOESN'T MATTER!!! IT'S ILLEGAL! by Jane+Q.+Public · · Score: 1

      You missed the whole point I made. Filtering based on excessive volume may be considered abuse... but filtering based on content is, plain and simple, censorship. In every legal respect. So it should be looked at from that point of view.

  52. Not possible to secure Windows. by whoever57 · · Score: 2, Insightful

    That may be true, but we aren't talking about the distant past. Windows may still have security issues but that doesn't mean that a person can make it reasonably secure:
    I don't think that Windows (XP at least) can be made secure today. Yes, people can use it securely, but I don't think it is possible to make it inherently secure. I saw a recent exmple of a machine that got infected while it was configured with a major anti-virus (fully updated) and Windows was set to auto-update. Yes, I suspect that using Firefox, or just not going to those sites would have avoided the problem, but that says nothing about whether the machine is secure or not.

    There was a recent article that showed that the performance of anti-virus s/w has got worse over the past year or two. People who think that Windows can be secured are in denial! The basic problem is that it is difficult to run as a limited user. Quickbooks requires administrator rights, I recently came across video capture and editing s/w that requires admin rights (despite Studio running on the same machine perfectly well for limited users). I am sure there are other programs. Yes, I know about "run as", but my claim is that it is difficult.
    --
    The real "Libtards" are the Libertarians!
    1. Re:Not possible to secure Windows. by tubapro12 · · Score: 1

      Too difficult? From the normal user's view its much easier than Linux's su and sudo. But your point is still valid, and sudoing to an admin is only needed for tasks that truly are administrative tasks 98% of the time.

    2. Re:Not possible to secure Windows. by TheSkyIsPurple · · Score: 1

      I operated several Windows 2003 servers running IIS on the public facing internet for one of your more hated internet companies (we were a very large target for just about everyone).

      We only had one compromise... when one of the other admins left an account with a password that matched the account name and someone uploaded a bunch of infected MP3s to the FTP server. (As an admin he could override the policies).

      Extra inbound traffic flagged something funny going on, we yanked and re-imaged/patched it, and 2 hours after the bozo move no more problem. (Not surprisingly he was laid off not too much later.)

      Windows can be done securely, and without a lot of hassle... you just have to know what you're doing.

    3. Re:Not possible to secure Windows. by toadlife · · Score: 1

      The basic problem is that it is difficult to run as a limited user.? This is where you are off. Admin (or root in UNIX) permission are not needed to turn a machine into and spam/DoS box.
      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    4. Re:Not possible to secure Windows. by Dan541 · · Score: 1

      I don't think that Windows (XP at least) can be made secure today. Yes, people can use it securely, but I don't think it is possible to make it inherently secure. The only inherently secure computer is one without a network capabilities.
      --
      An SQL query goes to a bar, walks up to a table and asks, "Mind if I join you?"
    5. Re:Not possible to secure Windows. by Anonymous Coward · · Score: 0

      Or a PSU.

    6. Re:Not possible to secure Windows. by pentalive · · Score: 2, Insightful

      The only inherently secure computer is one without a network capabilities. or untrained users that refuse to use virus protection, spy ware detectors and love to click
      on any bright shiny item they come across.

      One place had a check printing computer - completely disconnected from the network just a computer and a laser printer... It got virused..?? I had to un-virus it. Someone wanted the latest technology in screensavers, employed a floppy disk.
    7. Re:Not possible to secure Windows. by Dan541 · · Score: 1

      a floppy disk....

      That brings back memories.

      --
      An SQL query goes to a bar, walks up to a table and asks, "Mind if I join you?"
    8. Re:Not possible to secure Windows. by zerkon · · Score: 1

      I run my own personal windows box as a non-admin, just because as careful as I am, it's just TOO easy to accidentally let your guard down for a moment and get your box pwned.

      As a result of not running as admin, I can't play bioshock, java crashes any browser that uses it (IE and FF alike) DVD Decrypter won't work, and iTunes bitches about not being properly installed every time I open it.

      Getting a box running PROPERLY without admin privs is extremely difficult. That's the problem with windows. I understand the bugs and the constant vulnerabilities (huge install base, but the fact that even a competent (imho) Sys Admin has this much difficulty running as a non-priv user is inexcusable.

  53. Please that's not 1/2 as bad by failedlogic · · Score: 3, Funny

    My IS fil ers my o -bound pac ets to many we ites. Ju t make it har er to re d wh t I wri e. I'm a re ly a go d spell er trust me.

  54. Email Blocking by different+perspectiv · · Score: 1

    Anyone who has set up a LINUX mail server or proxy server or firewall knows:
    1. ALL MAIL IS FILTERED. The mail server has multiple configuration files to determine what mail to capture, what mail to relay, etc. The from/to addresses of mail are always read and filtered when it passes through a mail server/relay.
    2. Some mail is always blocked (mail from your mail server domain that originated elsewhere).
    3. Mail without a legitimate return address should be blocked.
    There haven't been any legitimate open mail relays in almost 10 years. SPAM fixed that.

  55. Re:ISP != Evil (not necessarily, anyway) by mikael_j · · Score: 1
    All that said... We *do* filter inbound email traffic for viruses and SPAM. We do block inbound port 25 to our dynamic IPs.

    First of all, I hope your spam filter doesn't just delete mails but rather flags them as spam in some way.

    Second, should we assume you meant outbound port 25? Because blocking inbound port 25 doesn't really seem very useful and all ISPs I've worked with have either blocked outbound traffic on port 25 (and supplied users with an SMTP relay server) or been extremely anal about any abuse reports.

    Speaking of personal experience of handling abuse tickets for an ISP, there's nothing like having to call up an angry customer who just got shut down due to having a zombie box and trying to explain that we will under no circumstances turn his connection back on until he's sent us a copy of a receipt from a reputable computer repair shop indicating that they've cleaned out his computer (since his connection has already been shut down twice prior due to abuse reports), and then they always demand monetary compensation because clearly we have no right to shut them down "without warning" (apparently not reading your (regular) mail is the same thing as no one sending you any).

    /Mikael

    --
    Greylisting is to SMTP as NAT is to IPv4
  56. Re:You know, that block actually sounds reasonable by 1u3hr · · Score: 1
    If what was blocked was a URL that contained his home IP address, then yes, that sounds more than reasonable to me.

    Perhaps. But the really annoying thing is that many ISPs will just bounce such an email, with a generic, uninformative mesage "could not send" or the like, leaving the user with no fucking clue as to the problem. Or worse, just silently dropping the message, leaving you to find out days later that your email did not get through.

  57. are you retarded? by Anonymous Coward · · Score: 0

    are you retarded? "spammers" aren't using their home Internet connection to spam the web. They are using own3d servers, botnets, or commercial servers in untouchable regions (russia, china, etc). It's possible that the (pc spamming from the) connection was part of a botnet.. but in that case the owner of the PC would be an unwilling participant, not someone who would actively lie to the security department at their ISP.

  58. Soupy Sales by falconwolf · · Score: 1

    I wonder how many here are familiar with Soupy Sales.

    Falcon

  59. Not the only thing Cox filters by pavera · · Score: 1

    Cox actively inspects and drops all IAX and SIP traffic as well, I ran a small phone service for a few friends in Las Vegas using IAX/SIP and asterisk.

    This service worked great for my friends on Embarq's DSL service, however, after a week or two, all of my friends with Cox could not connect to my asterisk server anymore. I did not see any traffic coming from them at all. If they unplugged their adapters for a week or so, then they could suddenly connect, for a day or two maybe, then they would be off again.

    Repeated calls to Cox revealed nothing, their tech support people deny blocking anything, obviously a line they are told to repeat. But they are actively denying access to alternative VoIP services since they launched their own.

    1. Re:Not the only thing Cox filters by bersl2 · · Score: 1

      I noticed from Cox a correlation between sustained service outages and file sharing. If you go too long within some period of time, they will shut off your access for about a day. It would not surprise me at all if they started doing this for VoIP.

      I have also noticed that they've been bugging approximately every month to upgrade the bandwidth of our service for some obscene cost (over the long term).

      It appears that they have been being evil enough to annoy users, but not so evil as to cause serious outrage.

    2. Re:Not the only thing Cox filters by pavera · · Score: 1

      mind you this is not a complete disconnect of the service, the users can still browse the net, send/receive email, everything appears normal.. Just the VoIP ports are blocked, I've even tried non-standard ports to try to get around this, but Cox figures it out and blocks it after a week or so, which is why I believe they are actually doing some sort of packet inspection to see what the packets are.

    3. Re:Not the only thing Cox filters by bersl2 · · Score: 1

      OK, the policies might be different. But the mechanism is there.

  60. Knee jerk reactions are more of an impediment... by daecabhir · · Score: 1

    ...than ISPs who block known troublesome ports with a mechanism in place to allow users who have a need to unblock those ports for their access. As one of the parent posters pointed out, a vast majority of the people who use consumer ISPs like Comcast or Cox don't have a need for unfettered access to making SMTP connections outside of the ISP's network. Those who do have a need can contact customer support or go through a customer service control panel for their account and remove the block. If you think for one moment that there will ever be a time when clueless users are going to get off the Internet simply out of the goodness of their hearts, you need a reality check - the clueless ones have money, and therefore companies who are in the business of taking money in exchange for Internet service will continue to take their money. If you don't think things like blocking known troublesome ports is an effective way to reduce the potential for the spread of viruses, worms and other malware with a minimum of impact to the vast majority of users, then you need to spend more time reading up on network security principles and less time whining on /.

    And don't tell me you already know "blah blah blah" about network security principles. If you did, you wouldn't be making the kind of statements that imply that you are "entitled".

    --

    -- daecabhir (this mind intentionally left blank)
  61. Not without port 25 open... by CipherChaos · · Score: 1

    Umm, no...

    Last time I checked, your ISP has to allow port 25 outbound to arbitrary locations (i.e., outside the ISP's network), in order to run an SMTP server (on the Internet at large).

    Cox blocks port 25 beyond the ISP's network.

    You might be able to set up an SMTP server somewhere else (where port 25 out is allowed), and then send it messages from home (encrypted, most likely) using another port.

    Without port 25, though, those messages are going nowhere fast!

    1. Re:Not without port 25 open... by neoform · · Score: 1

      You might be able to set up an SMTP server somewhere else (where port 25 out is allowed), and then send it messages from home (encrypted, most likely) using another port.


      That's exactly what I meant when I said "use your own".. :|
      --
      MABASPLOOM!
  62. Re:You know, that block actually sounds reasonable by Mr.+Roadkill · · Score: 1

    Perhaps. But the really annoying thing is that many ISPs will just bounce such an email, with a generic, uninformative mesage "could not send" or the like, leaving the user with no fucking clue as to the problem.
    That's actually two of my pet peeves.

    The first is that some mail systems - and some mail clients - don't adequately display rejection data that's been passed back to them when the message was refused. Hotmail immediately springs to mind - the rejection data is buried in an attachment that most users won't know to open for diagnostic info, and many users have been actively educated to not open attachments. Gmail does this better - rejection data is displayed in a more usable manner. Sometimes rejection data is adequately displayed in Outlook, sometimes its not. The info could be available to the mail system that creates the non-delivery notification, but for various reasons it might not be visible to the sender of the problem message.

    The second is that sometimes the organisation that blocked the message is providing info that's too brief and too cryptic. EVERY rejection my mail system issues contains reasons for the block and an invitation to contact postmaster at my work domain (which is completely unfiltered, apart from virus scanning...). There is no reason, apart from laziness or incompetence, for other mail systems to just say "550 Blocked, Nyah-Nyah!" and leave it at that.

    Or worse, just silently dropping the message, leaving you to find out days later that your email did not get through.
    That's just plain evil. I don't drop anything, ever. I'd go so far as to say that only the lazy or incompetent, or a few who have no other choice as a result of the laziness/cheapness/incompetenece of those they work for, do that. However, there are things that can look like messages being dropped, but in fact are not. Anything where a whole lot of suspected crap goes over somewhere where the recipient is expected to check it can look like messages are being dropped - whether it's a server-side separate quarantine, or a "Suspected Spam" folder that's filled by either the server or the user's own mail client. Who the hell reads through all that crap? That's actually one of the reasons why I have rejection messages that are as informative as I can make them - at one time we rejected very little and relied on SpamAssassin scoring at the desktop to shift suspected spam, but that's no good when you have high-scoring-but-legitimate webmail coming from Chinese universities in a folder full of Penis Patch spam. Lots of noise, very little signal, and wanted stuff just got lost. It's far more productive for a couple of senders to get bounces and for me to either help the sender send messages that won't bounce or re-think my filters than for potentially hundreds or thousands of messages to go "missing" because my users are too damn lazy to adequately check their junk before deleting it.

    All of which makes it important that senders do everything they can to avoid tripping various tests. Just as you wouldn't send important personal correspondance in an envelope that made the message look like it was from Readers Digest, you should avoid sending email that might look in any way like it's not going to be wanted. Some of us mail admins will do everything we can to help out people who can't communicate with our users, others won't give a flying fsck and won't even tell you that stuff is being lost, but you can avoid the problem all together by thinking carefully about what and how you send. I agree you shouldn't have to, but that's the way things are. No wonder a lot of people (especially younger users) are abandoning email and are moving to that new-fangled IM stuff and some of the social networking sites for keeping up with friends - in some ways, email is just getting too damn hard and too much to think about.
  63. Cox filters outbound email by jgcrews · · Score: 1

    I've been having the outbound email filtering/censoring for several months now. Can't seem to figure out exactly what they are looking for. Something as simple as my local weather report I sent to a friend was blocked. A news article from my local newspaper was blocked. There solution is to forward the email to their automatic spam filtering system. Apparently, if enough people complain about the same thing, there system will learn to not block it. Personally, I'm peeved over the whole thing. I pay for my internet service which includes email service. I didn't sign-up to have them decide what I should and shouldn't be able to send to my friends and family.

  64. My apologies by willyhill · · Score: 1
    When I posted that to the ML I had not realized that it was actually a mistake on my part related to headers. As you can see from that thread, the other members of the LUG were in disagreement, but I tend to be a bit hard-headed. After further consultation with some of them (mostly via email), I see that I was actually wrong. Cox is really not filtering anything coming off my box, though they still of course block port 25 as do most ISPs. Most posts in this article reflect my mistake.

    So, I'm sorry for having wasted everyone's time. My tin foil hat is a bit tight these days.

    --
    The twitter monologues. Click on my homepage and be amazed.
  65. They're still blocking some IRC servers by Myria · · Score: 1

    Cox is still overriding irc.mzima.net on my cable modem to point to some weird script. I still have to use its IP to get on it.

    --
    "Screw Sun, cross-platform will never work. Let's move on and steal the Java language." - Visual J++ Product Manager
  66. Awesome! by BeeBeard · · Score: 1

    That's great how you're so impressed with Cox, and that going with Cox has worked out so well for you. I tried Cox myself for a little while in Virginia, but it just wasn't doing it for me. But if you like Cox, then who am I to argue?

    P.S. Please make sure you ALWAYS express your love for Cox using the written, rather than spoken, word. I'll explain later.

  67. Charter.net does this. by mpaulsen · · Score: 1

    Charter.net (cable) does this on both their residential and commercial accounts. I'll often try to send an abuse report on a recently (within 5 minutes) received spam and have it rejected by charter's outgoing filter. "Alert An error occurred while sending mail. The mail server responded: Message identified as SPAM - Please visit http://www.charter.com/postmaster. Please check the message and try again." Their filters are too stupid to recognize spam being reported, even when the only recipient is abuse@somedomain.

  68. easy to bypass by Anonymous Coward · · Score: 0

    I've used Cox for years but never trusted their MTA. The fact that they block outbound port 25 in an attempt to force use of their SMTP server is all the more reason I did not trust their MTA before, and now that suspicion has been cvalidated.

    The solution is very easy. Cox does not block SMTPS (SMTP-SSL), which I've been using for years to avoid their bullshit. I happen to havef a box in a colo with SSL-enabled SMTP server which I send all my mail through. Gmail supports SMTPS as well, and they do allow relaying as you must authenticate first, and they even allow spoofing the From: field after you have proven that is a valid address you own.

    So, in short, just another bit of evidence that ISPs are nothing more than a data conduit these days, and they perform poorly even at that. The days of shell accounts, good Usenet access, etc are long gone.

  69. Better for Who? by FingerSoup · · Score: 1

    Wouldn't it be better to cut off people with infected computers than to censor the internet

    Well, seeing as a majority of spam can be content-filtered, an outbound spam filter that checks content makes perfect sense. The issue is, of course, what values does your ISP hold true, and how ethical are they in preventing spam, vice filtering "questionable content"... If their goal is truly in spam prevention, this type of filtering will hopefully keep grandma and grandpa in blissful ignorance, and will let them go about their daily business without interruption to their service...

    Of course for many of us who read Slashdot believe that ignorance is no excuse, and that grandma and grandpa should be taken off the internet until they learn how to take care of a computer... Unfortunately, the market for internet, and the knowledge of the average user is actually very skewed compared to the Slashdot audience. They are also the majority of people online.

    Disconnecting customers is throwing money away. Offering free virus removal by trained ISP staff is prohibitively expensive and time consuming, with little Return on Investment. Letting the e-mail through puts the burden on ISP's after the traffic is delivered across major trunks. Filtering actually keeps grandma and grandpa online, while reducing traffic from spam. It makes it a safer and cleaner place for everyone, and it will actually prevent Grandma from sending you a virus, because of her ignorance...

    This does of course assume that your ISP is a moral and ethical entity. Your mileage may vary with this type of filtering...
  70. Possible with non-Microsoft stuff by Lonewolf666 · · Score: 1

    While I'm not happy with most anti-virus s/w myself (and use it only when I actually suspect an infection), there are two things have worked well for me in the last 10 years:

    1) Don't use Microsoft's browsing and e-mail software. It has a horrible track record in terms of security. To be fair, they seem to have improved in the last years - Outlook for instance is no longer executing VB macros when an email merely shows up in the preview ;-)
    But I still prefer third party software for accessing the internet (Sea Monkey, the former "big" Mozilla suite).

    2) Use a router with NAT instead of a modem, and don't forget to set a password for the router. That way, your computer is half-hidden by the NAT mechanism, and incoming hacking attempts will hopefully fail at the router that lacks the vulnerability the hacker tries to exploit in your Windows machine.

    --
    C - the footgun of programming languages
  71. Sounds interesting if it is reasonably cheap by Lonewolf666 · · Score: 1

    You'd need a generally accepted micropayment system first, but I could imagine signing up for an email system that takes 5 cents/email from the sender. That should be sufficient to pay for the operating costs.
    Currently, I'm on a freemailer who spams his customers to pay the bills with the advertising revenue. Getting rid of that would be worth an euro or two per month for me.

    Also, the effects on spambot networks and insecure operating systems would be interesting to say the least ;-)

    --
    C - the footgun of programming languages
  72. My ISP *checks* my email, and it's good... by Anonymous Coward · · Score: 0

    This is the 'other' kind of ISP, the one that hosts my websites.

    Someone was trying to use one of my 'contact us' forms to send spam, and my ISP caught their spam as it went out and then notified me. I can't imagine better service, in this specific case.

    NOTE: This spammer should be an XKCD special; it took them MONTHS to figure out that my URL for generating the email was a POST URL, not a GET URL. Then it took them months, again, to figure out which fields were required. Minimal intervention has stymied them -- I expect them to figure it out about March, so I'll have to do something Clever(TM). Oh yeah, did I mention that in no place on the form is there a place to put an outgoing email? You can only choose from eight different (specific) people for the email to go to. This is truly a Wiley Coyote Super Genius spammer. Oh well, keeping them busy figuring out my website is keeping them from learning how to do actual harm...

  73. Easy fix. by J'raxis · · Score: 1

    Set up Postfix on a server/VPS/whatever somewhere. Enable SSMTP (port 465), and if you want to be real careful, run it on a different port. Reconfigure your mail client to use server as a relay. If your mail client doesn't support SSMTP or alternate ports, run a local postfix with which your mail client communicates, and configure the local Postfix to relay to your offsite server.

  74. outbound filtering happens by fifedrum · · Score: 1

    I work for an email provider that supplies email services to ISPs (as well as loads of SMBs directly). Most of them block port 25 and force the customers to relay mail through our SMTPauth servers for outbound mail, alternatively they can of course access web mail to send.

    This does an AMAZING job of limiting spam from these ISPs, but it's not perfect, we still filter outbound mail using standard tools and have rules in place limiting the volume of mail customers may send per hour. That limit is really high for home users and we silently bump-up those limits when customers send loads of legit email, but hitting the limits with legit email is rare. We also restrict users from sending as anyone but themselves, with send-as restrictions.

    Customers who need exceptions need only ask their ISP.

    Those combined steps block the bots from reaching the internet, and it works really well. I don't believe we've been RBLed because of a bot on a customer's PC. In fact, I have some feedback scripts in place that alerts customers when they run afoul of the filters and it smells like their PC has a bot on it.

    The biggest problem we have is scammers, 419ers, work-from-home check fraudsters and other scumbags signing up for those ISPs just to gain access to the SMTPauth and web servers for sending their filth. Short of a bayonette in the throats of these sleazeballs, the only thing we can do is filter on content. If we didn't filter for content, email simply wouldn't flow. SpamCop and all the rest would list our outbound IPs in minutes, and the entire customer base would suffer.

    So... instead of just rejecting mail, we filter and hold, collect it, count it up, check the evidence and cancel accounts as they're caught. Normal customers email is filtered, and if held, delivered silently after examination. No warnings, no take-backs, no complaints. WE have had 0 false positives because of the human factor of checking the evidence before cancellation. And we're rarely blocked by RBLs. The only thing left are those gentle customers who decide they want to forward all their mail off to some other provider, and turn off antispam...

    If every ISP blocked port 25, used smtpauth, restricted sending addresses and otherwise managed their customer base, the world would be a nicer place because the cost associated with sending massive amounts of spam would skyrocket.

  75. We cut them off by Anonymous Coward · · Score: 0

    I work for an ISP just outside of the Baton Rouge area and when we notice (or receive complaint of) any time of spam abuse originating from one of our customers, we disable their email address. At that point we call them to let them know they have been flagged as spamming, and we work with them to get the issue resolved (whether they are sending to an address that doesn't want their messages, or they have some type of mal-ware on their machine). Once the issue has been resolved, we turn the customers email address back up. We simply don't filter any outgoing email. Though, I think we are going to contract gmail into doing our emailing due to a few server issues that have been arising, so I don't know how things may change.

  76. Re:ISP != Evil (not necessarily, anyway) by Niten · · Score: 1

    The reason we block outbound 25 from dynamic networks that we own is that if we do not, we will inevitably become flooded with complaints about SPAM coming from our network. We know this from experience.

    Sure, filtering outgoing TCP port 25 makes a lot of sense (though I like AT&T's particular stance on it, which is to give their more clueful subscribers the right to opt out of such filtering). But you originally said that you filter incoming port 25 due to spam concerns... or was that just a typo?

  77. Freudian Slip by The+Queen · · Score: 1

    I constantly see spam coming out of Comscat's network

    Comscat. Nuf said.

    --

    The House Between - Original Sci-Fi Series
  78. Don't know about outbound, but... by Ant+P. · · Score: 1

    I haven't had a single email, legit or otherwise, get through my ISP's spam filter in the past year or so. They provide no option to turn it off and they can't be bothered to fix it.

    I thought of running a local mail server, then realised I haven't come across a single situation in that time where I actually _needed_ a fixed email address for more than 5 minutes.

  79. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion