# HG changeset patch # User HIROSE Yuuji # Date 1589238484 -32400 # Node ID 453f8a114af9734752ba5d7e8c4d9b240fe18207 # Parent 92a2f58b723bae8b9178a7dd0ccd55ecaab16699 Quoting error fixed diff -r 92a2f58b723b -r 453f8a114af9 s4-funcs.sh --- a/s4-funcs.sh Mon May 11 23:14:52 2020 +0900 +++ b/s4-funcs.sh Tue May 12 08:08:04 2020 +0900 @@ -2681,7 +2681,7 @@ if [ -n "$afiles" ];then ./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles else - smail "$rcpts" $subj + smail "$rcpts" "$subj" fi <