--- queue_posting.c 2001/01/18 20:30:50 1.3
+++ queue_posting.c 2001/01/19 12:49:44 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/queue_posting.c,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by Peter Simons <simons@computer.org>.
@@ -39,7 +39,7 @@
}
fprintf(fh, "#! /bin/sh\n");
fprintf(fh, "\n");
- fprintf(fh, BINDIR "/petidomo --mode=deliver --listname=%s --approved <<[end-of-mail-marker]\n", listname);
+ fprintf(fh, "%s --mode=deliver --listname=%s --approved <<[end-of-mail-marker]\n", who_am_i, listname);
fprintf(fh, "%s\n", mail->Header);
fprintf(fh, "%s", mail->Body);
fprintf(fh, "[end-of-mail-marker]\n");
|