Blame SOURCES/1109291-mpo-7.1.0-mailx.1.patch

c2a259
From 7b3766eb42ec6525e9b350f76c0cc0622c99f9a8 Mon Sep 17 00:00:00 2001
c2a259
From: Jan Chaloupka <jchaloup@redhat.com>
c2a259
Date: Mon, 29 Sep 2014 22:28:35 +0200
c2a259
Subject: [PATCH] addition to FROM syntax
c2a259
c2a259
---
c2a259
 mailx/man1/mailx.1 | 8 ++++++++
c2a259
 1 file changed, 8 insertions(+)
c2a259
c2a259
diff --git a/mailx/man1/mailx.1 b/mailx/man1/mailx.1
c2a259
index c1dd9a4..5181dd3 100644
c2a259
--- a/mailx/man1/mailx.1
c2a259
+++ b/mailx/man1/mailx.1
c2a259
@@ -219,6 +219,14 @@ and, in case of a string option,
c2a259
 assigns
c2a259
 .I value
c2a259
 to it.
c2a259
+Note, that when setting
c2a259
+.I from
c2a259
+variable, domain name of host is automatically added if value does not contain any.
c2a259
+If you want to enter
c2a259
+.I from
c2a259
+address with owner's name, you can use, for example, following format:
c2a259
+.B -S
c2a259
+.I \(dqfrom=System User <DoNotReply>\(dq
c2a259
 .TP
c2a259
 .BI \-T \ name
c2a259
 Writes the `Message-Id:' and `Article-Id:' header fields
c2a259
-- 
c2a259
1.9.3
c2a259