pkgsrc/mail/mini_sendmail/patches/patch-ac

35 lines
894 B
Text

$NetBSD: patch-ac,v 1.3 2003/10/07 08:45:14 is Exp $
--- mini_sendmail.8.orig Fri Jul 13 23:08:43 2001
+++ mini_sendmail.8
@@ -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 [ -T<timeout> ]
@@ -24,6 +26,17 @@ can be used to send email from inside a
.TP
.B -f
Set 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 -oeq
+Quiet mode, needed for compatibility with sendmail.
+.TP
+.B -oi
+Same as -i, needed for compatibility with sendmail.
.TP
.B -t
Read message for recipients.