1995-10-25 - RE: What is needed for S/MIME remailer ?

Header Data

From: agermain@cmp.com (Germain Arthur)
To: sameer@c2.org (sameer)
Message Hash: 14aa1a6901b49e38e55dc3e0840e5c760f34e62f1821e538f5201b91c349b3bb
Message ID: <1995Oct25.093122.1151.341075@smtpgate.cmp.com>
Reply To: N/A
UTC Datetime: 1995-10-25 13:31:16 UTC
Raw Date: Wed, 25 Oct 95 06:31:16 PDT

Raw message

From: agermain@cmp.com (Germain Arthur)
Date: Wed, 25 Oct 95 06:31:16 PDT
To: sameer@c2.org (sameer)
Subject: RE: What is needed for S/MIME remailer ?
Message-ID: <1995Oct25.093122.1151.341075@smtpgate.cmp.com>
MIME-Version: 1.0
Content-Type: text/plain



I have unsubscribed from this mailing list. Please remove my name from   
your personal address lists. Thanks.

ahg3

 ----------
From:  sameer[SMTP:sameer@c2.org]
Sent:  Tuesday, October 24, 1995 1:15 PM
To:  RobertW.Baldwin
Cc:  cypherpunks; raph
Subject:  Re: What is needed for S/MIME remailer ?


My understanding of S/MIME isn't excellent, so I figure there are
things I could be confused about which may make this a bit wrong..

I figure a command line S/MIME program which could easily be
integrated into a remailer wouldhave the following features:

A) limit on number of multiple concurrent procersses doing
decryption. Remailer spams have the bad effect of spwaning hundreds of
concurrent PGPs on the mailhost, bringing things to halt. Limiting
number of concurrent decryptions would help this problem.

B) A strong interaction with the UNIX shell, with the program
returning a return code based on whether or not the decryption
succeeded. (Remailers only do decryptions...) That way a remailer
could something like:

#!/bin/sh
if smime -f < incoming-message > /tmp/decrypted.$$
then
  # Process /tmp/decrypted
fi
rm incoming-message
rm /tmp/decrypted.$$

 The option would also be a very low-cruft-output -- there
would be none of that PGP v2.6.2 stuff that PGP sends out. Just the
decrypted output and if the message cant be decrypted, nothing gets
output. (Maybe a -q option for that..)

 I think the smime should be easily plugged into premail as
well, but I don't know premail to know what would be necessary for
that. I suspect Raph would have some input on that matter.


>
>         The other day I was wondering what it would take to make an
> anonymous remailer for an S/MIME client.  Implementing S/MIME from
> scratch is a lot of work given the lack of a public domain
> implementation, but it seems that a remailer could be built on top
> of a commercial email product that supported S/MIME.  The question
> is: What features should a commercial S/MIME email product have to
> make it easy to support a remailer?  Are there a small set of
> command line options that would greatly simplify a remailer
> implementation?
>                 --Bob Baldwin
>


 --
sameer      Voice:   510-601-9777
Community ConneXion    FAX:  510-601-9734
The Internet Privacy Provider   Dialin:  510-658-6376
http://www.c2.org (or login as "guest")   sameer@c2.org







Thread