diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-12-16 18:37:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-12-16 18:37:18 +0000 |
commit | f938cae82d8e2a5dd4b4414632f66308c45e2634 (patch) | |
tree | 2a4b1772a799e4dd1e39081038ab3f204f9051bb /usr.bin/mail/mail.1 | |
parent | d4dfd2f710814067c340f604272122c2c5267d61 (diff) |
Don't pass options after the to address to sendmail. The only
legitiate use of this is to set the sender name which should be
handled specifically by a different option.
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index af380cd2405..f7828c94ad4 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.69 2014/12/16 18:36:46 millert Exp $ +.\" $OpenBSD: mail.1,v 1.70 2014/12/16 18:37:17 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,6 @@ .Op Fl c Ar list .Op Fl s Ar subject .Ar to-addr ... -.Op Fl Ar sendmail-options ... .Ek .Nm mail .Op Fl dEIiNnv |