changeset 678:db77378201ab

Test to let From: main username
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 13 May 2020 20:31:21 +0900
parents bdf33fbd977b
children f0396eb2dfc9
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Wed May 13 10:48:59 2020 +0900
+++ b/s4-funcs.sh	Wed May 13 20:31:21 2020 +0900
@@ -2655,7 +2655,8 @@
       safegc=`echo "$gecos" | tr -d '<>@'`
       #fromad=`email4groupbyuid "$grp" "$myuid" | sed -e 1q -e 's/[ ,].*//'`
       fromad=`myemail4group "$grp"`
-      mail_from="$safegc <$fromad>"
+      ###mail_from="$safegc <$fromad>"
+      mail_from="$safegc <$user>"	# TEST: 2020/5/13
       replyto=$fromad
       
       ## Start parse of attachment files

yatex.org