mblaze/man/mdeliver.1

92 lines
1.6 KiB
Groff
Raw Normal View History

2016-07-26 15:54:27 +00:00
.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
2016-07-26 15:54:27 +00:00
.Op Fl v
.Op Fl X Ar flags
.Ar dir
<
.Ar message
.Nm
.Fl M
.Op Fl c
2016-07-26 15:54:27 +00:00
.Op Fl v
.Op Fl X Ar flags
.Ar dir
<
.Ar mbox
.Sh DESCRIPTION
.Nm
adds a the message given on standard input as a new message
into the Maildir
.Ar dir .
.Pp
When
.Fl M
is used,
.Nm
will regard standard input as
a MBOXRD mailbox, split it on
.Dq Li "From "
and deliver each message,
decoding it according to the MBOXRD convention.
Also,
.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
.Em Beware :
no syntactical checks are performed on the messages.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl M
Deliver each message of an mbox.
.It Fl c
2016-07-26 15:54:27 +00:00
Deliver messages into
.Pa cur/ ,
2016-07-26 15:54:27 +00:00
not
.Pa new/
2016-07-26 15:54:27 +00:00
(the default).
.It Fl v
Print each message filename after delivery.
.It Fl X Ar flg
.Em Override
the flags of the new message file to be
.Ar flg .
.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
2016-08-19 15:53:40 +00:00
.Xr mexport 1 ,
2016-07-26 15:54:27 +00:00
.Xr maildir 5 ,
.Xr mbox 5
.Pp
.Lk http://www.digitalpreservation.gov/formats/fdd/fdd000385.shtml "MBOXRD Email Format"
2016-08-01 15:18:36 +00:00
.Pp
.Lk https://cr.yp.to/proto/maildir.html "Using maildir format"
2016-07-26 15:54:27 +00:00
.Sh AUTHORS
2017-01-21 16:17:12 +00:00
.An Leah Neukirchen Aq Mt leah@vuxu.org
2016-07-26 15:54:27 +00:00
.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/