# HG changeset patch # User HIROSE Yuuji # Date 1589413111 -32400 # Node ID f0396eb2dfc9131ced78d01c65975123bbd96c9d # Parent db77378201ab5e4837396191dc5015b1e0cbeaea Suppress listing selected rcpt addresses in To: header(GrpAction) diff -r db77378201ab -r f0396eb2dfc9 s4-funcs.sh --- a/s4-funcs.sh Wed May 13 20:31:21 2020 +0900 +++ b/s4-funcs.sh Thu May 14 08:38:31 2020 +0900 @@ -2686,10 +2686,12 @@ ) fi ## SENDER=$noreply \ # Should not SENDER be set to $noreply?? - rcpts="`email4groupbyuid "$grp" $usel` $user$supprcpt" + rcpts="`email4groupbyuid "$grp" $usel` $supprcpt" subj="${subj:-$gecos さんからのメッセージ}" REPLYTO=$replyto + SMAIL_TO="$user $fromad$supprcpt" MAIL_FROM=$mail_from + export REPLYTO SMAIL_TO MAIL_FROM if [ -n "$afiles" ];then ./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles else