[Mixmaster-devel] CVS: Mix mix.1,1.33,1.34
Brought to you by:
weaselp
|
From: Len S. <ra...@us...> - 2003-10-15 05:06:24
|
Update of /cvsroot/mixmaster/Mix In directory sc8-pr-cvs1:/tmp/cvs-serv12728 Modified Files: mix.1 Log Message: Removed references to obsolete nym functionality. This should be documented somewhere in the source or accompanying files for those brave souls who #define it back from the dead. Index: mix.1 =================================================================== RCS file: /cvsroot/mixmaster/Mix/mix.1,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- mix.1 7 Jul 2003 11:32:45 -0000 1.33 +++ mix.1 15 Oct 2003 05:06:09 -0000 1.34 @@ -9,7 +9,6 @@ [\fB\-g \fInewsgroup\fR] [\fB\-s \fIsubject\fR] [\fB\-a \fIfilename\fR] -[\fB\-n \fInym\fR] [\fB\-l \fImix1,mix2,mix3,...\fR] [\fB\-c \fInum\fR] [\fIuser@host\fR] @@ -18,10 +17,6 @@ .B mix [\fB\-f\fR[\fBrfg\fR] \fIfilename\fR] .PP -.B mix \-\-nym\-config=\fIyournym \fR[\fBname=\fIPseudonym\fR] -[\fBopt=\fInymserver options\fR] [\fB\-\-latency=\fIhours\fR] -[\fB\-\-reply\-chain=\fIrem1,rem2,...\fR] -.PP .B mix \fR[\fB\-RGKSP\fR] .SH DESCRIPTION Mixmaster is an anonymous remailer. Remailers provide protection @@ -32,11 +27,7 @@ standard input or from a file. Destination address and input file can be specified in the command line. If no address is given in the command line, the input file is expected to contain a message complete -with mail headers. Messages to be sent under a pseudonym must contain -a -.I Nym: -header rather than -.IR From: . +with mail headers. .SH OPTIONS .TP .B "\-h, \-\-help" @@ -74,9 +65,6 @@ .I file to the message. .TP -.B "\-n, \-\-nym=\fIyournym" -Use the given pseudonym to send the message. -.TP .B \-\-encrypt Encrypt the message using the OpenPGP format. .TP @@ -120,28 +108,6 @@ .TP .B "\-fg\fR [\fIfile\fR]" Send a group reply to a message. -.TP -.B "\-\-nym\-config=\fInym \fR[\fBname=\fIPseudonym\fR] [\fBopt=\fInymserver options\fR]" -Generate a pseudonym. - -For example, to set up a pseudonym with two mail reply blocks and nym -server acknowledgment for successfully remailed messages: -.PP -mix --nym...@ny... opt=+acksend --to=user@domain ---reply-chain=privacy,hr13,hyper --to=user@domain ---reply-chain=replay,squirrel,mix - -To use a message pool: -.PP -mix --nym...@ny... ---post-to=alt.anonymous.messages ---subject="secret message" --reply-chain=base -.TP -.B "\-\-latency=\fIhours" -Reply chain latency. -.TP -.B "\-\-reply\-chain=\fIrem1,rem2,..." -Reply chain for the pseudonym. .SS Remailer options: .TP .B "\-\-config=\fIfilename" @@ -949,12 +915,6 @@ .TP .B mixrand.bin Random seed file (\fBMIXRAND\fP). -.TP -.B secrets.mix -List of your nyms with configuration data (encrypted) (\fBNYMDB\fP). -.TP -.B nymsec.pgp -Your nyms' secret PGP keys (encrypted) (\fBNYMSECRING\fP). .TP .B secring.pgp Remailer type 1 secret keys (\fBPGPREMSECRING\fP). |