/[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 107 by weaselp, Thu Jul 25 11:52:26 2002 UTC revision 136 by weaselp, Sun Aug 18 06:08:27 2002 UTC
# Line 6  Line 6 
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"
# Line 251  int conf(BUFFER *out) Line 251  int conf(BUFFER *out)
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    

Legend:
Removed from v.107  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.5