| 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" |
| 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); |