# HG changeset patch # User meillo@marmaro.de # Date 1277154712 -7200 # Node ID e7f8c0a161b6e95dd480d1c0ca5bbe7181b9f585 # Parent 4c850f3c4e0a5d18d397d8dec99a3c0fe23b83de added man page rmail.1; remove obsolete entries in rules diff -r 4c850f3c4e0a -r e7f8c0a161b6 Makefile.am --- a/Makefile.am Mon Jun 21 23:10:42 2010 +0200 +++ b/Makefile.am Mon Jun 21 23:11:52 2010 +0200 @@ -21,4 +21,5 @@ preinst \ rules \ sendmail.8 \ -masqmail.lintian +masqmail.lintian \ +rmail.1 diff -r 4c850f3c4e0a -r e7f8c0a161b6 rmail.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rmail.1 Mon Jun 21 23:11:52 2010 +0200 @@ -0,0 +1,51 @@ +.TH rmail 1 2010-06-21 masqmail-0.2.24 "User Commands" + +.SH NAME +rmail \- handle remote mail received via uucp + + +.SH SYNOPSIS +\fB/usr/bin/rmail \fIrecipient ...\fR + + +.SH DESCRIPTION + +Rmail is a wrapper around masqmail. +It reads a mail message on standard input and passes it to masqmail's standard input. +Rmail only removes the first line from the input and constructs the return path from it. + +Such a first line: + +From user Wed Jan 9 12:43:35 1985 remote from host Date: 9 Jan 1985 8:39 EST + +would generate this call to masqmail: + +masqmail \-i \-f user@host \-\- bob@example.org + +(If ``bob@example.org'' was the argument to the rmail call.)) + + +.SH AUTHOR + +Masqmail was written by Oliver Kurth. +It is now maintained by Markus Schnalke . + +You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. +There is also a mailing list, you will find information about it at masqmail's main site. + +This man page was written by markus schnalke + + +.SH BUGS + +Address translations from domain!user to user@domain is not done. +This rmail program is only very basic. +See sendmail for a more sophisticated rmail implementation. + + +Please report bugs to the mailing list. + + +.SH SEE ALSO + +\fBmasqmail(8)\fR diff -r 4c850f3c4e0a -r e7f8c0a161b6 rules --- a/rules Mon Jun 21 23:10:42 2010 +0200 +++ b/rules Mon Jun 21 23:11:52 2010 +0200 @@ -43,9 +43,6 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean - rm -f tests/test.conf - rm -f tests/local.sh - rm -f tests/smtpout.sh # see /usr/share/doc/autotools-dev/README.Debian.gz -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub @@ -93,12 +90,12 @@ dh_installdocs rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL ##cp -r docs debian/masqmail/$(DOC)/masqmail/html - dh_installexamples examples/* tests + dh_installexamples examples/* # dh_installmenu # dh_installemacsen dh_installinit # dh_installcron - dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8 + dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8 debian/rmail.1 # dh_undocumented dh_installchangelogs ChangeLog dh_link