/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/rem.c
ViewVC logotype

Diff of /branches/mixmaster_2_9_STABLE/Mix/Src/rem.c

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

revision 65 by rabbi, Thu Jan 10 23:59:16 2002 UTC revision 66 by rabbi, Thu Feb 21 09:38:01 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Process remailer messages     Process remailer messages
9     $Id: rem.c,v 1.12 2002/01/10 23:59:16 rabbi Exp $ */     $Id: rem.c,v 1.13 2002/02/21 09:38:01 rabbi Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 319  void logmail(char *mailbox, BUFFER *mess Line 319  void logmail(char *mailbox, BUFFER *mess
319    else if (mailbox[0] == '|') {    else if (mailbox[0] == '|') {
320      FILE *p;      FILE *p;
321    
322      errlog(DEBUGINFO, "Piping message to %s.", mailbox + 1);      errlog(DEBUGINFO, "Piping message to %s.\n", mailbox + 1);
323      p = openpipe(mailbox + 1);      p = openpipe(mailbox + 1);
324      if (p != NULL) {      if (p != NULL) {
325        buf_write(message, p);        buf_write(message, p);

Legend:
Removed from v.65  
changed lines
  Added in v.66

  ViewVC Help
Powered by ViewVC 1.1.5