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

92 lines
1.7 KiB
Groff

.Dd February 4, 2021
8 years ago
.Dt MDELIVER 1
.Os
.Sh NAME
.Nm mdeliver
.Nd deliver messages or import mbox file
8 years ago
.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 the standard input
as a new message in the maildir
8 years ago
.Ar dir .
.Pp
When
.Fl M
is used,
.Nm
will regard the 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.
In this case,
8 years ago
.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\&:
8 years ago
or
.Sq Li X-Status\&: .
8 years ago
.Pp
The messages are delivered in a reliable way and use the default
8 years ago
.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 new message filename after delivery.
8 years ago
.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 ,
.Xr mrefile 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/