/[pkg-mixmaster]/trunk/Mix/Src/stats.c
ViewVC logotype

Diff of /trunk/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 143 by rabbi, Tue Aug 20 18:46:33 2002 UTC revision 149 by weaselp, Tue Aug 20 20:07:33 2002 UTC
# Line 6  Line 6 
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"
# Line 243  int conf(BUFFER *out) Line 243  int conf(BUFFER *out)
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");

Legend:
Removed from v.143  
changed lines
  Added in v.149

  ViewVC Help
Powered by ViewVC 1.1.5