mtimeout.1: Use correct dash for number ranges.
[misc] / unfwd.1
CommitLineData
f342fce2 1.\" -*-nroff-*-
2.TH unfwd 1 "9 October 2003" "Straylight/Edgeware"
3.SH NAME
4unfwd \- extract a MIME-formatted forwarded mesage
5.SH SYNOPSIS
6.B unfwd
7.I program
8.IR args ...
9.SH DESCRIPTION
10Reads a MIME-formatted email message from standard input. For each part
11of content-type
12.BR message/822 ,
13run
14.I program
15and feed the enclosed message to it on its standard input. For each
16part of content-type
17.BR multipart/digest ,
18pick the digest apart and feed each message in turn to
19.I program
20on standard input.
21.PP
22If all went well,
23.B unfwd
24exits 0. If
25.I program
26exits nonzero, or the original message didn't contain any MIME forwarded
27messages, then a message is printed to standard error and
28.B unfwd
29exits 100, which causes
30.B qmail-local
31to bounce the mail. If something else went wrong,
32.B unfwd
33returns 111, indicating a temporary failure.
34.SH BUGS
35None known.
36.SH AUTHOR
71d8432e 37Mark Wooding <mdw@distorted.org.uk>
f342fce2 38