Blame SOURCES/mailx-12.5-mailx.1-from-syntax.patch

baa6c3
From bf8f5a6197bb0ad26609f8014ae545a1a0b6c2ea Mon Sep 17 00:00:00 2001
baa6c3
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
baa6c3
Date: Fri, 10 Feb 2017 15:10:17 +0100
baa6c3
Subject: [PATCH] mailx.1: addition to FROM syntax
baa6c3
baa6c3
---
baa6c3
 mailx.1 | 8 ++++++++
baa6c3
 1 file changed, 8 insertions(+)
baa6c3
baa6c3
diff --git a/mailx.1 b/mailx.1
baa6c3
index 6adbada..1184cbf 100644
baa6c3
--- a/mailx.1
baa6c3
+++ b/mailx.1
baa6c3
@@ -219,6 +219,14 @@ and, in case of a string option,
baa6c3
 assigns
baa6c3
 .I value
baa6c3
 to it.
baa6c3
+Note, that when setting
baa6c3
+.I from
baa6c3
+variable, domain name of host is automatically added if value does not contain any.
baa6c3
+If you want to enter
baa6c3
+.I from
baa6c3
+address with owner's name, you can use, for example, following format:
baa6c3
+.B -S
baa6c3
+.I \(dqfrom=System User <DoNotReply>\(dq
baa6c3
 .TP
baa6c3
 .BI \-T \ name
baa6c3
 Writes the `Message-Id:' and `Article-Id:' header fields
baa6c3
-- 
baa6c3
2.7.4
baa6c3