s4

changeset 686:0a6ab304f1c6

(TEST)GrpAction smail should send to oneself
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 17 May 2020 20:41:57 +0900
parents a13f49da8788
children 19d28bbdbee8
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri May 15 23:08:03 2020 +0900
     1.2 +++ b/s4-funcs.sh	Sun May 17 20:41:57 2020 +0900
     1.3 @@ -2687,7 +2687,7 @@
     1.4  	EOF
     1.5  	)
     1.6        fi
     1.7 -      rcpts="`email4groupbyuid "$grp" $usel` $supprcpt"
     1.8 +      rcpts="`email4groupbyuid "$grp" $usel` $fromad$supprcpt"
     1.9        subj="${subj:-$gecos さんからのメッセージ}"
    1.10        REPLYTO=$replyto
    1.11        SMAIL_TO="$user $fromad$supprcpt"