summaryrefslogtreecommitdiff
path: root/mail/autorespond/files
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-09-02 13:46:37 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-09-02 13:46:37 +0000
commitb98b95a1de098311dcdb19bc50b49c02a53056b5 (patch)
treeed31855ab1ca13bff487b1a12af64cb9bd01afbc /mail/autorespond/files
parentUpdated to 1.56 (diff)
Update to autorespond-2.0.4, which contains a couple of security fixes.
This version also includes the Debian manpage, which I converted to -mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install the original Debian page. PR: 56309, 56310 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=88350
Diffstat (limited to 'mail/autorespond/files')
-rw-r--r--mail/autorespond/files/autorespond.150
1 files changed, 50 insertions, 0 deletions
diff --git a/mail/autorespond/files/autorespond.1 b/mail/autorespond/files/autorespond.1
new file mode 100644
index 000000000000..8a151d77b833
--- /dev/null
+++ b/mail/autorespond/files/autorespond.1
@@ -0,0 +1,50 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\"
+.\" $FreeBSD$
+.\"
+.Dd "September 11, 2001"
+.Dt AUTORESPOND 1
+.Os FreeBSD
+.Sh NAME
+.Nm autorespond
+.Nd simple autoresponder for qmail
+.Sh SYNOPSIS
+.Nm
+.Ar time num message dir
+.Sh DESCRIPTION
+This manual page documents briefly the
+.Nm
+command.
+This manual page was written for the
+.Nm Debian GNU/Linux
+distribution
+because the original program does not have a manual page.
+.Pp
+.Nm
+sends an automatically generated response to emails for
+given address(es).
+It catches simple situations such as mail from a
+mailer-daemon, empty envelope sender, bulk precedence headers, etc.
+.Bl -tag -width indent
+.It Ar time
+amount of time to consider a message (in secs)
+.It Ar num
+maximum number of messages to allow within time secs
+.It Ar message
+the filename of the message to send
+.It Ar dir
+the directory to hold the log of messages
+.Sh AUTHOR
+This manual page was written by
+.An Sam Johnston Aq samj@debian.org ,
+for the
+.Nm Debian GNU/Linux
+system (but may be used by others).
+It was converted to
+.Xr mdoc 7
+format by
+.An Peter Pentchev Aq roam@FreeBSD.org
+for use by the
+.Fx
+port of
+.Nm .