| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Remailer statistics |
Remailer statistics |
| 9 |
$Id: stats.c,v 1.8 2002/08/20 18:46:33 rabbi Exp $ */ |
$Id: stats.c,v 1.9 2002/08/20 20:07:33 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 243 |
buf_appendf(out, "Maximum message size: %d kB\n", SIZELIMIT); |
buf_appendf(out, "Maximum message size: %d kB\n", SIZELIMIT); |
| 244 |
|
|
| 245 |
/* display destinations to which delivery is explicitly permitted |
/* display destinations to which delivery is explicitly permitted |
| 246 |
when in middleman mode (contents of DESTALLOWf file.) */ |
when in middleman mode (contents of DESTALLOW file.) */ |
| 247 |
|
|
| 248 |
if (MIDDLEMAN) { |
if (MIDDLEMAN) { |
| 249 |
f = mix_openfile(DESTALLOW, "r"); |
f = mix_openfile(DESTALLOW, "r"); |