| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Remailer statistics |
Remailer statistics |
| 9 |
$Id: stats.c,v 1.1 2001/10/31 08:19:53 rabbi Exp $ */ |
$Id: stats.c,v 1.2 2002/01/10 23:59:16 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 305 |
buf_appends(out, " pgp"); |
buf_appends(out, " pgp"); |
| 306 |
if (PGP && !UNENCRYPTED) |
if (PGP && !UNENCRYPTED) |
| 307 |
buf_appends(out, " pgponly"); |
buf_appends(out, " pgponly"); |
| 308 |
|
if (REPGP) { |
| 309 |
|
if (REMIX == 1) |
| 310 |
|
buf_appends(out, " repgp"); |
| 311 |
|
else |
| 312 |
|
buf_appends(out, " repgp2"); |
| 313 |
|
} |
| 314 |
if (REMIX == 1) |
if (REMIX == 1) |
| 315 |
buf_appends(out, " remix"); |
buf_appends(out, " remix"); |
| 316 |
else if (REMIX) |
else if (REMIX) |