# HG changeset patch # User HIROSE Yuuji # Date 1589551683 -32400 # Node ID a13f49da8788e0db080547c054b458e7eb893eb7 # Parent 8091eb17759636f4da9a24ad6bd3143c24d52c54 Log more information on GrpAction smail diff -r 8091eb177596 -r a13f49da8788 s4-funcs.sh --- a/s4-funcs.sh Fri May 15 10:20:36 2020 +0900 +++ b/s4-funcs.sh Fri May 15 23:08:03 2020 +0900 @@ -2693,6 +2693,7 @@ SMAIL_TO="$user $fromad$supprcpt" MAIL_FROM=$mail_from export REPLYTO SMAIL_TO MAIL_FROM + err "GrpActionSend: user=[$user], MAIL_FROM=[$mail_from], rcpts=[$rcpts], REPLYTO=[$replyto}" if [ -n "$afiles" ];then ./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles else