about summary refs log tree commit diff
path: root/man/mdeliver.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 17:54:27 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 17:54:27 +0200
commita8ffebe0ced0f6d4d95e5700c11651218e5d2de4 (patch)
tree59816e33a6a3950e93221a6731c05347c7dd4fe9 /man/mdeliver.1
parentb4a99dff974bdeaa674fc72913f23dc2c0644e24 (diff)
downloadmblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.tar.gz
mblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.tar.xz
mblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.zip
add mdeliver.1
Diffstat (limited to 'man/mdeliver.1')
-rw-r--r--man/mdeliver.188
1 files changed, 88 insertions, 0 deletions
diff --git a/man/mdeliver.1 b/man/mdeliver.1
new file mode 100644
index 0000000..6fc6bdb
--- /dev/null
+++ b/man/mdeliver.1
@@ -0,0 +1,88 @@
+.Dd July 26, 2016
+.Dt MDELIVER 1
+.Os
+.Sh NAME
+.Nm mdeliver
+.Nd deliver message or mailbox into Maildir
+.Sh SYNOPSIS
+.Nm
+.Op Fl n
+.Op Fl v
+.Op Fl X Ar flags
+.Ar dir
+<
+.Ar message
+.Nm
+.Fl M
+.Op Fl n
+.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 n
+Deliver messages into
+.Pa new/ ,
+not
+.Pa cur/
+(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
+.Xr maildir 5 ,
+.Xr mbox 5
+.Pp
+.Lk http://www.digitalpreservation.gov/formats/fdd/fdd000385.shtml "MBOXRD Email Format"
+.Sh AUTHORS
+.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
+.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/