comp.lang.ada
 help / color / mirror / Atom feed
From: rd <nospam@spam.no>
Subject: Re: SPAM-less email (was If anybody wants to make something in Ada butdo not know what)
Date: Wed, 16 Apr 2003 16:38:46 -0500
Date: 2003-04-16T21:40:39+00:00	[thread overview]
Message-ID: <3E9DCD66.530F5CE9@spam.no> (raw)
In-Reply-To: 3E9D8625.4090308@cogeco.ca

"Warren W. Gay VE3WWG" wrote:
> 
> rd wrote:
> > "Warren W. Gay VE3WWG" wrote:
> >>Preben Randhol wrote:
> > [clip]
> >>>Besides spam filters is something
> >>>people need so it could promote Ada95.
> >>>
> >>>Wish I could make it myself, but I simply don't have the time at the
> >>>moment.
> >>...
> >>>Preben
> >>
> >>I personally believe that as long as email is free (and we like it
> >>that way), SPAM will continue to be a big problem. To keep email
> >>free, I think that the only way this will work is we'll end up
> >>using two forms of email on the Internet:
> >>
> >>   1) Traditional email, which permits unsolicited mail (port 25);
> >>      which will continually battle with spam filters and such.
> >>   2) A newer "solicited only" email system (port 26?)
> >>
> >>Perhaps the 2nd kind, can piggy back off of the first, by either
> >>using a similar but extended protocol, and probably
> >>using a new TCP/IP port # to avoid the log jam that occurs
> >>on port 25 as spammers spam away.
> >>
> >>The new email protocol would make use of PKI exchanges (PGP?),
> >>so that only those people that you have shared certificates
> >>with, can successfully deposit email in your mailbox (this
> >>would be great for kids, so that only their friends can
> >>send them mail etc.). If someone gives away the cert (if the
> >>protocol allows it), then you revoke it, and issue a new one
> >>if necessary.
> >>
> >>Where the protocol research comes in (I think), is the method of
> >>sharing and administering certs in a way that is easy for
> >>grandmothers to work with.
> >>
> >
> > For the second protocol, <a href="http://www.jabber.org">Jabber</a>
> > might be just the thing.  The best part about Jabber is the real time
> > messaging capability, and if I was designing the second protocol, I would
> > include this functionality.
> 
> If I skimmed the site correctly, it doesn't address the "solicited
> email only" problem. It seems to be more concerned with XML and IM.
> 
> What I really want, is a "solicited email only" channel, so that I
> can give my electronic business card (read "cert.") to associates,
> and not get pestered with offensive SPAM that I have to delete
> every morning.  I also want to protect my kids from this kind of
> crap.

My big sticking point was the real-time messaging.  I haven't had an
operational ICQ in years (I'm not going to upgrade) and it would solve
several little problems for me.  Bonus points if it was encrypted by
default.
 
> The only way to eliminate SPAM completely, is to give the
> "key" to those you will accept mail from, and reject everything
> else.  BTW, ACT does this informally by insisting that you include
> "GNAT" in the subject line. That "GNAT" acts as the "key". What
> I'd like to see then, is a more sophisticated form of this, where the
> key isn't so easily sharable with the world (and perhaps unique
> to the sender so that it cannot be shared).

Designing a protocol for this probably wouldn't be overly difficult.
It'd really just be email guarded by a public/private key scheme, with
filtering based on who has your public (semi-public) key.

Since we're redesigning email, we might as well go ahead and integrate
encryption all the way through it. Selling ISPs on this would be a
cakewalk: spam is blocked by default, so spammers will eventually stop
spamming; it would envolve about the same server power as email does
now, but be far more powerful; if the text messaging features were
included, it would solve the interoffice security problems some
companies have (people would use instant messagers like AIM to send
stuff that should be kept secure); POP3 could be dumped for something
that uses more than a flimsy password; and many other little problems
with email could be resolved.

The encryption schemes to solve all these problems exist now, it's just
a matter of people sitting down and pounding out the actual protocol.
I can't think of a reason it wouldn't be immediately adopted.  To my
mind, the biggest problem communication schemes face is not being
mainstream.  It's already not a difficult matter to encrypt emails
with PGP, but I still don't get encrypted emails, and I don't send them
myself (often).

And to stay sort of inline with the original poster, doing this in Ada
first would be a good way to promote the language.

