773daa81c8
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the original message. * rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition() failure is not fatal. * rfc2045/reformime.c (get_suitable_filename): Ditto. * rfc2045/reformime.c (main2): Fixed segfault on some arches from an initial null given to strtok. * mailbot: add "feedback" and "replyfeedback" formats, generating RFC 5965-formatted feedback report. -a option attaches the entire original message, instead of only its headers, for "replydsn", "feedback", and "replyfeedback" formats. Ok giovanni@
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
$OpenBSD: patch-rfc2045_reformime_1,v 1.3 2012/09/04 11:33:35 gonzalo Exp $
|
|
--- rfc2045/reformime.1.orig Wed Aug 31 00:29:40 2011
|
|
+++ rfc2045/reformime.1 Mon Sep 3 14:44:36 2012
|
|
@@ -43,7 +43,7 @@ is a utility for reformatting MIME messages\&.
|
|
Generally,
|
|
\fBreformime\fR
|
|
expects to see an
|
|
-\m[blue]\fBRFC 2045\fR\m[]\&\s-2\u[1]\d\s+2
|
|
+\fBRFC 2045\fR\&\s-2\u[1]\d\s+2
|
|
compliant message on standard input, except in few cases such as the
|
|
\fB\-m\fR
|
|
option\&.
|
|
@@ -111,7 +111,7 @@ Arbitrarily complex MIME constructs are possible\&.
|
|
.PP
|
|
\-d
|
|
.RS 4
|
|
-Parse a delivery status notification MIME message (\m[blue]\fBRFC 1894\fR\m[]\&\s-2\u[2]\d\s+2)\&.
|
|
+Parse a delivery status notification MIME message (\fBRFC 1894\fR\&\s-2\u[2]\d\s+2)\&.
|
|
\fBreformime\fR
|
|
expects to see on standard input a MIME message that consists of a delivery status notification, as defined by RFC 1894\&.
|
|
\fBreformime\fR
|
|
@@ -171,7 +171,7 @@ MIME message digest\&.
|
|
\-r
|
|
.RS 4
|
|
Rewrite message, adding or standardizing
|
|
-\m[blue]\fBRFC 2045\fR\m[]\&\s-2\u[1]\d\s+2
|
|
+\fBRFC 2045\fR\&\s-2\u[1]\d\s+2
|
|
MIME headers\&.
|
|
.RE
|
|
.PP
|
|
@@ -452,11 +452,11 @@ MIME objects\&.
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
|
|
-\m[blue]\fB\fBreformail\fR(1)\fR\m[]\&\s-2\u[3]\d\s+2,
|
|
+\fB\fBreformail\fR(1)\fR\&\s-2\u[3]\d\s+2,
|
|
\fBsendmail\fR(8),
|
|
-\m[blue]\fB\fBmailbot\fR(1)\fR\m[]\&\s-2\u[4]\d\s+2,
|
|
-\m[blue]\fB\fBmaildrop\fR(1)\fR\m[]\&\s-2\u[5]\d\s+2,
|
|
-\m[blue]\fB\fBmaildropfilter\fR(5)\fR\m[]\&\s-2\u[6]\d\s+2,
|
|
+\fB\fBmailbot\fR(1)\fR\&\s-2\u[4]\d\s+2,
|
|
+\fB\fBmaildrop\fR(1)\fR\&\s-2\u[5]\d\s+2,
|
|
+\fB\fBmaildropfilter\fR(5)\fR\&\s-2\u[6]\d\s+2,
|
|
\fBegrep\fR(1),
|
|
\fBgrep\fR(1),
|
|
\fBsendmail\fR(8)\&.
|