Slashdot Mirror


Good Guys 2, Spammers 0

JoeJob writes "A couple of victories in the legal war against spammers. First, a Washington resident has been awarded a $250,000 decision against a spammer that sent him 58,000 copies of a spam. Second, looks like the spammers who are trying to sue Spamhaus, SPEWS, and other spam blacklists have decided to tuck their tails and run. Let's hope this trend continues." If you care to celebrate this, one food springs to mind.

76 of 415 comments (clear)

  1. This is what it has come down (to) by trolman · · Score: 4, Interesting
    When you look at the big picture CAUCE and the likes will prove to be the Open Source solution to the problem. Those other guys are just doing it for the banner ads.

    Back in the day; when the debate about allowing comerical interest on the Internet fired up, many predicted that today' situation would be the outcome... *soft crap destroying the backbone and .com(ers) diluting the content to the lowest common denominator.

  2. I won't be happy till by greechneb · · Score: 5, Funny

    i won't be happy until there is no spam at all.... That, or capital punishment. Nothing like deterring spam with a good caneing. Anyone who recieves a copy of the spam gets to give the offender a whack. In extreme cases (porn sent to childrens email address, etc.) the spammer is sent to a federal -pound me in the ass- prison. Don't even ask about what happens for the penis enlargement senders ;)

    1. Re:I won't be happy till by why-is-it · · Score: 4, Insightful

      i won't be happy until there is no spam at all....

      Then I guess you won't be happy.

      Look at the articles that show that there are enough gullible people out there to give the spammers a viable (if repugnant) business model.

      I figure the bogus lawsuits against spamhaus present a good way for us to fight back. If we can take down some of the main offenders, it won't necessarily reduce the amount of spam we get, but it might act as a bit of a deterrent for some of the other pond scum.

      We need to fix the SMTP protocol to put these guys out of business for good. That, or a bullet...

      --
      *** Where are we going? And what's with this handbasket?
    2. Re:I won't be happy till by RollingThunder · · Score: 2, Informative

      AFAIK, caning is "corporal punishment", not capital. Capital = death, corporal = physical.

      And I agree - bring back the cane!

    3. Re:I won't be happy till by wolrahnaes · · Score: 2, Informative

      Yes, a "fixed" SMTP or a new protocol will drastically reduce spam.

      SMTP is a trusting protocol. It relies on the sending computer to correctly identify the sender.
      This is how spammers send out millions of messages with bogus From: addresses. If a new protocol was implemented that required the sender to prove their identity (or at the very least, made sure the From: domain is actually in the network being served), that would make it harder for spammers to BS their addresses, thus making it much easier to block them.
      Unfortunately the spammers don't seem to understand that if we have a spam filter enabled, WE DON'T WANT THEIR CRAP! All it does by slipping past our filters is piss us off.

      --
      I used to get high on life, but I developed a tolerance. Now I need something stronger.
    4. Re:I won't be happy till by Moonshadow · · Score: 4, Funny
      I can see the policy now, 1 hit with the cane for every 250k of spam you send.

      I think you made a typo. There's not supposed to be a "k" after 250. :D

    5. Re:I won't be happy till by austad · · Score: 2, Informative

      You mean a replacement like this:

      http://amtp.bw.org/

      I saw something the other day that it now has its own RFC.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    6. Re:I won't be happy till by osjedi · · Score: 4, Funny


      I won't be happy until someone sends me 58,000 copies of a spam message and I get paid $250,000 for it. That's $4.31 per message. I would love it and ask for more. I would even invest in more bandwidth and a server farm so they could send it to me faster.

      --
      -=-=-=-=- osjedi uses Debian GNU/Linux. -=-=-=-=-
    7. Re:I won't be happy till by ePhil_One · · Score: 2, Informative
      SMTP is a trusting protocol. It relies on the sending computer to correctly identify the sender. This is how spammers send out millions of messages with bogus From: addresses. If a new protocol was implemented that required the sender to prove their identity (or at the very least, made sure the From: domain is actually in the network being served), that would make it harder for spammers to BS their addresses, thus making it much easier to block them.

      Um, no.

      Which is sort of the problem with all these folks bitchin about the protocol being broken, they don't understand the existing protocol but think they can fix it.

      Almost all mail servers correctly identify the source IP of the sender. Its in the mail headers. Technically it could be faked, but spammers aren't really working at that level. They use open relays to hide their source IP's, but thats hardly SMTP's fault.

      And how do you verify that the "FROM:" address is actually in the network being served? There is currently no resource that can affirmatively state that 192.168.1.2 belongs to mydomain.com. And if there was, it could easily be added to current SMTP server implementation. There is no need for a new spec.

      --
      You are in a maze of twisted little posts, all alike.
    8. Re:I won't be happy till by JerkBoB · · Score: 2, Informative

      And how do you verify that the "FROM:" address is actually in the network being served?

      SMTP+SPF

      --
      A host is a host from coast to coast...
      Unless it's down, or slow, or fails to POST!
  3. Virus Spam by schnarff · · Score: 5, Interesting

    Too bad it'd never be feasible to penalize all of the people who aren't patching their systems and thus flooding people's inboxes with virus spam. I'm still getting hundreds, sometimes thousands of fscking "Your Details" e-mails every day -- despite the fact that the problem was widely publicized and (supposedly) widely patched. In a way, this is worse than spam, because not only do I often get more virus mails than regular spams, I *know* I'm using a lot more bandwidth on all the SoBig.F crap...but until it's ever feasible to punish folks who won't/can't patch their systems, I guess we're stuck with this crap, too.

    1. Re:Virus Spam by grub · · Score: 3, Informative

      You can filter at the server end based on subject:
      # "Subject" blocks
      LOCAL_CONFIG
      HSubject: $>Subject
      D{Subject}Re: My details
      SSubject
      R${Subject} $#error $: "553 Reject - Likely worm infection."
      Of course if you don't run your own server, you're SOL.
      --
      Trolling is a art,
    2. Re:Virus Spam by schnarff · · Score: 2, Informative
      # "Subject" blocks
      LOCAL_CONFIG
      HSubject: $>Subject
      D{Subject}Re: My details
      SSubject
      R${Subject} $#error $: "553 Reject - Likely worm infection."

      You've probably got a good point here -- but it'd be an even better one if you mentioned what mail server this little recipe worked with. Would you be so kind as to post that info, so I and other mail server admins might be able to use it?
    3. Re:Virus Spam by giftzwerg · · Score: 2, Interesting
      I *know* I'm using a lot more bandwidth on all the SoBig.F crap...but until it's ever feasible to punish folks who won't/can't patch their systems, I guess we're stuck with this crap, too.

      The problem is that these new-age "viruses" aren't lethal enough - infected systems spew digital crap for years without themselves being affected.

      What some helpful soul should do is wait a week after a new virus appears, so that everyone has plenty of time to patch against it, and then release a version of that exact virus that wipes out any infected system completely.

      GZ

    4. Re:Virus Spam by PhoenixRising · · Score: 2, Informative

      There's a huge problem with this approach. Satisfying though it might be to punish such people, it's typically not their fault that they are ignorant. How can someone's grandma, who's still trying to figure out this "email" thing, be expected to know that she needs to purchase a firewall and install it, keep up to date with all the Windows patches /and/ all the patches for other applications that she has, and purchase a copy of an anti-virus program and a subscription to their update service? Even sometimes people who /are/ knowledgable legitimately can't get patches out on time; often rolling updates out to a production environment takes a long time, and with new patches coming out almost weekly for Microsoft OS components alone, you're simply never going to catch up.

      You're looking to put the blame in wrong place, I think. Why should we have to put up with products that require patch after patch after patch? The people whose feet we should be holding to the fire are the developers who fail to adequately test their products before sending them out. It's a travesty that we permit them to disclaim all liability in a EULA; try that in any other industry and see how far you get.

    5. Re:Virus Spam by evanbd · · Score: 2, Insightful

      How is this different from regular maintenence on a car? I'm required to keep my car up to date on polution standards; if I don't keep my car well maintained and the breaks fail and cause an accident, I'm liable for the damages (though insurance exists for that), etc, etc. How is expecting a random pc user to keep up to date on patches any different than expecting a random driver to keep up to date on state inspections? And before you complain about expecting too much of people, if they were legally required to keep up to date within a month, there would be a market for computer techs to keep them up to date. And before you complain that paying people to do that is too expensive, note that unsafe cars are far, far cheaper, but you aren't allowed to sell them because they have been deemed bad for society. How is this different?

      I should note, however, that I generally agree with you that blaming developers is probably a better idea. But if you do that, I think you need a reasonable system to allow for occasional mistakes that are fixed in a timely manner, and also a way to allow distribution of developmental projects.

  4. Now that's sleazy! by El · · Score: 4, Funny
    "We are not satisfied that petitioner presently possesses the character and general fitness requisite for an attorney and counselor-at-law," wrote the state's Supreme Court panel [regarding Attorney Mark Felstein]

    When a group of lawyers thinks you are too sleazy to join them, then that's really saying something!

    --

    "Freedom means freedom for everybody" -- Dick Cheney

  5. Wow by elid · · Score: 5, Funny

    58,000 separate offers to make $10,000 each = a lot more $$$$ than the $250,000 he got He obviously picked the wrong option in suing

  6. Musubi by drpentode · · Score: 5, Informative

    Spam and rice is what my Hawaiian college buddies called it. You could smell it all the way down the drom hall. And it tastes really good. Really. ;) Kind of reminds me of sushi, only saltier.

  7. Correction... by evilninja · · Score: 5, Funny

    ...good guys: 2, Spammers 1,943,238,345,753,261 (today alone)

    1. Re:Correction... by 514x0r · · Score: 2, Insightful

      i wouldn't mod this as funny....more like depressing.

      --

      !(^((ri)|(mp))aa$)
  8. Re:american jurisdiction by Anonymous Coward · · Score: 2, Insightful

    Screw that. If the RIAA can charge people $150,000 per song, scumbag spammers should have to pay us $250,000 per e-mail!

  9. First time I've heard of CAUCE by Trigun · · Score: 5, Informative

    you can sign up at their How Can I Help page, and apparently it costs nothing to join.

    If you're not in the U.S., you can sign up to their international chapters:
    EuroCAUCE - Serving the entire continent
    CAUBE.AU - Serving Australia, New Zealand, and all of the Pacific Rim
    CAUCE Canada
    CAUCE India - Serving Asia and the Indian subcontinent

    I'll be signing up today.

  10. Suing SPEWS, etc. by Kalewa · · Score: 3, Insightful

    I don't think it's right to sue someone because they're trying to help block spam, but I think the way that some blacklists go about it is very much wrong and harmful to innocent bystanders, and they really should be held more accountable than they are.

    1. Re:Suing SPEWS, etc. by Eggplant62 · · Score: 4, Insightful
      People aren't free to choose if when they're being feed disinformation.

      Boycott organiziers like SPEWS should be accountable for what they "say" via their lists. If, for example, they claim to list only spammers, and ISPs that support spammers, but they also list anyone who owns a rabbit, then they are publishing disinformation. It would be completely unfair to bunny owners, and they should be held accountable for that.
      SPEWS never said it would only block spammers or single IP spam sources. SPEWS exists to block spam-friendly service providers. Where's the disinformation? Listing starts at the single IP, and maybe the /24 he's occupying. If the spam stops, the listing is lifted. If the spam continues and further complaints are ignored, the blocking expands, sometimes until an entire ISP's delegation is covered.

      Again, where's this "disinformation?" Having trouble comprehending the SPEWS FAQ?
  11. "Good guys 2, Spammers 0" by mao+che+minh · · Score: 5, Funny
    When I saw that header, I was hoping that the article would involve ballistics, automatic weapons, and close-range muzzle burns. Instead, it's only about litigation.

    You can imagine my dissapointment.

  12. ISPs? by gregbaker · · Score: 3, Interesting
    Would it not be possible for large ISPs to lauch similar suits as class-action? Imagine AOL suing spammers on behalf of all subscribers in Washington, with any judgement distributed among the receivers (minus whatever fees come off a class-action suit).


    You'd have people signing up for AOL, just to get the spam.

  13. 250k! thats it? by greymond · · Score: 3, Interesting

    Now 2.5mil woul be painful, but 250k doesn't seem like much. But at least another one bites the dust. And hopefully this will encourage others who have the means to continue to sue spammers. I have the will, but no means. As in I have a desire and a bunch of email records yet I have no money for a lawyer and googling for free info seems to bring up useless adds for stuff I don't need.

    On another note I was eating dinner wiht a friend and she told me in VERY strong terms that spam would "never go away" and as a business practice it works great and she supports it. She said in her company's case they "send" out their marketing material to harvested emails that are sold to them froma third party. Yet inthe next sentence she complains about getting penis enlargemtn emails and breast enhancers.....

    meh!

    1. Re:250k! thats it? by Misch · · Score: 2, Interesting

      Well, look at it this way. SLAPP isn't going to rake in the big bucks. In fact the largest SLAPP award that we've seen so far in the US was for $500,000 when everyones' favorite nut cult tried to kill a lawsuit against it.

      The big money will come in the punitive damages.

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
  14. Re:american jurisdiction by introverted · · Score: 3, Funny
    isn't the judge overdoing it a bit by making the spammer pay 250,000?

    According to the article, Washington State law would have allowed the guy who filed the suit to receive 29 million dollars. He only asked for a quarter million. (Presumably because it was "enough.")

  15. Hate Spam? Use SpamBayes by notsewmit · · Score: 3, Informative

    The best anti-spam tool I've found so far is SpamBayes, a great open source app that lets you decide what is spam and what isn't. Just train it for a few days (perhaps longer depending how much Spam you get in a day) and it'll filter all the junk mail to a separate folder. If there are any false positives (or negatives), just move it to a "good" folder and train it again. After a week of training, it hasn't failed once!

  16. But will he collect? by redwoodtree · · Score: 4, Interesting

    This is all well and good, but it will be news for real when the spam house pays up. The chances of ever collecting on this judgment are slim and none.

    Actually finding and garneshing their accounts is possible but I can not imagine that will be easy or practical.

    The other question I have is, how about a class action law suit. I know about 100 million people that would like to sue, the ULTIMATE class action.

  17. Com'on by Anonymous Coward · · Score: 2, Interesting

    Tech solutions will beat legal ones in this fight. Check out Mailinator

  18. Welcom'... by GillBates0 · · Score: 4, Funny
    Da only thin' I can 'tink of is:
    I, fo' on', welcom da' new musubi cookin' overlords

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
  19. Re:Fuck SPEWS by jchawk · · Score: 4, Insightful

    You run a site that promotes porn, if someone disagrees with porn should they DDos you? The answer is no, they just shouldn't look at your site.

    SPEWS is pretty much the same thing, if you don't like them don't use them. If you don't like that your ISP uses them, switch ISP's or have them remove the spam filtering on your account, it's that simple.

    It's very apparent you have never had to deal with spam and angry users at the ISP level, it's a whole different ball game, don't advocate DDos of the tools that we need to protect our users. You shouldn't advocate DDos for anything, not even spammers.

  20. Why are you dissapointed? by Absurd+Being · · Score: 5, Insightful

    Litigation is a fate worse than a thousand deaths. Lawyers have powers to destroy that far exceed anything mere torturers have available. Sticks and stones can break your bones, but names can be used to forever dissolve your sense of security, seal away prosperity, call down imprisonment, tortures, and exile, and to confuse you, and kill you in installments, wasting your time away with convoluted garbage. Being flayed alive to death doesn't quite match being nickel-and-dimed to death. One torment lasts hours, another lasts decades.

    --
    Karma: Excellent^(-t/Tau), Tau=Wittiness/Trollishness
  21. I'm not a spammer by anotherone · · Score: 2, Insightful

    But I'd still like to see SPEWS sued into the stone age. If you want to block spam, that's fine... but you just can't convince me that blocking thousands of legit servers, just because they're close to spam servers, is in any way a good practice.

    --
    Username taken, please choose another one.
    1. Re:I'm not a spammer by Eggplant62 · · Score: 3, Insightful
      But I'd still like to see SPEWS sued into the stone age. If you want to block spam, that's fine... but you just can't convince me that blocking thousands of legit servers, just because they're close to spam servers, is in any way a good practice.
      So, gimme a better incentive for an ISP to clean up its network than being blocklisted to hell and back for supporting spammers? MAPS tried to do it by the single IP and they damned near got sued out of existence, or at least into irrelevance. Other lists have concentrated on listing single IP spam sources and have had only limited effect on the problem.

      It took the folks behind SPEWS to get ISP's around the world to sit up and take stock of their problems with hosting spammers, spammish websites and providing dns to spammers. Nothing hits home like listening to a customer tell you about how you're going to leave their service unless they clean up their network space.
  22. Re:Blacklists. by grub · · Score: 2, Informative


    Bah to that.

    I used the Osirusoft lists for a good while. They helped me reject more spam than you can shake a stick at. I don't care about the guy's personality that runs the show (Joe), I just like his product. Just as I like OpenBSD. ;)

    --
    Trolling is a art,
  23. Re:500$ per email?! by stratjakt · · Score: 2, Insightful

    Why, the damages are punitive my good sir. YANNL (Youse Ain't Not No Lawyer)

    --
    I don't need no instructions to know how to rock!!!!
  24. Does this frighten anyone? by PD · · Score: 5, Funny

    According to the article, there is an FTC commissioner named Orson Swindle.

  25. Re:Where did they find this lawyer? by lx805 · · Score: 5, Informative

    Thats the funny thing: they *DIDN'T* find the lawyer.

    Mark Felstein is not only the representing council for EMarketersAmerica, he's also their sole corporate officer, and as far as anyone can tell, their only member. The EMA was formed mere weeks before the lawsuit was filed.

    One of the defendants assertions has always been that EMarketersAmerica was formed for the sole purpose of filing the lawsuit. In fact, somewhere on the NANAE threads was a remark that Felstein admitted that he would dissolve EMarketersAmerica at his earliest opportunity once the lawsuit was resolved.

    Of course, the defendants might have a thing or two to say about that...

  26. Enlargement senders by phorm · · Score: 2, Funny

    Don't even ask about what happens for the penis enlargement senders

    They are sent to Federal PMINTA Prisons, and their cellmates are given viagara and enlargment pills that work?

  27. Re:500$ per email?! by Godeke · · Score: 2, Interesting

    It's called "punative damages". I surely don't cost $10,000 just to pick up the phone (although, there's a goal to strive for...) but the new federal "Do Not Call" list has just that as the penalty for bypassing it.

    Fines are usually *not* based on the "cost" but instead of "deterent value". If the fine was a penny, the spammer might just pay it.

    --
    Sig under construction since 1998.
  28. Somehow... by JFMulder · · Score: 3, Funny

    a Washington resident has been awarded a $250,000 decision against a spammer that sent him 58,000 copies of a spam
    Somehow, I fell like I'd really like to receive a lot of SPAM now.

  29. Re: $250,00 a fair settlement? Certainly.... by King_TJ · · Score: 3, Insightful

    Don't forget, these spammers are actually making considerable profit doing what they do!

    At first, you might feel it's excessive to make someone pay out $250,000 for dumping a bunch of spam mail on somebody (presumably by accident, since they couldn't think it made any kind of business sense to send mail tens of thousands of times to the same address?).

    If the punishment isn't high enough to make the spammer think twice about his/her actions though, it won't function as a deterrence. (It's fine and good that settlements make amends for wrong done to the person suing, but in cases like this, it's sensible to ensure the money awarded is sufficient to deter the accused from doing the same thing to somebody else. Why cause more people to tie up the court system with similar cases brought against the same guy, if you can put a stop to it the first time?)

  30. The most important part... by phorm · · Score: 4, Insightful

    It's not about the money, it's not about the individual spammer, it's about a little thing called precedent

    In the end it's about winning in court - and a $250,000 win in court would be would more than twice that in settlement. Spammers, time to duck and cover, because I see only more of this type of legal retaliation in the future.

  31. Simple Solution by freedomchild · · Score: 4, Interesting

    Okay, It seems to me that there is a simple solution to all of these spam related problems.

    Instead of relying on a technological solution that will be circumvented sooner or later, why not follow the money?

    Going after the spammers themselves seems to be a losing proposition because they have become adept at being elusive. The people in this equation that cannot afford to be elusive are the ones that are actually collecting money from the targets of spam. The people that are paying the spammers for their services are the ones that need to be penalized. When the spammers are no longer useful they will die out.

    Making money from spam should be made illegal. I think it would be a lot more effective at reducing spam than the methods that are being used now.

    If my logic is in any way flawed, please let me know.

    --
    We have caught the sniper like a duck in a noose. We understand that hearing us say this is important to you...
  32. Re:This is wrong. by silas_moeckel · · Score: 3, Insightful

    lets leave bandwith and storage out of it and fixate on time lets say it takes you half a minute to delete each spam. If you make $120 an hour then thats a buck to delete the email. Yes I relize thats roughly a quarter of a million dollar sallery but it's not unreasonable people make that mucha nd more. Actualy I think the damages are supposed to be punitive not compensitory. With punitive damages it's a fine that they person that files suit gets to collect sort of a prize for actualy spening all that time on the suit. Compensiory damages are for actual costs incured.

    --
    No sir I dont like it.
  33. Good Guys 2, Spammers 0? by psiphre · · Score: 3, Funny

    it seems to me more like this puts the score at "good guys: 2, spammers: 93856299376591".

    maybe I'm just pessimistic?

  34. Earn thousands from the comfort of your own home! by Psyx · · Score: 3, Funny

    A new multilevel marketing business...

    Here's how:

    1) Move to Washington state.
    2) Set up an email account.
    3) Populate the web with your email address.
    4) Collect the spam.
    5) Sue for thousands.

  35. Re:Fuck SPEWS by Thuktun · · Score: 3, Informative

    Under your "logic" (note the quotes), you would encourage a city to put up military roadblocks, and prevent anyone from going in, when they find one crack dealer in your neighborhood.

    Please. SPEWS is intended for blocking email, not EVERYTHING.

    I have the freedom to associate with whomever I want. So do you. Do not our servers have the right to associate with whichever servers we choose? Apparently not, in your opinion.

    And when you go to complain, noone exists. Not "you know their name, but don't have access to them", but "nobody knows their names, and we won't tell you".

    There's a reason for that, too. Simply running a blocklist, no matter how gentle, will get you harassment from spammers, death threats, frivolous lawsuits, etc. Those who formed SPEWS simply wanted to avoid all that. (I am not SPEWS, nor do I know who is.)

  36. Good Guys 1, Spammers 1 by gorbachev · · Score: 2, Insightful

    Filthstein is trying to voluntarily drop the case against the individuals listed on his frivolous suit in an attempt to avoid paying for the legal fees in behalf of the defendants.

    If he gets his wish, he's won. The only purpose of that lawsuit was to cause as much cost as possible to the defendants in legal fees and otherwise. It was such a blatant attempt to stiffle free speech, that Filthstein should be disbarred for it.

    The lawsuit also exposed him as the quack as he is. He should be disbarred for that reason as well. You guys should read the motion to dismiss from the defendants' lawyers. It's absolutely hilarious on how it points out the glaring errors in Filthstein's suit. It's not just factual errors regarding the issue at hand, but procedural errors any competent lawyer would've caught before he would've filed the suit.

    For the "FUCK SPEWS" crowd out there, this suit had NOTHING to do with SPEWS. Filthstein and his buddy, convicted cocaine trafficker Eddy Marin, were suing the most vocal critics of Eddy's spam empire, that's all. They just wrapped it around the "we hate SPEWS" banner, because otherwise it would've been too obvious that the suit was nothing but a SLAPP suit.

    Proletariat of the world, unite to kill spammers

    --
    In Soviet Russia, I ruled you
  37. Re:Fuck SPEWS by dissy · · Score: 2, Insightful

    > If my network neighbor spams you, how the fuck is it my fault?

    It isnt. And no one said it was. (Or if they did, they are wrong.)

    > How is my ISP being a dork about it my fault?

    Again, it isnt. Nor is anyone claiming it is.
    You are not being blocked.
    Your ISP is being blocked, and rightfully so.

    9 times out of 10, the ISP (be it local or backbone) is willingly and knowingly faking records to show that the spam came from your ISPs space, or another of their customers IP blocks. That is why ISPs like UUnet do not allocate IP space correctly (SWIP it with arin.) Its because if they SWIPed some space but not others, then we could easily block UUnets spammers by rejecting mail from non SWIPed IPs.
    But UUnet will purposly not SWIP your ISPs block, or your block, to you. This way they can hide spamemrs in their IP space and no one but UUnet can tell who is doing it.

    When a backbone or ISP does this, they become listed by SPEWs.
    Fuck you and any ISP that willingly hides spammers amongs innocent customers.

    And as a final note, you dont need to contact SPEWs admins EVER.
    Why would you? What do you plan to say?
    YOU are not listed, thus YOU can not be removed.
    Your ISP, or their ISP is listed. Only they can be removed.

    Atleast as of now, it is still totally legal to boycott any company you choose to, and they are not suppost to be able to pass a law to FORCE you into buying a companys products you dont want.

    SPEWs is a boycott of email.
    You bitching about how your spam loving backbone is having an adverse effect on you is just like the RIAA bitching about people not buying their CDs so they pass laws to get their money anyway.

    If your ISP hosted 95% kiddie porn, would you be as quick to bitch that the world blocks them (and thus you), and still insist that they are 'ok guys' and you shouldnt be blocked?

  38. Re:Similar to RIAA tactics by pyrrhonist · · Score: 3, Funny
    It was the spammers (ie: Mark Felchstain and the alleged members of his "organization") who sued.

    LOL! That made me almost spew coffee all over my laptop, and I'm not even drinking coffee.

    --
    Show me on the doll where his noodly appendage touched you.
  39. Re:So.. by Frymaster · · Score: 3, Insightful
    You must really hate that spam.

    or really hate freedom.

    nobody likes spam, sure, but this whole scene is really about encouraging the government to regulate communication. i find it amazing that the slashdot crowd who are usually such virulent defenders of an unfettered internet are more than willing to give the government more control when it comes to penis-pill ads!

    if you don't like spam, do something about it. filter, build a honeypot relay, whatever. but don't go whining to the feds demanding they regulate a free and open communications channel.

  40. The ultimate solution by JamesP · · Score: 2, Funny

    Make the RIAA copyright "pen1s enlargement", "v14gr4" and stuff.

    Now, what will happen if they send (not share) thousands of copies of it

    Im all too happy with that

    --
    how long until /. fixes commenting on Chrome?
  41. Re:Hate Spam? Use SpamBayes by Anonymous Coward · · Score: 2, Funny

    Don't worry. I just signed you up for a whole lot more

  42. Re:So.. by Dimensio · · Score: 4, Insightful

    or really hate freedom.

    Good point. I mean, if I want to spray-paint advertisements on the side of your house, and then charge you for the materials used, that's my right! Free speech and freedom and all that, right?

  43. Re:So.. by Eggplant62 · · Score: 4, Informative
    You must really hate that spam. or really hate freedom. nobody likes spam, sure, but this whole scene is really about encouraging the government to regulate communication. i find it amazing that the slashdot crowd who are usually such virulent defenders of an unfettered internet are more than willing to give the government more control when it comes to penis-pill ads!
    We love freedom, freedom from assholes who think that they own our inboxes. A marketer's right to push his information into my living room ends at my doorstep, whether it be physical or electronic. This isn't about freedom of speech in this case at all, as it's been determined before that commercial entities have a very limited right to freedom of speech.

    See U.S. Supreme Court
    ROWAN v. U. S. POST OFFICE DEPT., 397 U.S. 728

    Chief Justice BURGER delivered the opinion of the Court:

    "Nothing in the Constitution compels us to listen to or view any unwanted communication, whatever its merit.... The ancient concept that 'a man's home is his castle' into which 'not even the king may enter' has lost none of its vitality.... We therefore categorically reject the argument that a vendor has a right under the Constitution or otherwise to send unwanted material into the home of another. If this prohibition operates to impede the flow of even valid ideas, the answer is that no one has a right to press even 'good' ideas on an unwilling recipient. That we are often 'captives' outside the sanctuary of the home and subject to objectionable speech and other sound does not mean we must be captives everywhere.... The asserted right of a mailer, we repeat, stops at the outer boundary of every person's domain."

    You can read the entire Supreme Court decision on the FindLaw web page (http://www.findlaw.com/). The specific URL is http://www.findlaw.com/cgi-bin/getcase.pl?court=US &vol=397&invol=728.

    Then of course, there's the CyberPromo/AOL lawsuit, in which the judge held that CP had no First Amendment right to send UCE to AOL's customers. The transcript for that case can be found at:

    http://www.leepfrog.com/E-Law/Cases/Cyber_Promo_v_ AOL.html

    Note: Most of this was lifted verbatim from Message-ID: 343A9BBF.4340@stanford.edu

  44. Re:So.. by DoctorPepper · · Score: 3, Insightful

    but don't go whining to the feds demanding they regulate a free and open communications channel.

    Actually, it's not a free communications channel. You, me, and everyone else that connects to the internet has to pay for that connection.

    Unlike television and radio, where advertisements are a necessary requirement in order to enjoy free reception (if you have cable, it's your own fault! TV and radio are broadcast free to you) of the programs, spam actually unnecessarily consumes bandwidth and time, especially for those on dial-up and/or metered accounts, and enriches no body but the spammer.

    Spam is like all that junk mail you get in your snail mail box every day, except the spammer doesn't even have to pay bulk postage rates.

    Whereas TV and radio ads are a kind of symbiosis, where you agree to watch the ads (whether you really do or not), and you get the programming for free, spam is like a parasite. It rides along on the internet, not paying for the bandwidth it steals from people, and clogging their in-box with worthless junk.

    --

    No matter where you go... there you are.
  45. Re:So.. by Oliver+Wendell+Jones · · Score: 5, Insightful

    We only support freedom if it doesn't bother us.

    We only support freedom/rights as long as they don't overlap our own freedom/rights.

    In other words,

    Your right to walk down the street swinging your arms around like a windmill ends where the tip of my nose begins.

    Your right to listen to your choice of music at your choice of volumes ends at the point where I can hear it.

    Your right to speak (including sending spam) ends at the point where I decide I don't want to hear it any more.

    In my opinion spam is worse than telemarketing phone calls and if there can be federal regulations that keep somewhat legit telemarketers from interrupting my dinner, there is no reason there can't be similar legislation that stops spam from filling my inbox.

    It's Wednesday afternoon and my 'Probable Junk Mail' folder already has 228 messages in it since quitting time last Friday. Someone sold part of our corporate e-mail list to a spammer and I'm one of the lucky few to be in that group. I can't even begin to imagine how much spinning drive space is currently occupied by spam messages in my employer's computer systems (dozens of GB I'm sure) let alone the entire world...

    --
    A computer once beat me at chess, but it was no match for me at kick boxing -- Emo Phillips
  46. my new tactic for paying for college... by zorander · · Score: 2, Funny

    is to make my email as public as possible and hope to win a settlement...$250k should cover my $40k/year education plus a little grad school quite nicely....

    goaheadandtryme@elinxubox.com

    go ahead try...I'll see you in court

    Brian

  47. Freedom vs. Theft by fmaxwell · · Score: 4, Insightful

    or really hate freedom.

    Or really hate theft.

    nobody likes spam, sure, but this whole scene is really about encouraging the government to regulate communication.

    No, it's about the government preventing someone else's "communication" from costing us money. If you want to rent a blimp to advertise your penis-pills, go for it. If you want to pay to put an ad in the back of Rolling Stone, more power to you. If you want to buy time during the Superbowl, have at it. But don't waste my bandwidth and storage, costing me money, by sending your spam to me.

    if you don't like spam, do something about it. filter, build a honeypot relay, whatever.

    I do. I own the domain anti-spam.org. I use multiple filters and blacklists. I have a honeypot system that includes the time, date, and IP of the system that harvested the address off of my web page. I am a member of CAUCE. I do plenty about it already.

    but don't go whining to the feds demanding they regulate a free and open communications channel.

    I resent your use of the term "whining." It is rude and inaccurate. The whole problem with e-mail is that it is not "free" in the monetary sense. ISPs and corporations spend incalculable sums of money on bandwidth, servers, storage, backup, administration, filtering products, to deal with spam.

    According to Brightmail, roughly 40 percent of all e-mail traffic in the United States was spam as of March of this year. That means that four of every ten mail servers at major ISPs are needed just because of spam. It means that 40% of the bandwidth that the ISPs buy for e-mail is used by spam. It means that ISP's customers are paying for the spam.

    If I come over to your house and spraypaint an ad for my autobody shop on your car's hood, don't complain. It's just me exercising my rights to free speech.

    1. Re:Freedom vs. Theft by fmaxwell · · Score: 4, Insightful

      First, I doubt that there's any material cost to you.

      Then you know practically nothing about the problem. Who do you think pays for the bandwidth used by spammers who send mail to your ISP's users? The ISP - and then they pass the costs on to you and the other subscribers.

      Second, everyone who has resources consumed by spam can pretty safely be said to have known that there were costs involved in being connected to the network -- if they proceeded, they assumed those costs.

      Wrong. That's analogous to saying that you knew that there were costs associated with owning a car so you have no right to complain when someone siphons gas out of your tank every night. By your argument, we all have to accept ever-increasing costs and burdens of spam because we knew that some immoral a**holes spammers existed when we connected to the network. I don't buy it and neither do most reasonable people.

      My server is my private property. I paid for it. I maintain it. I pay for the connection. It's my decision who I authorize to use it. There is not any kind of implied permission for every dickhead sleazy con artist who wants to tell me about penis enlarging ripoffs and debt consolidation scams to use my bandwidth, server, and storage to do so. Nor is there permission for them to run dictionary attacks against it to try to dig up addresses. Nor is there permission for them to harvest e-mail addresses off of my web page and, in fact, it clearly states that such use is prohibited.

      That said, I recognized your name from previous debates and I find it rather suspicious how you always come down on the side of spammers -- despite having been shown, repetitively, the fallacious reasoning behind your position.

  48. Re:So.. by Xerithane · · Score: 2, Funny

    Your right to speak (including sending spam) ends at the point where I decide I don't want to hear it any more.

    I then, to prove a point, revoke your right to speak as I don't want to hear it anymore.

    Thank you, and have a nice lifetime of quiet solitude. I appreciate it.

    --
    Dacels Jewelers can't be trusted.
  49. Re:So.. by Oliver+Wendell+Jones · · Score: 2, Funny

    But... but...

    Damn...

    --
    A computer once beat me at chess, but it was no match for me at kick boxing -- Emo Phillips
  50. Re:So.. by pizzaman100 · · Score: 2, Insightful
    I then, to prove a point, revoke your right to speak as I don't want to hear it anymore.

    You're misinterpreting his point. There is a difference between public and private free speech. Slashdot is a public forum, so we can say what we like. But we can't break inside your house and make you be a captive audience.

  51. Re:So.. by shamino0 · · Score: 2, Insightful
    I then, to prove a point, revoke your right to speak as I don't want to hear it anymore.

    Go right ahead. Add him to the "Foes" page of your SlashDot account and configure it to mod all his articles down to -1. Voila, you don't have to hear it anymore.

    This forum is a perfect agument against you - anybody can speak, and you can choose to block anybody you don't want to listen to.

  52. Re:Fuck SPEWS by Just+Some+Guy · · Score: 2, Interesting
    What you don't realize is your ISP's upstream repeatedly ignored requests to terminate the spammers account.

    I'm well aware of that supposed procedure ("supposed" because, after all, who can verify it?). It still comes down to the fact that I can't send email to anyone with a SPEWS-crippled mailserver - not because of my sins, or my ISP's sins, or even their upstream's regional office's sins, but because of the old actions of someone in another part of my continent.

    I know that the idea is to increase collateral damage to the point that the pressure on the offending ISP. How would you recommend that I do that? I'm one of thousands of customers at my ISP. They are one of thousands of ISPs that use that upstream. What would you say is a more effective target of my efforts:

    • Getting some faceless bandwidth corporation to apologize to a nameless cabal about something done over a year ago by one of their customers in a remote locations, or
    • Telling everyone who'll listen that SPEWS is clueless and that they cause far more damage than they prevent.

    I'll leave you to guess which path I took.

    --
    Dewey, what part of this looks like authorities should be involved?
  53. How appropriate by ncc74656 · · Score: 2, Funny
    JoeJob writes...

    How appropriate, that an article about spam would be submitted by a user named JoeJob.

    --
    20 January 2017: the End of an Error.
  54. No spam for you! Shadango.com happiness. by Nat3d066y · · Score: 2, Informative

    Ya know, everyone admits that SpamAssassin kicks ass.. I personally have it catching about 95% of my spam, which is a level I'm very happy with. 1-2 spams a day isn't a lot to have to delete.

    The problem (at least with me and a lot of my friends), was that I have 5 addresses (I'm a webmaster for 2 different sites). The one site I really had control over had SpamAssassin, but the other ones were admin'd by someone else (who was too lazy to install SpamAssassin).

    I recently found a free service out there that not only uses spam assassin, but allows you to use it when viewing *ANY* of your email addresses. So now I've even got my @hotmail address being scanned with SpamAssassin.

    I don't mean for this to sound like a retarded plug, but I'm VERY happy with this service (well, as long as it stays free!). It even allows you to store files online and generate temporary accounts.. you should seriously check it out: www.shadango.com

    Nate Dogg

  55. Re:Analogies are inherently logically flawed... by Dimensio · · Score: 2, Interesting

    When all else fails, fall back to mindless venom.

    I assert that spam is very much like spray-painting advertisements onto unwilling people's property and making them pay for the materials. In fact, I assert that spamming is actually doing exactly that. You seem to be trying to refute it through ridicule rather than intelligence.

    Not that I'm surprised. Your "Internet destroyer" comment means that you're either a spammer, or someone who is just as stupid as a spammer.

  56. Re:So.. by Malcontent · · Score: 2, Informative

    There are limitation as to what somebody can send you in the mail. Also mail fraud is a federal offence and there are strict laws dictating what can be mailed and how. What do you think would happen so somebody who mailed unsolicited pornography?

    Also 99% of all spam is fraudulant in nature. Those pills will not make your dick bigger and there is no money secreted away in nigeria.

    If the govt put the same restrictions on spam that they do n mail and telemarketing I would be very happy.

    --

    War is necrophilia.

  57. Obvious Solution by NibbleAbit · · Score: 2, Interesting
    This is a late post, so it is likely no one will read it, but no matter.

    The problem is not with spam, nor with laws. The problem is with the SMTP protocol. There is currently no way to track the originator's IP, nor any way set 'content type' flags. If the originator's IP were known to be accurate and preserved, it would be easy(ier) for routers to implement "The first 200 emails in x seconds are fast, then kick down to one email per minute" or "When (threshold) emails from a source is reached, insert 'Bulk Mail' flag if it doen't exist". Mail readers could then be set to accept email from 'my favourite mailing list' but ignore all other 'Bulk Mail'. At this point, spamming becomes non profitable, as most people have it auto-deleted.

    This still allows people to send well targetted, unsolicited email in low volumes (Most of my clients appreciated getting an unsolicited email offering my services, because I did the research to find out they were looking for someone like me, but were unaware of me). The typical "spam" will disapear, because the volumes will not be received to make it cost justifiable.

    Any laws passed on the current technology will fail because not ALL countries will pass identical laws. A slight tweek to the protocol will allow filter/routers (yes higher layer than just IP routers) and readers to, over time, eliminate the problem.

  58. Vanity Domain Used For Spoofing Sender by tgrigsby · · Score: 2, Interesting

    This topic is timely in my case. Today I got a message from AOL that my domain, tgrigsby.com, was banned from sending emails to anyone inside AOL. Apparently, www.comusnetorg.us was using my domain in the "Sender" of the spams they were sending. They would generate random user names and prepend them to the that domain. The domain in the emails was fiveaalive.biz, which was a junk domain registered by comusnetorg.us and which redirected to the comusnetorg.us website.

    All to sell fools illegal, fake, or nonexistent prescription drugs.

    I've contacted my ISP in the hopes that they can smooth the ruffled feathers at AOL. And now I'm pondering the wisdom of suing a company that, according to the whois record, is based in the UK.

    I feel they owe me money for using my domain name. I've now been personally affected by their actions, and I'm PISSED. I'd like to sue for possession of every testicle in the company, delivered to me floating in a jar of pickle juice, but that seems a bit unrealistic, so I guess I'll have to go for money.

    Are there any lawyers here that can comment on my chances?

    --
    *** *** You're just jealous 'cause the voices talk to me... ***