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

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