]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2001-08-16 06:43:21 by doogie]
authordoogie <>
Thu, 16 Aug 2001 13:43:21 +0000 (05:43 -0800)
committerdoogie <>
Thu, 16 Aug 2001 13:43:21 +0000 (05:43 -0800)
Tell sendmail to queue outgoing mail for later delivery, instead of
immediate delivery.

scripts/process.in

index 7016305c4273bbb12e9f54dfcb7524ff90c5747f..1e2dca6a0bbc51e1d27ea3630c100236507b13db 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.30 2001/07/15 09:46:16 doogie Exp $
+# $Id: process.in,v 1.31 2001/08/16 06:43:21 doogie Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -844,7 +844,7 @@ sub sendmessage {
                #print DEBUG "mailing child forked again ok $c<\n";
         if (!$c) { # ie, we are the child process
                        #print DEBUG "mailing grandchild<\n";
-            exec '/usr/lib/sendmail','-f'."$gMaintainerEmail",'-odi','-oem','-oi',get_addresses(@recips);
+            exec '/usr/lib/sendmail','-f'."$gMaintainerEmail",'-odq','-oem','-oi',get_addresses(@recips);
                        #print DEBUG "mailing grandchild exec failed<\n";
             die $!;
                        #print DEBUG "mailing grandchild died !?<\n";