| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Remailer statistics |
Remailer statistics |
| 9 |
$Id: stats.c,v 1.6 2002/07/25 11:52:26 weaselp Exp $ */ |
$Id: stats.c,v 1.7 2002/08/18 06:08:27 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 251 |
while(buf_getline(b, line) != -1) { |
while(buf_getline(b, line) != -1) { |
| 252 |
if (line->length > 0 && line->data[0] != '#') { |
if (line->length > 0 && line->data[0] != '#') { |
| 253 |
if (flag == 0) { |
if (flag == 0) { |
| 254 |
buf_appends(out, "In addition to other remailers, this mixmaster also sends mail to these\n addresses directly:\n"); |
buf_appends(out, "In addition to other remailers, this Mixmaster also sends mail to these\n addresses directly:\n"); |
| 255 |
flag = 1; |
flag = 1; |
| 256 |
} |
} |
| 257 |
buf_appendf(out, " %b\n", line); |
buf_appendf(out, " %b\n", line); |
| 258 |
} |
} |
| 259 |
} |
} |
|
buf_nl(out); |
|
| 260 |
} |
} |
| 261 |
} |
} |
| 262 |
|
|