summaryrefslogtreecommitdiffstats
path: root/sendmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendmail.c')
-rw-r--r--sendmail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sendmail.c b/sendmail.c
index b62fef8..ae23ef2 100644
--- a/sendmail.c
+++ b/sendmail.c
@@ -96,8 +96,9 @@ char **argv;
96 96
97 flagh = 0; 97 flagh = 0;
98 sender = 0; 98 sender = 0;
99 while ((opt = getopt(argc,argv,"vimte:f:p:o:B:F:EJxb:")) != opteof) 99 while ((opt = getopt(argc,argv,"vimte:f:p:o:B:F:EJxb:N:")) != opteof)
100 switch(opt) { 100 switch(opt) {
101 case 'N': break; /* ignore DSN option */
101 case 'B': break; 102 case 'B': break;
102 case 't': flagh = 1; break; 103 case 't': flagh = 1; break;
103 case 'f': sender = optarg; break; 104 case 'f': sender = optarg; break;