s4

changeset 849:7d9ad05aefee

Do not collect group-email when getting notify-mode seems to fail
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 30 Jun 2020 08:17:56 +0900
parents 770f2eed24a1
children f11b80b4d005
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Fri Jun 26 22:41:57 2020 +0900
     1.2 +++ b/s4-blog.sh	Tue Jun 30 08:17:56 2020 +0900
     1.3 @@ -58,7 +58,7 @@
     1.4  	emails=$emails" `email4groupbyuid \"$blogowner\" $notifyto`"
     1.5        fi
     1.6  	;;
     1.7 -    no)		emails="" ;;
     1.8 +    no|"")	emails="" ;;	# 2020-0630 Omit email when heavy load...(XXX)
     1.9      *) team=`blog_getteam "$blogid"`
    1.10         # team cannot get by `getvalbyid blog team "$blogid"`
    1.11         emails=`TEAM=$team collectemail "$blogowner"` ;;