From 88a87a361a5eb8675fbe8f9628c9b230c40dba3e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 6 Jan 2018 19:17:49 +0100 Subject: add mbnc to bounce messages --- man/mblaze.7 | 4 +++- man/mbnc.1 | 1 + man/mcom.1 | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 man/mbnc.1 (limited to 'man') 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 -- cgit 1.4.1