summaryrefslogtreecommitdiffstats
path: root/bin/rmail/rmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmail/rmail.c')
-rw-r--r--bin/rmail/rmail.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c
index 4192222..fda2619 100644
--- a/bin/rmail/rmail.c
+++ b/bin/rmail/rmail.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: rmail.c,v 1.2 1994/09/24 02:57:06 davidg Exp $
*/
#ifndef lint
@@ -228,7 +228,11 @@ main(argc, argv)
i = 0;
args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */
args[i++] = "-oee"; /* No errors, just status. */
+#ifdef QUEUE_ONLY
args[i++] = "-odq"; /* Queue it, don't try to deliver. */
+#else
+ args[i++] = "-odi"; /* Deliver in foreground. */
+#endif
args[i++] = "-oi"; /* Ignore '.' on a line by itself. */
if (from_sys != NULL) { /* Set sender's host name. */
OpenPOWER on IntegriCloud