ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/sendmail/files/patch-rmail.c
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (9 years, 11 months ago) by laffer1
Content type: text/plain
File size: 550 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- rmail/rmail.c.orig 2001-09-18 23:45:29.000000000 +0200
2 +++ rmail/rmail.c 2008-05-04 11:55:42.000000000 +0200
3 @@ -276,7 +276,11 @@
4 args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */
5 args[i++] = "-G"; /* relay submission */
6 args[i++] = "-oee"; /* No errors, just status. */
7 +#ifdef QUEUE_ONLY
8 args[i++] = "-odq"; /* Queue it, don't try to deliver. */
9 +#else
10 + args[i++] = "-odi"; /* Deliver in foreground. */
11 +#endif
12 args[i++] = "-oi"; /* Ignore '.' on a line by itself. */
13
14 /* set from system and protocol used */