s4

changeset 679:f0396eb2dfc9

Suppress listing selected rcpt addresses in To: header(GrpAction)
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 14 May 2020 08:38:31 +0900
parents db77378201ab
children 455d31b22d33
files s4-funcs.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Wed May 13 20:31:21 2020 +0900
     1.2 +++ b/s4-funcs.sh	Thu May 14 08:38:31 2020 +0900
     1.3 @@ -2686,10 +2686,12 @@
     1.4  	)
     1.5        fi
     1.6        ## SENDER=$noreply \ # Should not SENDER be set to $noreply??
     1.7 -      rcpts="`email4groupbyuid "$grp" $usel` $user$supprcpt"
     1.8 +      rcpts="`email4groupbyuid "$grp" $usel` $supprcpt"
     1.9        subj="${subj:-$gecos さんからのメッセージ}"
    1.10        REPLYTO=$replyto
    1.11 +      SMAIL_TO="$user $fromad$supprcpt"
    1.12        MAIL_FROM=$mail_from
    1.13 +      export REPLYTO SMAIL_TO MAIL_FROM
    1.14        if [ -n "$afiles" ];then
    1.15  	./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles
    1.16        else