diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-01-06 19:17:49 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-06 19:17:49 +0100 |
commit | 88a87a361a5eb8675fbe8f9628c9b230c40dba3e (patch) | |
tree | e5e3e978a548c226ae8a8c922f9d3b710450b01f /man | |
parent | a6243d7a2f799bc988cc69b14b235db04f7617e9 (diff) | |
download | mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.tar.gz mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.tar.xz mblaze-88a87a361a5eb8675fbe8f9628c9b230c40dba3e.zip |
add mbnc to bounce messages
Diffstat (limited to 'man')
-rw-r--r-- | man/mblaze.7 | 4 | ||||
-rw-r--r-- | man/mbnc.1 | 1 | ||||
-rw-r--r-- | man/mcom.1 | 16 |
3 files changed, 18 insertions, 3 deletions
diff --git a/man/mblaze.7 b/man/mblaze.7 index d843968..8b02263 100644 --- a/man/mblaze.7 +++ b/man/mblaze.7 @@ -1,4 +1,4 @@ -.Dd June 30, 2017 +.Dd January 6, 2018 .Dt MBLAZE 7 .Os .Sh NAME @@ -20,6 +20,8 @@ consists of these Unix tools that each do one job: extract addresses from mail .It Xr magrep 1 find mails matching a pattern +.It Xr mbnc 1 +bounces mail .It Xr mcom 1 compose and send mail .It Xr mdeliver 1 diff --git a/man/mbnc.1 b/man/mbnc.1 new file mode 100644 index 0000000..04eb765 --- /dev/null +++ b/man/mbnc.1 @@ -0,0 +1 @@ +.so man1/mcom.1 diff --git a/man/mcom.1 b/man/mcom.1 index b98ae1f..b9852ed 100644 --- a/man/mcom.1 +++ b/man/mcom.1 @@ -1,11 +1,12 @@ -.Dd July 22, 2016 +.Dd January 6, 2017 .Dt MCOM 1 .Os .Sh NAME .Nm mcom , .Nm mfwd , +.Nm mbnc , .Nm mrep -.Nd compose, forward, reply to, and send mail +.Nd compose, forward, bounce, reply to, and send mail .Sh SYNOPSIS .Nm mcom .Op Ar recipients\ ... @@ -14,6 +15,8 @@ .Nm mfwd .Op Fl r .Op Ar msgs\ ... +.Nm mbnc +.Ar msg .Nm mrep .Ar msg .Sh DESCRIPTION @@ -40,6 +43,15 @@ to forward as .Xr mshow 1 rendered plain text, using RFC934 message encapsulation. .Pp +.Nm mbnc +behaves like +.Nm mcom +but creates the draft from the original +.Ar msg +(including headers) +and adds a Resent-To header, to which the message will +be bounced directly. +.Pp .Nm mrep behaves like .Nm mcom |