summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/enqueue.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2012-08-23 13:04:42 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2012-08-23 13:04:42 +0000
commitb02fe053d44fde8ec0dfd5a83ae1ce1c2ca59319 (patch)
tree7c801ecff62ed7f96add78f973e50cc1f048a4e6 /usr.sbin/smtpd/enqueue.c
parentaddd10c26d1c30082e4f8e6fcec5f546979a85d6 (diff)
add -N for sendmail compat DSN support; unlimited for now
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/enqueue.c')
-rw-r--r--usr.sbin/smtpd/enqueue.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/enqueue.c b/usr.sbin/smtpd/enqueue.c
index 43248872227..81142b32894 100644
--- a/usr.sbin/smtpd/enqueue.c
+++ b/usr.sbin/smtpd/enqueue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: enqueue.c,v 1.57 2012/08/19 14:16:58 chl Exp $ */
+/* $OpenBSD: enqueue.c,v 1.58 2012/08/23 13:04:41 todd Exp $ */
/*
* Copyright (c) 2005 Henning Brauer <henning@bulabula.org>
@@ -175,7 +175,7 @@ enqueue(int argc, char *argv[])
time(&timestamp);
while ((ch = getopt(argc, argv,
- "A:B:b:E::e:F:f:iJ::L:mo:p:qtvx")) != -1) {
+ "A:B:b:E::e:F:f:iJ::L:mN:o:p:qtvx")) != -1) {
switch (ch) {
case 'f':
fake_from = optarg;
@@ -198,6 +198,7 @@ enqueue(int argc, char *argv[])
case 'i':
case 'L':
case 'm':
+ case 'N': /* XXX: DSN */
case 'o':
case 'p':
case 'x':