comparison s4-funcs.sh @ 685:a13f49da8788

Log more information on GrpAction smail
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 15 May 2020 23:08:03 +0900
parents 8091eb177596
children 0a6ab304f1c6
comparison
equal deleted inserted replaced
684:8091eb177596 685:a13f49da8788
2691 subj="${subj:-$gecos さんからのメッセージ}" 2691 subj="${subj:-$gecos さんからのメッセージ}"
2692 REPLYTO=$replyto 2692 REPLYTO=$replyto
2693 SMAIL_TO="$user $fromad$supprcpt" 2693 SMAIL_TO="$user $fromad$supprcpt"
2694 MAIL_FROM=$mail_from 2694 MAIL_FROM=$mail_from
2695 export REPLYTO SMAIL_TO MAIL_FROM 2695 export REPLYTO SMAIL_TO MAIL_FROM
2696 err "GrpActionSend: user=[$user], MAIL_FROM=[$mail_from], rcpts=[$rcpts], REPLYTO=[$replyto}"
2696 if [ -n "$afiles" ];then 2697 if [ -n "$afiles" ];then
2697 ./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles 2698 ./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles
2698 else 2699 else
2699 smail "$rcpts" "$subj" 2700 smail "$rcpts" "$subj"
2700 fi <<EOF 2701 fi <<EOF

yatex.org