prog and *file* mailers need "o" flag for V6 configs
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 28 Nov 1994 02:17:32 +0000 (18:17 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 28 Nov 1994 02:17:32 +0000 (18:17 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.122

usr/src/usr.sbin/sendmail/src/conf.c

index d370903..99488d0 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.121 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.122 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -250,10 +250,10 @@ setupmailers()
 {
        char buf[100];
 
 {
        char buf[100];
 
-       strcpy(buf, "prog, P=/bin/sh, F=lsD, A=sh -c $u");
+       strcpy(buf, "prog, P=/bin/sh, F=lsoD, A=sh -c $u");
        makemailer(buf);
 
        makemailer(buf);
 
-       strcpy(buf, "*file*, P=/dev/null, F=lsDFMPEu, A=FILE");
+       strcpy(buf, "*file*, P=/dev/null, F=lsDFMPEou, A=FILE");
        makemailer(buf);
 
        strcpy(buf, "*include*, P=/dev/null, F=su, A=INCLUDE");
        makemailer(buf);
 
        strcpy(buf, "*include*, P=/dev/null, F=su, A=INCLUDE");