Slashdot Mirror


IBM Researcher Offers an E-Stamp Spam Solution

UnanimousCoward writes "This Internet Week article describes a research project by Scott Fahlman that looks to limit spam using e-stamps. Here is more detailed description of the system under his CMU homepage along with a link to the original paper." As crappy as it sounds, charging some tiny fee per email would cut spam dramatically. 207 of the buggers so far today. Hundreds of megs a month. I'd love to see something done.

9 of 440 comments (clear)

  1. i doubt it by Anonymous Coward · · Score: 4, Interesting

    cut spam dramatically? how do you explain all the junk mail I get IRL? they pay for postage on that, you know....

  2. Not gonna happen by obi · · Score: 4, Interesting

    I'd rather deal with filtering the spam I get, than have to pay for sending email.

  3. Bulk Mail Rates? by dschuetz · · Score: 4, Interesting

    As crappy as it sounds, charging some tiny fee per email would cut spam dramatically

    Yeah. Sure.

    How much crap do you get a day in your postal mailbox? How much of that was sent with a $0.37 First-Class stamp? How much of that was sent with heavily discounted postage because of its "bulk mail" status? (I won't even go into how ordinary citizens end up subsidizing this crap, even junkmail from large companies that could afford a full-cost stamp).

    How much you wanna bet that some kind of postage on email won't make much difference, as the cost will either be so low that most won't care, or there'll be ways for companies to get out of it (or to get a much cheaper rate)?

    Sure, it might cut back some. Maybe. But remember how the big junkmail senders got cheaper rates in the first place: Lobbyists. So I wouldn't expect it to last.

  4. Look into Habeas by DuckWing · · Score: 4, Interesting

    habeas is a way to help prevent spam sent to you. By subscribing to Habeas, you have X-Habeas headers put into your email. You can filter based on these to help prevent more spam and know the email is legit.
    Check it out. I don't use it personally, one of the mail lists I'm on uses it.

    --
    -- DuckWing
  5. Bad Idea by Ravenscall · · Score: 4, Interesting

    And this is why. Assuming you have the computer, phone line and small monthly fee(depending on service) Email a an effective and free form of coomunications. In effect, you are already paying for it, when you pay for your monthly service. Adding a fee for E-mail would in effect be an "E-Mail tax", but instead of going to public works or anything like that, it goes to line the pockets of the sellers of the E-stamps.

    Case in point, bad idea.

    --
    You say you want a revolution....
  6. Nice to see an implementation by cultobill · · Score: 5, Interesting

    Lots of people have talked about this sort of system (pay $.01 per email you send, receive the same per email you get), but it's good to see someone writing it finally.

    A question remains: my Social Implications teacher also teaches Telecommunications Law. She maintains that this sort of thing will open a floodgate of per-use fees on our internet access that we won't want.

    I guess that by having a third party do it (instead of the ISP), we can get around that problem for now. Does anyone have any idea if she's right, and if so if it could affect this as well?

    --
    -- Bill "Houdini" Weiss
  7. What about automated emails? by zapp · · Score: 4, Interesting

    I have previously worked at an ISP, and now in a software development organization, and it has always been common practice to send automated emails from webpages or servers.

    How would a pay-per-email fee affect people like this? What about the "Forgot Your Password?" links on sites that email your registered email?

    I think something like this would hit the Internet a lot harder than people think, since most people just seem to be concerned with Joe User at home sending 50 joke mails a day.

    --
    no comment
  8. Better solution already proposed by goombah99 · · Score: 5, Interesting

    I think a better though analogous solution was already proposed and discussed on slashdot. Basically, to accept or relay any e-mail (not on a whitelist) the sender would have to perform a small numerical calculation of the recipients choice. E.g. find the roots of a sixth order polynomial with 7 coefficients provided by the recipient.

    This takes a few millisecond to calculate the answer and its is trivial to check. One could dial up the problem strength as needed.

    For normal users this is a trivial cost since my CPU is definitely idle many many milliseconds every time I send an e-mail. But for bulk senders its a problem.

    It could be done either by the relaying e-mail servers or as long at the final recipeint. The latter is probably superior as long as forged sender info does dont create accidental DOS attacks.

    In any event, it adds a trivial burden to the amount of internet traffic, and given a reduction in spam traffic over time would save on total traffic. And It cost nothing since it uses unexploited resources. And it would I believe kill any centrally served spam dead.

    In fact one could actually get useful work out of this.

    Imagine this scheme. To get your stamp of approval you have to get a ticket issued from some grid computing server that supplies the mini-tasks. For example, I might sign up with some service that issues mail stamps in return for doing 1 second of calculation on some easily stated but hard to solve problem (prime searching, etc...)

    --
    Some drink at the fountain of knowledge. Others just gargle.
  9. Before you get your panties in a wad... by ntr0py · · Score: 4, Interesting

    ... about an "email tax", consider this: Microsoft's Penny Black Project aims to do the same thing, but implementation only requires some sort of cost, not necessarily monetary.

    One method is especially interesting, the CPU-based scheme in which "the sender must solve a recipient-defined puzzle in which computation of the solution is moderately and provably hard." If that were the case you wouldn't even notice if you're sending one email, but a spammer certainly would if he tries to send out 1,000,000 at a time.