Sorry for rambling, I tend to do that when I start to get excited about
a topic.



  parent reply	other threads:[~2003-04-16 21:38 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16 12:53 If anybody wants to make something in Ada but do not know what Preben Randhol
2003-04-16 13:59 ` Warren W. Gay VE3WWG
2003-04-16 16:10   ` rd
2003-04-16 16:34     ` SPAM-less email (was If anybody wants to make something in Ada but do not know what) Warren W. Gay VE3WWG
2003-04-16 17:00       ` SPAM-less email (was If anybody wants to make something in Ada but Larry Kilgallen
2003-04-16 17:43         ` Warren W. Gay VE3WWG
2003-04-16 18:03           ` Samuel Tardieu
2003-04-16 18:48             ` SPAM-less email (was If anybody wants to make something in Ada tmoran
2003-04-16 20:58               ` Georg Bauhaus
2003-04-17 16:51             ` SPAM-less email (was If anybody wants to make something in Ada but Warren W. Gay VE3WWG
2003-04-17 21:54               ` Robert A Duff
2003-04-17 22:39                 ` AG
2003-04-18  8:27                 ` Preben Randhol
2003-04-17 23:38               ` SPAM-less email (was If anybody wants to make something in Adabut Randy Brukardt
2003-04-18  0:06                 ` AG
2003-04-18  0:32                   ` Larry Kilgallen
2003-04-18  0:48                     ` AG
2003-04-18  2:10                       ` Larry Kilgallen
2003-04-18  3:13                         ` AG
2003-04-18  4:50                           ` tmoran
2003-04-18 11:26                             ` Larry Kilgallen
2003-04-18 11:23                         ` Larry Kilgallen
     [not found]                         ` <g3Kna.5120$mZ4.89596@news.xtra.co.nzOrganization: LJK Software <JKMUgN4L70TN@eisner.encompasserve.org>
2003-04-19  6:36                           ` Tarjei T. Jensen
2003-04-21 18:50                     ` Randy Brukardt
2003-04-18  7:32                 ` Jacob Sparre Andersen
2003-04-18 11:32                   ` Larry Kilgallen
2003-04-19  4:45                     ` [way off-topic] A new spammer is born? Wesley Groleau
2003-04-19 20:10                   ` SPAM-less email (was If anybody wants to make something in Adabut Georg Bauhaus
2003-04-19 21:15                     ` AG
2003-04-20 15:31                       ` Georg Bauhaus
2003-04-21  3:33                         ` Wesley Groleau
2003-04-16 19:19           ` SPAM-less email (was If anybody wants to make something in Ada Larry Kilgallen
2003-04-16 21:38       ` rd [this message]
2003-04-16 22:03         ` SPAM-less email (was If anybody wants to make something in Ada butdo not know what) Samuel Tardieu
2003-04-17  0:16           ` rd
2003-04-17 16:59           ` Warren W. Gay VE3WWG
2003-04-17 16:58         ` Warren W. Gay VE3WWG
2003-04-17 22:02         ` Robert A Duff
2003-04-16 19:16     ` If anybody wants to make something in Ada but do not know what Pascal Obry
2003-04-16 19:42       ` Samuel Tardieu
2003-04-24 13:55   ` Frode Tenneboe
2003-04-28 16:00     ` Warren W. Gay VE3WWG
2003-04-28 17:28       ` Preben Randhol
2003-04-28 19:53         ` Wesley Groleau
2003-04-29  6:14           ` Preben Randhol
2003-04-29 17:40       ` Georg Bauhaus
2003-04-16 17:52 ` Jano
2003-04-16 18:43 ` Wesley Groleau
2003-04-16 20:03   ` Randy Brukardt
2003-04-16 20:01 ` Randy Brukardt
2003-04-16 23:21   ` Wesley Groleau
2003-04-17  8:05     ` AG
2003-04-17 16:52       ` Wesley Groleau
2003-04-17 22:02         ` AG
2003-04-17 22:58     ` Randy Brukardt
2003-04-19  6:28       ` Tarjei T. Jensen
2003-04-23 19:32         ` Robert C. Leif
2003-04-24  1:35           ` Wesley Groleau
2003-04-16 23:26   ` Wesley Groleau
2003-04-17 22:28     ` Randy Brukardt
2003-04-30 12:44 ` Frank
2003-04-30 19:59   ` Free SVG tools Nick Roberts
2003-05-02  4:54     ` Steve Bowen
2003-05-02 20:12       ` Martin Holmes
2003-05-03 18:54         ` Steve Bowen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox