Slashdot Mirror


RoadRunner Co-Opting "Organization" Headers

Dusty Rhodes writes: "AOL-Time Warner cable Internet Provider RoadRunner has begun co-opting the 'Organization' line of Usenet headers, replacing whatever information a user enters with 'Organization: Road Runner - (location).' All RoadRunner customers nationwide, including business customers, have had their organization identity hijacked with no disclosure whatsoever, much less an opt-in or even an opt-out. Nothing in their TOS or AUP. Nada."

111 of 302 comments (clear)

  1. You think that's bad? by warmcat · · Score: 2, Informative

    My ISP's Usenet Server (NTL in the UK) is set up to add NNTP-Posting-Host: with your IP to every post. So much for Usenet being an anonymous media.

    1. Re:You think that's bad? by mosschops · · Score: 3, Insightful

      If they didn't add the IP address, it'd be too easy to abuse their server and spam through it. Who says Usenet should be anonymous anyway?

      If you do want almost anonymous access, sign up with a pay-for news provider such as EasyNews. They don't add an IP address to messages posted through their system, so it's effectively anonymous. However, they still add a special encoded header line that lets them determine which user account sent the message, but it's only of internal use to them, and someone would probably require a court order to force them to identify the poster.

      It's been a long time since anything on the Internet has been truly anonymous...

    2. Re:You think that's bad? by 56ker · · Score: 2

      Actually that's not that anonymous as they have your e-mail address (if you're referring to deja (which got takem over by google)).

    3. Re:You think that's bad? by analog_line · · Score: 3, Informative

      Nothing on the Internet is anonymous. Even "anonymizers" just make it difficult to find the source, not impossible. If you want anonymity, stay the hell off the Internet. Everything you do can be traced to you. If you hadn't figured this out before, wake up. There is no right to anonymity. There shouldn't be.

    4. Re:You think that's bad? by stevey · · Score: 2, Interesting

      Google's posting service does this also.

    5. Re:You think that's bad? by 56ker · · Score: 2

      Actually as far as I remember you have to confirm the address via an e-mail they send to you. So although you may not use your own address - it has to be one you have access to.

    6. Re:You think that's bad? by gewalker · · Score: 2

      Actually, it is fairly easy to be anonymous, all you have to do is use the account of someone else, and post via a public telephone or your local public library or internet coffee shop.

      When the next round of AOL CD's hit, do some trolling on trash day in the neighborhood and you should have several anonymous accounts for your use.

    7. Re:You think that's bad? by 4of12 · · Score: 2

      My ISP's Usenet Server (NTL in the UK) is set up to add NNTP-Posting-Host: with your IP to every post. So much for Usenet being an anonymous media.

      Sheesh, the least they could do is to set it to the blanket IP address of the ISP instead of targetting individual users.

      Their current policy that runs roughshod over anonymity will tend to discourage their users from offering advice and support to, say, victims of AIDs and other STDs, addicts of controlled substances, political opponents of friends of the NTL executives, etc.

      --
      "Provided by the management for your protection."
  2. Spam? (Was: Re:Why?) by Anonymous+Freak · · Score: 3, Insightful

    The biggest reason I can see is to help cut down on spam. If people try spamming through RR, the recipient will KNOW it came from a RR server, and know where to complain. (Not sure how that HELPS RR, but it's a theory.)

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
  3. Run your smtp server by linzeal · · Score: 2, Informative
    Qmail is great for unixes.

    Argosoftis an awesome win32 one.

    If they are blocking port 25 outbound, you can do what I used to do when the fuckers at earthlink did that. I setup a qmail/proxy machine at work running on port 5000 something and sent all my mail through that, hell if they are to the point of scanning the packets themselves you could always tunnel in as well. The problem is that the majority of people out there are screwed by this and do not have enough knowledge to take recourse against it.

    1. Re:Run your smtp server by arkanes · · Score: 2

      Yeah, I did that myself, but alot of places will drop your mail if you're in DUL blocks, like my cable network is.

    2. Re:Run your smtp server by Phroggy · · Score: 3, Informative

      If they are blocking port 25 outbound, you can do what I used to do when the fuckers at earthlink did that.

      Keep in mind that the reason Earthlink does this is to prevent stupid people from sending spam that doesn't go through Earthlink's servers, and from running open relays that spammers can use. Yes, it's inconvenient for some people, but you can configure Sendmail or whatever to relay everything through smtp.earthlink.net, or do what you've done and relay through an outside server on a different port.

      What exactly does smtp.earthlink.net add to the headers that you find objectionable?

      The problem is that the majority of people out there are screwed by this and do not have enough knowledge to take recourse against it.

      The firewall was set up exactly because the majority of people out there do not have enough knowledge to prevent others from abusing their systems to send spam. So, what would you propose as another solution to the spam problem? Keep in mind that Earthlink has over 200,000 DSL customers and several million dialup customers.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    3. Re:Run your smtp server by thrig · · Score: 2
      What exactly does smtp.earthlink.net add to the headers that you find objectionable?

      Blockage of the elegant STARTTLS protocol, forcing use of the alternate-port-kluge smtps for folks who want to do authenticated relaying through my mail server. I would rather my users not have to monkey with their outgoing SMTP server settings depending on where they are, or have to switch mail agents to one that supports smtps.

      As always, spammers are making life miserable for everyone else. Earthlink firewalling off SMTP is likely the easiest option for them; other methods would probably cost Earthlink more.

  4. This has been going on for years by Arcturax · · Score: 5, Informative

    I've noticed this for a long time now. A lot of ISP's are doing that. I don't mind too much since my organization is "Crime" but it is a bit annoying yes. However if you want much better news service at not too much a year, try Newsguy. I used them back when I did a lot of usenet posting and for like $25/year (its gone up a bit since then) I was able to get non-binary access to all my favorite newsgroups. If you want access to binaries you have to pay a bit more, but the service is very customizable to fit your needs. They filtered out 95% of the spam and kept articles for a month, while roadrunner is lucky to keep them a week and seems to have cut corners on spam filtering. So I'd suggest if you are serious about usenet, buy your access (its less then $5/month for basic access) and get higher quality news feed with less spam and full control over those important headers.

    --

    --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
    1. Re:This has been going on for years by 56ker · · Score: 2

      "since my organization is "Crime"" - despite reading this bit through a few times I still didn't understand it. Is it a joke on the phrase organized crime?

    2. Re:This has been going on for years by dattaway · · Score: 4, Informative

      I have used newsguy since they were named zippo.com (guess the evil company that sued for the name) and can say their usenet service is very reliable. Binaries are complete and you have a choice of the NNTP protocol or a fancy point and click web based interface that automates multipart decoding. RR may run a good newsserver, but I still keep newsguy to suppliment the spool.

      Newsguy also has impressive spam fighting filters. Even my newsguy email account hasn't had one spam email since I signed up since 1997.

    3. Re:This has been going on for years by Arcturax · · Score: 2

      Yes it is, since I'm anything but organized, I figured I might as well make it funny :)

      --

      --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
  5. So? by nuggz · · Score: 3, Insightful

    Companies aren't there to serve customers.

    Companies are there to serve the owners/shareholders. Most of them just want to get the best return on investment they can.

    Most people vote for "returns at any cost" with their money, and the companies act accordingly.

    When is the last time you've heard people say "oh you can lose a few million this year, just be nice to everyone", until they put a dollar value on satisfied customers, they are going to continue to behave this way because WE make them.

    And I don't really care how much RoadRunner screws with their customers, as long as they make money and build my retirement fund for me. Yes it is selfish, but I think that is the way it is.

    1. Re:So? by jd142 · · Score: 2

      "oh you can lose a few million this year, just be nice to everyone", until they put a dollar value on satisfied customers, they are going to continue to behave this way because WE make them


      True, but for most companies it is a choice between "We can make 10 million and have a few customers hate us (but keep giving us money because we are the only game in town)" and "We can make 8 million and get good press and have the most satisfied customers."

    2. Re:So? by Waffle+Iron · · Score: 5, Funny
      And I don't really care how much RoadRunner screws with their customers, as long as they make money and build my retirement fund for me.

      Unfortunately for you, AOL/TW's brilliant scheme to pad your retirement account by manipulating usenet headers has failed miserably. Last quarter, they posted the largest net loss in U.S. history ($54 billion).

      Last week they announced that the SMTP and NNTP Header Development Division will be axed to save costs; this is expected to result in massive layoffs.

    3. Re:So? by ImaLamer · · Score: 2

      Companies are there to serve the owners/shareholders. Most of them just want to get the best return on investment they can.


      Then how can a company expect to make money if their customers run and go to another service?

      Notice my e-mail address above. I haven't had problems with RR so far - but if your idea is right then the first time I do I'll remember you.

      There is a dollar value attached to a satisfied customers - it's called revenue.

      When a company can stomp on it's customers (i.e. Microsoft) and not take a loss (again...) then they should be investigated.

  6. My Rights Taken Away?? by Anonymous Coward · · Score: 2, Insightful
    big whoop..is this intentional or just RR's mistake? either way, this doesn't belong in YRO section.

    there's absolutely no "rights" issue here. stop confusing rights with privileges.. you will only dilute this section further.

    1. Re:My Rights Taken Away?? by Guppy06 · · Score: 2

      "there's absolutely no "rights" issue here. stop confusing rights with privileges..

      Privileges are something you don't have to do anything for. Rights are something you have to pay for, such as the rights granted to you by a service agreement (ie. "contract") for a certain price.

    2. Re:My Rights Taken Away?? by crawling_chaos · · Score: 2
      Privileges are something you don't have to do anything for. Rights are something you have to pay for

      Erm, what are they teaching in the schools these days? In the words of Mr. Locke, as channeled through Mr. Jefferson:

      We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.--That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed...

      Rights are something you are born with buddy. Priviledges are something you are granted and can be taken away, like Daddy loaning the old family car to you as long as you maintain a 'B' average. You can lose rights for the commission of crimes, but that is seen as a punishment.

      And what happens when someone takes away those rights? Reading a bit further in the same document:

      --That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness...

      Of course exercising that Right might get your sorry ass killed. Live Free or Die, as they say.

      The full thing is here, in case anyone wants to accuse me of selective quotation.

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    3. Re:My Rights Taken Away?? by NoMoreNicksLeft · · Score: 2

      Um, yeh.

      These are property rights. We bought (or leased, depending on how you look at it) the internet access, and them skimming away parts they thought we wouldn't notice violates those rights.

      Then, on top of that, we have creative rights to our usenet posts. Copyright, for instance. For them to edit this, without our approval, is another violation of our rights. They can't even make the claim that it is a technical necessity.

      Or are these just privileges?

    4. Re:My Rights Taken Away?? by ZoneGray · · Score: 2

      Yes, these are just priviliges. More accurately, it's a product that you've bought and it's crappy.

      Your RIGHT is to go buy Usenet service elsewhere. You were born with the ability to do that. Of course, it's not protected as thoroughly as some other rights.

      And, it's RR's right to sell whatever product they want... again, this isn't absolutely protected, they have to observe all kinds of regulations.

      You were boren with the ability to post to Usenet; that's a right. You were not born with the ability to post through RoadRunner.

      Anything that mandates what somebody else must do for you is NOT a right. It may be a good idea, it may be justifiable, but it's not an inalienable right. You have an inalienable right to food, housing, medicine, and porn, but you don't have a right to make somebody provide it for you.

    5. Re:My Rights Taken Away?? by NoMoreNicksLeft · · Score: 2

      Yes, I have the right to buy something. I paid, yet RR doesn't deliver.

      The way you view things, every right would be reduced to a privilege. I don't care to play semantic games.

    6. Re:My Rights Taken Away?? by ZoneGray · · Score: 2

      SO stop paying. Maybe you can recover some of the money you paid for past service. But this is a matter for small claims court, not the Supreme Court.

      If it helps, I'll join you in lobbying to remove the cable/DSL companies' monopoly protection, so that you have a real choice. You should have the right to buy service from whomever wants to sell it to you. You don't have that right, but you should.

  7. Re:They are your ISP by waytoomuchcoffee · · Score: 5, Insightful

    They are your ISP and you are using THEIR machines, hence they may do as they wish...an ISP has every right (though perhaps not ehtical) to ... do whatever they want to incoming/outgoing data

    Are you serious? Given your logic, you seem to think it's alright to replace every other header as well (including the X-Priority, or even the TO and FROM). Why stop there? Why not change the message body as well?

  8. Re:They are your ISP by Anonymous Coward · · Score: 2, Funny

    Can I play on the slippery slope after you're done with it?

  9. Re:They are your ISP by rmohr02 · · Score: 2, Insightful
    They are your ISP and you are using THEIR machines, hence they may do as they wish.
    But you're paying them for use of their machines, and you agreed to the TOS that came with their product. They exceeded their rights under their own TOS.
    [A]n ISP has every right...to do whatever they want to incoming/outgoing data.
    Again, you're paying them for their service. They must abide by their own TOS.
  10. Re:They are your ISP by Guppy06 · · Score: 5, Insightful

    "They are your ISP and you are using THEIR machines, hence they may do as they wish."

    They gave up the right to do whatever they wish with their hardware as soon as they started charging you money to use it. An ISP is bound as much to an agreement as a user (if not more so) because of the exchange of money involved, and they should not be able to unilaterally change the terms of the contract without at least informing the customers.

  11. Legal Issue? by suwain_2 · · Score: 3, Insightful
    I think RoadRunner is getting themselves into more trouble then they think.

    Let's say I post something to Usenet trolling, blasting Microsoft and making wild accusations against them. However, my "Organization" is "RoadRunner." While it may not mean anything legally, doesn't that at least partially imply that I'm speaking on behalf of RoadRunner, and, thus, making it seem like RoadRunner's official corporate stance is whatever nonsense I just accused Microsoft of?

    For example, if you work at IBM (arbitrarily chosen company), and routinely send out mail voicing *your* opinion, you'll likely have something to the effect of "These opinions are my own, and not that IBM," so that people don't twist mail you send to your friend into IBM's official position on the issue.

    Again, I don't know if this carries any legal weight, but I think RoadRunner is getting themselves into more than they bargained for. (Picture swarms of angry people blaming RoadRunner for whatever their customers post.)

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
    1. Re:Legal Issue? by PatientZero · · Score: 2
      I agree. I view the "Organization" header as stating the legal entity to which I have pledged some sort of allegiance, in most cases meaning I work for them in exchange for money. This carries the assumption that, since I am posting in the identity of someone that "belongs" to said organization, I have some legal right to speak for them unless I apply a disclaimer.

      While I assume they are overriding the "Organization" header as a marketing tactic, I believe they are ignoring the internet cultural norms for how that field is used. I hope they come to understand what they have done, perhaps inadvertantly, and change their policy. However, given the current climate, I suspect this will continue unnoticed (save the /. crowd) for years to come with no ramifications.

      --
      Freedom to fear. Freedom from thought. Freedom to kill.
      I guess the War on Terror really is about freedom!
    2. Re:Legal Issue? by Mike+the+Mac+Geek · · Score: 2

      I was gonna parent up, but I feel a comment would be more fitting.

      We need people who have access to RoadRunner accounts to start making wild accusations about well-known, established, and notoriously litigious companies. After the first wave of defamation suits hits, they will reconsider the position.

      By placing their name by defualt on every Usenet communication as the Organization, they are endorsing that comment to some degree.

      Of course, IANAL, so YMMV.

      --
      -------------------------------------------------- ---- The man, the myth, the something or other.
    3. Re:Legal Issue? by ichimunki · · Score: 2, Interesting

      Why do they need to conjure up such a convoluted excuse to axe a service that they feel is costing them more to provide than they make off it? If the costs of running Usenet servers for subscribers exceeds the portion of subscriber revenues determined to be a result of offering Usenet feeds, then why not add a surcharge for access to Usenet servers? If they were to cancel Usenet as part of the regular subscription, and I had the option to "upgrade" my RR account so that I could still get Usenet I'd probably do it (until I found a better deal).

      I have to wonder how many internet users even know what Usenet is.

      --
      I do not have a signature
    4. Re:Legal Issue? by Mike+the+Mac+Geek · · Score: 2

      Your milage may vary.

      --
      -------------------------------------------------- ---- The man, the myth, the something or other.
  12. Re:They are your ISP by tomstdenis · · Score: 2, Flamebait

    Its at best a civil matter not "civil rights". You have no right to send email or usenet postings. Those are privileges that you pay for. If your ISP violates your contract sue the bastard.

    Tom

    --
    Someday, I'll have a real sig.
  13. Could just be a foul-up by Evil+Al · · Score: 5, Insightful

    Not to pour water on a good conspiracy theory, but are people sure this isn't just a misconfigured nnrpd.conf (or equivalent)? It's pretty easy to do; many nntp sites already add an Organization line if there isn't one present -- all it would take is for some admin to foul up a config line.

    Not to downplay the significance of companies doing stuff like this, but this may be unintentional. The article doesn't look like it's double-checked the motive.

    --
    Ah, computer dating -- it's like pimping, but you rarely have to use the phrase "upside your head" -- Bender
    1. Re:Could just be a foul-up by gilroy · · Score: 3, Informative
      Blockquoth the poster:

      Not to pour water on a good conspiracy theory, but are people sure this isn't just a misconfigured nnrpd.conf (or equivalent)? ... all it would take is for some admin to foul up a config line.

      The same mistake, made everywhere at once? From the article:

      replacing whatever information a user enters with "Organization: Road Runner - (location)."
      All RoadRunner customers nationwide, including business customers, have apparently had their organization identity hijacked

  14. Organization field matching the organization Shock by yasth · · Score: 2, Insightful

    Correct me if I'm wrong but isn't this a perfectly correct implementation of organization? Whose NNTP server was used? Roadrunner's server. Whose name should be listed under organization, well I can make a strong argument for roadrunner. I fail to see what harm this does to the consumer, and more importantly what "right" is lost. Most clients don't display the header by defualt. It might help someone report spam. The only downside is if you used public usenet to reply to support postings, and wanted to look profesional, and then a private server would be a much more sensible solution(no propagation time, complete control, etc.)

    --
    I'd do something interesting, but my server can't handle a slashdotting.
  15. Don't like it? Run your own NNTP Server by ipmcc · · Score: 2, Insightful

    The bottom line here is that, if like the article says, there is nothing in the ToS that guarantees that this wont happen (I start to twitch if I actually read ToS or EULA documents) then I'd say you're at the mercy of the owner of the servers that you use. When I load slashdot, it gives me slashdot content. When I send mail through my ISPs SMTP servers, it adds a header. While the co-opting aspect of this is disturbing, the bottom line is that if you don't like it, run your own NNTP server, or simply use Google Groups or any other alternative news service that delivers what you want, in the way you want it. A lot of people seem to think that Roadrunner is going to get in trouble for this. I just don't see that happenning. I can't even conceive of a way that this could be illegal. But I'm not a lawyer ;)

    --
    This too shall pass.
    1. Re:Don't like it? Run your own NNTP Server by theCoder · · Score: 2

      I don't think people are upset because something is being added to the headers (such as the SMTP server does), but that a field in the headers is being changed. I think there's a big difference between adding a notation saying the poster is using RoadRunner at a certain location and changing the poster's identity.

      Your point about running your own NNTP server is good though, but that's about the only thing you can do. Since RoadRunner has a monopoly whereever it is, it's not like you can switch to a different ISP. Personally, I think if the cable ISPs keep behaving this way, they're going to be headed towards governmental regulation. I hate to think that's necessary, but without competition, I'm not sure what else would work...

      --
      "Save the whales, feed the hungry, free the mallocs" -- author unknown
    2. Re:Don't like it? Run your own NNTP Server by Asic+Eng · · Score: 2
      Well, if your service provider does in fact provide bad service - e.g. messing up headers in Usenet posts - why wouldn't you complain?

      It seems that complaining about problems is a perfectly reasonable thing to do, even if there is no way to legally force the ISP to remedy them. Service companies which stay in business tend to pay attention to complaints, occassionally. :)

      As far as RoadRunner getting trouble: I think that wouldn't necessarily have to be legal trouble. Lots of customers complaining or going somewhere else is trouble, too.

    3. Re:Don't like it? Run your own NNTP Server by unitron · · Score: 2

      How much do you have to pay to which company for Earthlink over RoadRunner's cable?

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  16. Re:They are your ISP by Golias · · Score: 3, Insightful
    Its at best a civil matter not "civil rights".

    You are exactly correct. This is not really an issue of rights. It's only an issue customer service. A company is failing to provide a service that most paying customers are used to getting. A poor choice on their part, yes, but hardly anything worth marching to the capital steps in Washington over.

    In addition to the "Your Rights Online" category, Slashdot really needs a "Big Company Not Treating Their Customers Well" category, because that seems to be what a lot of these stories end up being. Save the YRO banner for DMCA court battles and stuff like that.

    --

    Information wants to be anthropomorphized.

  17. Re:They are your ISP by interiot · · Score: 3

    Because Yahoo, et. al. are free, they make their money from advertising. I pay my ISP, and if they started requiring me to run programs that displayed banner ads at the bottom of my screen continuously -- in addition to the $45 / mo -- I'd leave ASAP.

  18. Usenet Fields by JabbaKosh · · Score: 3, Funny

    I wonder how RoadRunner would feel if some unscrupulous person put Roadrunners email addresses in their reply fields for the spambots to harvest? Gee, I hope no one does that. That would be just awful. Roadrunner receiving tons of unsolicited mail because someone changed some information that they were not asked to. The horror...the horror....

  19. Re:Spam? (Was: Re:Why?) by dougmc · · Score: 4, Interesting
    The biggest reason I can see is to help cut down on spam. If people try spamming through RR, the recipient will KNOW it came from a RR server, and know where to complain.
    That's what the
    X-Complaints-To: abuse@rr.com
    header is for. It's added by most(?) ISPs nowadays, including TWRR. The only reason I can see for TWRR to change the Organization: header is `branding' -- to put their name on your post. As if they owned it or something.
  20. Re:Organization field matching the organization Sh by plone · · Score: 2, Insightful

    The problem is that it business users (who obviously pay more for their access) have also had their organization fields co-opted by Roadrunner. As you said, it is very difficult to look professional when your postings state that you are from roadrunner.

  21. Trying to make money by nuggz · · Score: 2

    It isn't that this particular idea is any good, it is quite dumb IMO.

    It is that they should continuously be trying to make more, and improve somehow. Advertising is a good idea, and really rewriting a header doesn't take any CPU load compared to everything else.

  22. Re:Spam? (Was: Re:Why?) by EastCoastSurfer · · Score: 2

    to put their name on your post. As if they owned it or something.

    That's an interesting thought. By doing this are they claiming some sort of ownership to your post and thus become liable for things in the said post?

  23. Add, not replace by mgkimsal2 · · Score: 2

    When is the last time you've heard people say "oh you can lose a few million this year, just be nice to everyone"

    Explain how *NOT* swapping the Organization header would lose them money? They are changing something that they didn't do previously - at best, they may speculatively make a bit more money. It certainly cost them something to do this (maybe only $50 to have someone change something on their NNTP software, and maybe another $100,000 in executive salaries to have meetings about it) but it's at best an unknown amount of money they may generate because of this.

    I'd have thought it would have made more sense to add an extra X-header, or tack on RoadRunner at the end of the existing X-header info.

    X-Organization: Joe's Place (via RoadRunner)

    or something similar. To just replace it full stop is strange, to say the least.

    My theory is they are doing this because of the way search engines archive news postings has a ranking on what posts contains links to what URLs and names, this will make RoadRunner appear much more 'popular' in services like google and teoma. However, this will also have a detrimental search engine effect on the very customers RR is supposedly serving, and should cause them to leave (at least a few who realize what's going on). Again, if this is the case, is it worth losing a few customers to potentially gain more (short v long term)? Probably.

  24. Incorrect, they don't post the location by ben_degonzague · · Score: 3, Informative

    For the last year (probably even longer) I have noticed RR putting Road Runner in the Organization field on the header. I've never seen them put the actual city name however in the header. This is not late breaking news.

    I can't beleive this made the front page on slashdot. First of all the story is false (at least in the upstate New York RR service) second, what's the big deal? For me, I use my full name when posting to newsgroups. Plus with RR you get a fairly static IP address (mine hasn't changed in the last year), how can you be anonymous with that?

  25. Re:They are your ISP by 56ker · · Score: 2

    Or in Yahoo's case continue to lose money despite the advertising (or have they quietly broken even without telling anyone)? This isn't about banner ads anyway - but the question is would you be willing to pay more /month just for the privelege of being able to set the Organization line when posting to Usenet to whatever you want (which you can do anyway through Deja)?

  26. Spam by Tim+Ward · · Score: 3, Interesting

    Doesn't this make it harder for RR "customers" to send out Usenet spam with totally forged headers and remain undetected?

    Isn't this a Good Thing for everyone?

    In particular it's a Good Thing for all RR customers who don't spam, as it means that other ISPs won't be denying connectivity to RR because of spam.

    What have I misunderstood here?

    1. Re:Spam by lkaos · · Score: 2

      It's not necessarily RR "customers," but those who use the RR SMTP services.

      If you send an email via sendmail or a different STMP server then nothing will be changed. I imagine that the RR SMTP doesn't allow for forged headers as it is so spammers are not likely using their SMTP server to spam.

      A spammer could still use the RR internet service and just use an open relay somewhere to deliver their spam (which is what the majority does).

      --
      int func(int a);
      func((b += 3, b));
  27. Almost certainly by cirby · · Score: 3, Interesting

    The guys who run RoadRunner mail hosts seem to be a bit out of it when it comes to how "the Internet" works. Sure, they can figure out some of the stuff, but they get clueless really fast.

    For example: They used to have the "From:" header screwed up. When you sent some mail, it said that the sender was "username at the machine that handled all of the mail for the area," not "username at the real address." So for six months or so, when some folks tried to reply to my RR address, their replies bounced. I had to add a "Reply-to" line just to get mail back.

  28. Re:They are your ISP by grylnsmn · · Score: 2, Insightful

    In the case of someone like Hotmail or Yahoo, they clearly state in their TOS that they have the right to add their text to your message. In this case, there was no notification whatsoever. That makes for quite a difference.

    One could argue that all of the text of your message (including the headers that your computer put on it) are copyrighted by you. If they change it without authority, they have infringed your copyright. If their TOS mentioned something about it, then by using their service you would give them authority (or a license) to do so. Without that, they should have no right.

  29. RFC850 by Fastolfe · · Score: 5, Informative
    From RFC850:
    2.2.9 Organization The text of this line is a short phrase describing the organization to which the sender belongs, or to which the machine belongs. The intent of this line is to help identify the person posting the message, since site names are often cryptic enough to make it hard to recognize the organization by the electronic address.
    What exactly is the problem here? You can't use your vanity Organization header with their news servers anymore? This is hardly a "rights" issue as implied by the YRO category, it's just a policy change issue on the part of RoadRunner. If you don't like it, let them know, but I wouldn't expect them to change this policy as it's a perfectly legitimate use of the Organization header. Use another news service or insert your own X-Real-Organization header if you're concerned about what's in the headers. If RoadRunner had been doing this from the start, nobody would be complaining. Many ISP's do this today.

    The bottom line is that from the Internet's point of view, your ISP and network provider is RoadRunner, so it makes perfect sense to label you as being part of that "organization" in this context. It is both within the letter and spirit of NNTP. To allow you to use your own vanity Organization header would only add confusion and defeats the spirit of the header.

    1. Re:RFC850 by John+Hasler · · Score: 4, Informative

      "The bottom line is that from the Internet's point of view, your ISP and network provider is RoadRunner, so it makes perfect sense to label you as being part of that "organization" in this context. It is both within the letter and spirit of NNTP."

      Nonsense. My ISP is merely a contractor selling me the service of forwarding my Usenet aricles into the rest of Usenet. I am not in any way part of their "organization".

      "To allow you to use your own vanity Organization header would only add confusion and defeats the spirit of the header."

      To use my own "Organization" header reduces confusion by identifying the organization to which I and my machine belong. Replacing it with one which erroneously identifies me as belonging to my ISP adds confusion.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    2. Re:RFC850 by Thr34d · · Score: 2, Interesting

      If a network can be considered an organization (that brings up many side topics) then what RR is doing is in fact within the spirit of the RFC.

      I'd like to know if they're doing this on their business acccounts though. One thing RoadRunner touts a lot is that when using one of their business accounts it becomes transparent that you're on RR. If they're doing this to their business accounts then I'd see more of a problem since that transparency is now gone.

      Big deal if you can't have your cutsy wootsy litte Org header. It's hardly worth a YRO category.

      And saying "But, I'm representing my business when posting!" is pointless, if you're running a business over a end user account get a business account.

      If this is going on with a business account then scream and yell to RoadRunner and maybe even slashdot.

      What right is being taken away here?

      --
      -- This space intentionally left blank.
    3. Re:RFC850 by Fastolfe · · Score: 3, Interesting

      Read the RFC snippet I quoted. The Organization header is meant to identify the organization the user belogs to or the machine, the news server itself. If you're posting through your ISP's news server, you're probably a low-end business or a single-user individual.

      Still, I used the term organization in the context of a network (or news server) hierarchy, not in the logical business context. I may have been too subtle in my original post regarding this.

      From an NNTP point of view, the "organization" is really the provider hosting the news service, but the description of this header in the RFC doesn't really mandate it one way or the other.

      The point I was trying to make is that RoadRunner is not in violation of any civil laws, any rights you think you have, nor are they really breaking anything at all in the RFC or the intent of this header in the NNTP specification. They're doing exactly what a lot of other providers have been doing for years.

      If you don't like this change in policy, by all means let them know. They could easily reverse it, but I wouldn't necessarily expect them to. If all else fails, use a different news service that lets you specify your own vanity organization header (or even better, set up your own news service).

    4. Re:RFC850 by startled · · Score: 2

      "The text of this line is a short phrase describing the organization to which the sender belongs, or to which the machine belongs."

      Okay. They don't belong to RoadRunner, and neither does the machine. If I'm working from home, for example, it would be much, much more accurate to have my business name there, not RoadRunner.

      "The bottom line is that from the Internet's point of view, your ISP and network provider is RoadRunner." I wasn't aware the Internet had a point of view. If it did, I'm pretty sure it would be perfectly happy with my IP.

    5. Re:RFC850 by John+Hasler · · Score: 3, Interesting

      "The Organization header is meant to identify the organization the user belogs to or the machine, the news server itself."

      The machine referred to is the one the article originates from, not the first server it propagates to. Why do you think that news clients insert the "Organization" header to begin with?

      "From an NNTP point of view, the "organization" is really the provider hosting the news service,"

      The organization is clearly intended to be that of the author of the article.

      "They're doing exactly what a lot of other providers have been doing for years."

      A lot of providers have been screwing up news in all sorts of ways for years.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    6. Re:RFC850 by Guppy06 · · Score: 2

      "What exactly is the problem here?"

      Back to the RFC you blockquoted...

      "The text of this line is a short phrase describing the organization to which the sender belongs, or to which the machine belongs."

      Being a customer of AOLTW and being a part of their organization are two very different things. Or am I a part of the USPS because I mail things? Don't tell the union or I might have to start paying dues!

      From the text of that RFC, unless either the user is an AOLTW employee or the terminal PC being used is the property of AOLTW, they're violating the standard. Unless they want to claim responsibility for all kiddie porn posted by AOLTW users...

    7. Re:RFC850 by singularity · · Score: 2

      The Organization header is meant to identify the organization the user belogs to or the machine, the news server itself.

      So if I connect to the Internet from one domain, set my email address through another domain, and use the NNTP server of another domain, the NNTP server owners somehow are able to identify themselves in the "Organization:" header?

      The above example is true for me. Search for my email address as an author on Google Groups. In addition, my header is set to my current employer (the one that provides me with Internet access). This is in part because my NNTP server and my email address do not give a hint to that organization.

      From an NNTP point of view, the "organization" is really the provider hosting the news service

      I strongly beg to differ. Your "provider" is simply the first server the article is propogated to, and nothing more.

      If you don't like this change in policy, by all means let them know.

      But Slashdot should not bring it to your attention so that you might know what is going on and complain?

      I completely disagree with your interpretation of the RFC.

      --
      - (c) 2018 Hank Zimmerman
    8. Re:RFC850 by Alsee · · Score: 2

      Show me where in a contract with an ISP it states that they're supposed to carry my data unaltered?

      Good luck finding a coprorate/end-user contract that says the corporation has to do much of anything. That class of contract is only slightly less one-sided than an EULA, chuckle.

      ISP = internet service provider. The service they provide is accurately carrying data to and from the internet. I suspect it may fall under:

      Title 11: UNIFORM COMMERCIAL CODE
      Article 2: Sales
      Part 3: GENERAL OBLIGATION AND CONSTRUCTION OF CONTRACT

      2-315. Implied warranty: fitness for particular purpose

      Where the seller at the time of contracting has reason to know any particular purpose for which the goods are required and that the buyer is relying on the seller's skill or judgment to select or furnish suitable goods, there is, unless excluded or modified under section 2-316, an implied warranty that the goods shall be fit for such purpose.

      At a very minimum, what they are doing is a Bad Idea.

      P.S.
      I just noticed that link is state.maine.us. I found it using google. I'm pretty sure it applies nation wide :)

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    9. Re:RFC850 by Fastolfe · · Score: 2

      Conceded. The stated intent of the Organization header is to provide a better mechanism for identifying the organization where the message is originating, because "site names" are often too cryptic. I was originally looking at this from the operational end, where "site names" would appear in the headers as the message bounced from news server to news server, but I see that "site names" could potentially mean the e-mail address of the sender himself, which makes the intent vague and ambiguous.

      I am of the opinion now that either use (broadly identifying the news service at the provider level or singularly at the user level) is fine.

      I am also of the opinion that strictly honoring client headers alone makes the Organization header nearly useless for making it clear what organization is responsible for sending the message. It's simply a vanity tagline at that point which cannot be relied upon in the least, unless you already know the person.

      To be honest, I don't think this header really has a significant amount of value at all, no matter which way it's meant to be used. If the providers force their Organizational header on all content they introduce into USENET, it doesn't really reflect the organization of the user himself, and any user trying to track down the sender for abuse purposes would presumably know how to read USENET headers to find the site name itself, which would be authoritative anyway. If you let users put whatever they want in there, it just becomes a vanity header for whatever they want to put. Either way, useless in my book.

      But thanks for pointing this out. I see now that I was perhaps reading things too narrowly and trying too hard to figure out the intents of the original authors.

    10. Re:RFC850 by Fastolfe · · Score: 2

      The trouble is trying to define legally "not realistically" what an ISP provides.

      And for that, we have to refer to the RFC. Unfortunately, I'm starting to think that the RFC is sufficiently vague for the purposes of this header that either way (co-opted or ignored) would be in the spirit of the specification. If the spec isn't helpful, you have to go on general consumer expectation. Given that a large number of providers use this header as Road Runner has chosen to use it, I do not believe one can make a case against it as "general consumer expectation" (whatever the legal term is).

      So it all comes back to one's response to their provider's business decision. If someone doesn't like it, they should complain or use someone else's news services.

  30. Re:They are your ISP by anthony_dipierro · · Score: 2

    So stop using them. And sue them. Problem solved.

  31. Re:Organization field matching the organization Sh by mpe · · Score: 3, Insightful

    Correct me if I'm wrong but isn't this a perfectly correct implementation of organization? Whose NNTP server was used?

    This header predates NNTP

  32. What? by The+Asmodeus · · Score: 3, Informative

    Ok, I'm a RoadRunner customer. I read this and immediately went out to check my posts. Nope, didn't see the text added in any of them. Even posted a new post and still no text.

    So, either it's not happening in all areas are this yet another bogus "It was posted on the web so it has to be true" story.

  33. Re:Organization field matching the organization Sh by John+Hasler · · Score: 2

    "Since when has RoadRunner allowed you to run servers?"

    An NNTP server does not have to be accessible from outside your network. Lots of people run servers such as leafnode (I use cnews) for convenient off-line news reading. RR cannot tell whether an article is being posted by a server or a client. They will still overwrite the "Organization" line, though.

    As another poster suggested, sign up with Newsguy.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  34. Re:Spam? (Was: Re:Why?) by mpe · · Score: 3, Insightful

    The biggest reason I can see is to help cut down on spam. If people try spamming through RR, the recipient will KNOW it came from a RR server, and know where to complain.

    But they could just as easily add something like "X-Complaints-To:" or "X-ISP:", etc. Rather than deciding that RFC 850 dosn't quite apply to them. The header is for identification of the poster's organisation. Rather than whatever ISP their employer may use...

  35. Re:Until they get their asses sued by mwa · · Score: 2
    There will be no ramification until they get their asses sued when somebody using their service gets so bold as to criticize a pet shop.

    Or post a Harlan Ellison book.

  36. Re:They are your ISP by garcia · · Score: 2

    I don't work for RR but from what I understand as far as Cable ISPs go email/news/webspace is a FREE service that comes along w/your cable Internet.

    They don't give credit for downtime on these and they don't consider them mission critical.

    If you are so hepped up about your email/news/webspace do it yourself. They are under no obligation to give it to you.

    I use RR. My webpage is not rr.com, my email address is not rr.com. I use rr.com to read news (on the few occasions I decide to) only b/c it is fast as shit.

  37. Re:rfc1036 by John+Hasler · · Score: 2

    "Since "machine" isn't defined within the RFC, I think there's some latitude to allow Roadrunners practice."

    "Machine" refers to the machine on which the article originated. Usenet is a store and forward system that use a flooding algorithm for distribution. RR's server is merely one of the servers in the path from your machine to that of any particular reader. Altering the headers to imply that your article originated on their machine is misleading. The can add 'X' headers for spam tracking.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  38. Re:Kinda like... by Kierthos · · Score: 3, Insightful

    If I had a RoadRunner connection for free, then yeah, maybe I could deal with them wanting to plug themselves in my e-mails and news postings.

    However, since RoadRunner is a pay-to-use service, aren't they getting money already? Why, yes, they are. And what if part of your organization is required to post to certain newsgroups, and all of a sudden, with no warning, instead of being from BlahCo, it says it's from RoadRunner? Wouldn't you be a touch upset about that?

    They can fix it by making it opt out.

    Kierthos

    --
    Mr. Hu is not a ninja.
  39. How to strike back by eschasi · · Score: 5, Funny

    If this were happening to me, I'd change my netnews .sigfile to read
    --
    If the Organization line on this post says 'RoadRunner', then the opinions expressed here are the official opinions of 'RoadRunner'. They put their name on them, they must approve.

    1. Re:How to strike back by Anomie-ous+Cow-ard · · Score: 2, Interesting
      Other than setting you up for fraud by claiming to be an official representative of RoadRunner

      eschasi isn't claiming to be an official representative of RoadRunner, just pointing out that if RoadRunner went through the effort of adding their name to the post which implies approval of said post.

      I'd rephrase it slightly anyway... maybe something along the lines of

      If RoadRunner has placed their name in the Organization header of this post, that action may be taken as their official approval of the opinions expressed herein (as they are then claiming I am a part of their organization).

      Anyone else have a mutant version of the same sentiment?

      --

      --
      perl -e'$_=shift;die eval' '"$^X $0\047\$_=shift;die eval\047 \047$_\047"' at -e line 1.

  40. Seems harmless, maybe even proper by ishmalius · · Score: 2, Insightful
    Our old ISP did that. I didn't notice for months, until I saw an old posting of mine on Deja News. You know what? I didn't care.

    But think about it logically. You may read USENET postings from anywhere on the Net, but you are posting from their server. In this sense, the tagging of the Organization line with their information seems quite proper. Maybe to qualify for your own Organization tag, you need to run your own qualified NNTP server.

    And then there is a really damn good reason for doing this. Putting their information on that header also correctly indicates the source of the posting, so it is a valuable tool for tracing a culprit of USENET spam, a task for which I would gladly grant the ISP's the use of that silly header.

    1. Re: Seems harmless, maybe even proper by elemental23 · · Score: 2

      And then there is a really damn good reason for doing this. Putting their information on that header also correctly indicates the source of the posting, so it is a valuable tool for tracing a culprit of USENET spam, a task for which I would gladly grant the ISP's the use of that silly header.

      No, the Organization: line simply cannot be trusted as an accurate indication of where a post came from. Sure, RR users will say "Roadrunner" there, but it's trivial for me to change my Organization: line to Roadrunner before posting through my Supernews account. Anyone trusting that header will then report my (theoretical) abuse to RR instead of the actual service it originated from.

      NNTP-Posting-Host:, Message-ID:, and X-Complaints-To: headers already exist for this purpose. Organization: headers would only be useful if every newsserver, without exception, forces them this way.

      --
      I like my women like my coffee... pale and bitter.
  41. What garbage? :-) by vadim_t · · Score: 2, Interesting

    Since I added a Perl script to remove Yahoo crap from email to my .procmailrc I haven't seen them again. Still wastes my bandwidth, but no disk space at least

  42. Re:Credit card, ha ha by alen · · Score: 2

    Think about it stupid. A credit card can easily be verified by a computer like they do at Amazon and hundreds of other sites. With photo ID you need paid employees to verify it. Kind of hard running a free services and needing to hire an army of people for monkey work. How are you going to pay them?

  43. Re:Organization field matching the organization Sh by alen · · Score: 2

    Businesses can. That's why they pay more. I get free business class DSL from my employer and can run servers and have a public IP.

  44. Who uses NNTP anyway? by alen · · Score: 2

    A good sized business will run their own NNTP server anyway and have a real business ISP. But how many small businesses actually use nntp? For what except spamming newsgroups with penile enlargememt ads?

  45. Re:If I could read the article... by Phroggy · · Score: 2

    It would be nice if I could the article. The page comes up blank here under Nutscrape 4.79.

    You're right, it doesn't render in Netscape 4. However, I just tried it in nine other browsers and it renders just fine in all of them. Netscape 4 pretty much sucks.

    (If you're wondering: MSIE 4.1.4, Mozilla 1.0 RC2, OmniWeb 4.1b6, iCab 2.7.1 and Opera 5.0.498 on Mac OS X; Konqueror 2.1.1, Galeon 0.11.0, Lynx 2.8.3rel.1 and Links 0.9.6 on Linux. To be fair it should be noted that Lynx doesn't really render the table like the others, but the text comes out fine.)

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  46. Re:read too quickly when I'm tired by Phroggy · · Score: 2

    Simple, set a limit on how many messages can be sent from an account.

    But if you can just bypass Earthlink's SMTP servers, then how can they enforce anything like that?

    Require the person to sign an agreement that states clearly that they can now use the system for spam, at a price of 500 dollars per email.

    I really like this idea.

    For every message have the smtp server look for typical spam related signs like forged headers, javascript, etc and flag them for human inspection. Charge accordingly.

    Again, firewalling port 25 like they do is what makes this possible.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  47. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  48. Rewrite History? No way! by Mana+Mana · · Score: 2, Insightful
    To allow you to use your own vanity Organization header would only add confusion and defeats the spirit of the header.
    What revisionist claptrap, silly ho. ~24 years of precedent flies in the face of that lapdog statement. Common practice is for that user-adjustable header to be optionally filled in by the ISP/news provider with their entity name IF the user leaves it blank! Oy vey. News clients for time immemorial have provided facilities for filling that field user-side, for a reason.

    Make your silly case when the topic/s are the headers: NNTP-Posting-Host, X-Trace, X-Complaints-To.

  49. Easy solution by Blue+Neon+Head · · Score: 5, Funny

    All concerned RoadRunner customers should change their organization name to "is a sh*tty ISP."

  50. RR wants to be an I(SP), not an (IS)P by harlows_monkeys · · Score: 2
    Road Runner, and most other cable ISPs (and the major phone company DSL ISPs, for that matter), don't think the same thing you and I think when they say "Internet Service Provider". They think of it as "Internet (Service Provider)"...that is, a Service Provider who happens to provide the service over the internet. They basically want to be like AOL, controlling the complete internet experience, from connection to content.

    What most people here want is an "(Internet Service) Provider"...someone who gives them a pipe with some IP addresses, and possibly provides DNS, SMTP, POP/IMAP, and NNTP servers, and maybe throws in some web space, and then pretty much gets out of the way.

  51. Nice of them to assume liability by sam_handelman · · Score: 3, Funny

    I think it's real sporting of them. By identifying themselves as the organization responsible for the messages (not mereley the source of the messages), do they not open themselves to legal action? Shielding their customers, who are small-fry (anything other than AOL/TW, including most countries) by definition.

    Seriously, this has all the hallmarks of (rather clever) disgruntled employee sabotage. How much attention do you think the higher-ups at rr even pay to their UseNET service? How closely do you think it is monitered? I'm betting very little and not-at-all. It could be weeks before they really notice/understand, even now.

    If I still had UseNET flamewars^H^H^H^H^H^H^H^H^Hdiscussions, I'd be really pissed; I have roadrunner.

    --
    The good and new comes from no quarter where it is looked for, and is always something different from what is expected.
  52. Re:They are your ISP by matth · · Score: 2

    This is correct.. you follow my logic very well. You pay them. You use their service. What you pay them is "rent" if you will for their servers and bandwidth. They may do whatever they want to. You're free to go to another service. It's like if yo urent a house, you're paying the landlord for the right to live there, but he's free to sll the house, or say you can't have animals there, etc.

  53. Which servers? by Restil · · Score: 3, Interesting

    Does this apply only to the RR usenet servers? Or does this apply to ANY usenet server that a RR customer is using?

    Big difference. IF RR owns the server and provides it as part of a package, yes it might suck, but its their server and if they want to alter information, I suppose its their right to do so. You don't HAVE to use it. In fact, most ISP based newsservers suck anyways. It wouldn't be a great loss.

    A lot of companies do things behind the scenes without putting into their terms of service. A great many isps will run httpd traffic through a cacheing proxy to either save on upstream bandwidth or to record information. One of these schemes makes perfect sense, the other is slimy.

    Ok, so they're changing your organization field. Whether this matters or not, you know about it now. If its a problem, use a different news server. However, if they're hijacking nttp packets and "fixing" that information, then you have a BIG problem. At NO point should ANY information I send out be modified. If they want to play games to save bandwidth, fine. But I better get the exact data I request, and the other end better get the same data I send, with no
    modifications. THAT would be entering into the realm of arbitrary censorship without permission.

    They might STILL be within their rights to do that, but if I were a customer of theirs, I would start shopping around.

    -Restil

    --
    Play with my webcams and lights here
  54. It's There Business Practice by Tazzy531 · · Score: 2

    What's the big deal? Come on, lots of companies do stuff like this. Viral marketing works a lot better than full blown ad campaign. Look at Yahoo and Hotmail's mail service. At the bottom of every email they have a "Get your free email account at Yahoo.com" or "Get your free email account at Hotmail.com" Why don't people make a big deal about that? You use their service, you have to deal with those types of things. They could easily not provide a free nntp service to you, but they do as part of your service plan. If you want to use another service, there are plenty on the net.

    --


    _______________________________
    "I'm not Conceited...I'm just a realist..."
  55. Re:They are your ISP by garcia · · Score: 2

    you are one of the people that just doesn't understand how much cable costs.

    I am on cable. I pay $49.95/mo. I get a steady 3mbit connection. No peak hours, no crap. Just steady bandwith. That's nearly 2 fucking T1's.

    You tell me that two T1s to your house costs $49.95? Woah. You own.

    You're paying for bandwith. Not the fucking email or news. Believe me.

  56. Re:No Organization by GigsVT · · Score: 2

    I've been fired for having an oganization header define as above

    You were fired over a usenet post with an incorrect organization header? Come on! Maybe it was because you can't spell?

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  57. Re:Commentary.... by GigsVT · · Score: 2

    Assuming that they are a publicly traded company, which may not be the case, one of the items on their balance sheet is "Customer Good Will".

    I think you need a class in accounting. I defy you to show me one balance sheet with such an entry. Note that "Goodwill" is something totally different.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  58. Do ya one better by IGnatius+T+Foobar · · Score: 2

    I don't see the problem here. The Organization: field gets set by the NNTP server that carried the message onto the 'net. This is great, it provides quite a bit more authenticity for messages.

    I'm building a little groupware server that supports SMTP/POP/IMAP (among other things) and I do something even more heinous, to prevent open relaying: if you're not using authenticated SMTP, you can't deliver a message that claims to be from one of the server's own domains -- and if you are using authenticated SMTP, it rewrites the From: header line, forcing the message to appear authored by the user you logged in as.

    Internet tradition and even some RFC's say that it's a sin to alter the message content, but in an era where people on the 'net just can't be trusted anymore, I think that's an obsolete concept.

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
    1. Re:Do ya one better by moncyb · · Score: 2

      it rewrites the From: header line, forcing the message to appear authored by the user you logged in as.

      Oh great, another piece of software that rewrites my email address to myloginname@ crap.dns.entry.pointing. to.my.computers.ipaddr.myisp.net Where my computer isn't running a mail server, so this makes it so no one can contact me, and when they try, their mail server bangs against my firewall for days.

      Just kidding! I'm sure you wrote it correctly so it doesn't do that--I hope. Unfortunately, there are a lot of programs written for UN*X that do just that. Sucks to have to fix those problems all the time on my computer at home...

      One more on topic comment: back when I was on @home they used to add an Organization: line when your newsreader didn't, however their terms of service said that you shouldn't ever represent yourself as @home in any way. I guess I'm splitting hairs, but that seems a bit contradictory to me...

    2. Re:Do ya one better by IGnatius+T+Foobar · · Score: 2
      Just kidding! I'm sure you wrote it correctly so it doesn't do that--I hope.
      Of course! If your account on the server is "myname@mydomain.dom" then that's what it stamps on the message. It's controlled by the server admin and doesn't try to figure out who you are based on where you're connecting from -- it figures out who you are based on who you logged in as. Authentication at its best :)
      --
      Tired of FB/Google censorship? Visit UNCENSORED!
    3. Re:Do ya one better by dodobh · · Score: 2

      Hmmm, I have more than one email address, each for different mailing lists. If I authenticate through your server, it becomes worthless for me, since the from is overwritten.
      Plus, you are giving away the username, which is half the information needed to do a bruteforce attack.
      What you need to do is put the authenticated header in your SMTPd logs, but not in the mail.
      Maybe just a X-authenticated-from: header which allows for easy checking of spam by the admins.

      Not a good thing to force the from. there is a legitimate need to allow multiple from addresses, even if you authenticate as any user.

      --
      I can throw myself at the ground, and miss.
    4. Re:Do ya one better by moncyb · · Score: 2

      I'm glad to see there are some sane open source programmers that doesn't assume everyone is connected to a mainframe at a major university. :)

  59. Add you own.. by nolife · · Score: 2, Informative

    X-Roadrunner-Status: It Sucks today and probably more tommorrow

    or if you want your own organization use:

    X-Organization: [Your company name]

    --
    Bad boys rape our young girls but Violet gives willingly.
  60. Re:you warez types... by dattaway · · Score: 2

    That's all newsguy and the other binariez hostz are for, gets warez. Don't LIE! dumass

    All the action packed multimedia you will ever need:

    alt.binaries.pictures.motorcycles.sportbike

    Zero budget films shot locally rule. All else is warez and pr0n for the PFY's.

  61. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  62. Updated Newsguy Pricing by Gleef · · Score: 2

    Updated Newsguy pricing can be found here: (http://newsguy.com/overview.htm). Executive summary:
    Basic newsgroup access (10MB/day download cap): $40/year
    Add a couple of email addresses and website/storage: $5.95/month (i.e. $72/year)
    Up the daily download cap to 500MB/day: 12.95/month (or pay per year for $80/year)

    As far as I can tell, all accounts seem to have access to the binaries groups, but 10MB/day will be frustrating if you want to actually use those newsgroups.

    No, I'm not affiliated with Newsguy. Never used their service, so I don't know how good they are (or aren't).

    --

    ----
    Open mind, insert foot.
  63. Re:columbus.rr already did this by RedX · · Score: 2

    Looked into WideOpenWest yet? They just began offering cable Internet service in Columbus in the past month at very competitive prices. Better yet, they offer tiered services, so you can pay a little less if you don't need the fattest cable pipe they offer.

  64. Re:They are your ISP by Rosonowski · · Score: 2

    The problem with this method of thinking is that unlike an apartment or rented house, ISP's (broadband in particular) are harder to come by in some places. Here, where I live, the only broadband provider is adelphia. There are others, but at a couple hundred bucks for an installation, and then a few hundred a month after, I can't afford that.

    Expounding upon that, I'm not about to go back to dial-up.

    --
    01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010