You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mblaze/man/mdeliver.1

90 lines
1.6 KiB
Groff

8 years ago
.Dd July 26, 2016
.Dt MDELIVER 1
.Os
.Sh NAME
.Nm mdeliver
.Nd deliver message or mailbox into Maildir
.Sh SYNOPSIS
.Nm
.Op Fl c
8 years ago
.Op Fl v
.Op Fl X Ar flags
.Ar dir
<
.Ar message
.Nm
.Fl M
.Op Fl c
8 years ago
.Op Fl v
.Op Fl X Ar flags
.Ar dir
<
.Ar mbox
.Sh DESCRIPTION
.Nm
adds a message given on standard input
as a new message in the Maildir
8 years ago
.Ar dir .
.Pp
When
.Fl M
is used,
.Nm
will regard standard input as
an MBOXRD mailbox, split it on
8 years ago
.Dq Li "From "
and deliver each message,
decoding it according to the MBOXRD convention.
.Nm
will set the mtime according to the value of
.Sq Li "Date:"
and the Maildir flags according to the value of
.Sq Li "Status:"
or
.Sq Li "X-Status:" .
.Pp
The messages are delivered in a reliable way and use default
.Xr umask 2 .
.Pp
Please note that no syntactical checks are performed
on the messages.
8 years ago
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl M
Deliver each message of an mbox.
.It Fl c
8 years ago
Deliver messages into
.Pa cur/ ,
8 years ago
not
.Pa new/
8 years ago
(the default).
.It Fl v
Print each message filename after delivery.
.It Fl X Ar flg
Override the flags of the new message file to be
8 years ago
.Ar flg .
.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
8 years ago
.Xr mexport 1 ,
8 years ago
.Xr maildir 5 ,
.Xr mbox 5
.Pp
.Lk http://www.digitalpreservation.gov/formats/fdd/fdd000385.shtml "MBOXRD Email Format"
.Pp
.Lk https://cr.yp.to/proto/maildir.html "Using maildir format"
8 years ago
.Sh AUTHORS
7 years ago
.An Leah Neukirchen Aq Mt leah@vuxu.org
8 years ago
.Sh LICENSE
.Nm
is in the public domain.
.Pp
To the extent possible under law,
the creator of this work
has waived all copyright and related or
neighboring rights to this work.
.Pp
.Lk http://creativecommons.org/publicdomain/zero/1.0/