Import a copy of our /bin/rmail, recently removed. ok sthen@

The rmail utility interprets incoming mail received via uucp, collapsing
``From'' lines in the form generated by mail.local into a single line of
the form ``return-path!sender'', and passing the processed mail on to
sendmail.
This commit is contained in:
jca 2014-03-26 20:52:01 +00:00
parent 5659268535
commit 1bbc58a2d6
4 changed files with 32 additions and 0 deletions

23
mail/rmail/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/03/26 20:52:01 jca Exp $
COMMENT = forward mail received via UUCP to the local MTA
DISTNAME = rmail-1.0
CATEGORIES = mail
MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MASTER_SITES = http://wxcvbn.org/~jca/distfiles/
MAKE_FLAGS = BINDIR="${PREFIX}/bin" \
MANDIR="${PREFIX}/man/man"
NO_TEST = Yes
.include <bsd.port.mk>

2
mail/rmail/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (rmail-1.0.tar.gz) = XrGOKkN9fqDAAW/MEQlBdXg578DRiXJkXMy5ldUZm1g=
SIZE (rmail-1.0.tar.gz) = 4738

4
mail/rmail/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
The rmail utility interprets incoming mail received via uucp, collapsing
``From'' lines in the form generated by mail.local into a single line of
the form ``return-path!sender'', and passing the processed mail on to
sendmail.

3
mail/rmail/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/03/26 20:52:01 jca Exp $
@bin bin/rmail
@man man/man8/rmail.8