32 lines
866 B
Plaintext
32 lines
866 B
Plaintext
$OpenBSD: patch-mini_sendmail_8,v 1.3 2004/10/14 01:44:07 jolan Exp $
|
|
--- mini_sendmail.8.orig Sun Nov 16 19:47:33 2003
|
|
+++ mini_sendmail.8 Wed Oct 13 01:43:32 2004
|
|
@@ -1,9 +1,11 @@
|
|
-.TH mini_sendmail 8 "12 July 2001"
|
|
+.TH mini_sendmail 8 "7 May 2003"
|
|
.SH NAME
|
|
mini_sendmail - accept email on behalf of real sendmail
|
|
.SH SYNOPSIS
|
|
.B mini_sendmail
|
|
.RB [ -f<name> ]
|
|
+.RB [ -i ]
|
|
+.RB [ -oi ]
|
|
.RB [ -t ]
|
|
.RB [ -s<server> ]
|
|
.RB [ -p<port> ]
|
|
@@ -25,6 +27,14 @@ can be used to send email from inside a
|
|
.TP
|
|
.B -f
|
|
Sets the name of the "from" person (i.e. the sender of the mail).
|
|
+.TP
|
|
+.B -i
|
|
+Don't parse for a dot-line, but read input up to an end-of-file.
|
|
+Currently, this is always the case, but this option is needed for
|
|
+compatibility with sendmail.
|
|
+.TP
|
|
+.B -oi
|
|
+Same as -i, needed for compatibility with sendmail.
|
|
.TP
|
|
.B -t
|
|
Read message for recipients.
|