Slashdot Mirror


FTC Recommends Bounty on Spammers

joke-boy writes "AP reports that as part of the CANSPAM legislation, the FTC has issued a report recommending placing taxpayer-funded 6-figure bounties on spammers, much like the bounties placed on the FBI's Ten Most Wanted."

2 of 371 comments (clear)

  1. They didn't recommend it by po_boy · · Score: 5, Informative

    I think that they determined that it would take $100,000 - $250,000 for people to turn in people that they knew were spamming, but according to the article: The FTC, in a report requested by Congress, did not take a position on whether such a system was a good idea. To me, that sounds like the refrained from recommending it.

    I guess it's up to us to convince them that it's a good idea.

    Note: they recommend that this money come from taxpayers, but in an effort to try to cut down on that, can I suggest we find another source of it? Perhaps we need to not only look to civil penalties from the spammers, but also from the ISPs who behave negligently toward spammers.

  2. Script may be hard, but doable by bill_mcgonigle · · Score: 4, Informative

    At first I thought, "why waste the time when we have things like Eliza to do it for you?"

    Then I thought, "that's too funny, somebody must've done it already," and, yeah, here's the perl script.

    You can't use a computer script to generate responses, because they can easily be filtered out just like you filter 99% of spam. You'll maybe spend 30 minutes a day to respond to 60 spams.

    I suspect if you built up the vocabulary well enough, and, more importantly, use the content of the message with a word rank algorithm and then do some thesaurus lookups and stemming, maybe using WordNet you'd have something that would be at least as unique as what any given subset of 10000 people would come up with.

    I'm intrigued because I have a good enough ruleset now that any SpamAssassin score over 10 goes to /dev/null and I haven't seen any false positives in the past six months. I get plenty of false negatives but the hits are ready to feed to a script, and I'm too lazy to respond to them myself.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)