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 wrap: on
line diff
--- a/s4-blog.sh	Fri Jun 26 22:41:57 2020 +0900
+++ b/s4-blog.sh	Tue Jun 30 08:17:56 2020 +0900
@@ -58,7 +58,7 @@
 	emails=$emails" `email4groupbyuid \"$blogowner\" $notifyto`"
       fi
 	;;
-    no)		emails="" ;;
+    no|"")	emails="" ;;	# 2020-0630 Omit email when heavy load...(XXX)
     *) team=`blog_getteam "$blogid"`
        # team cannot get by `getvalbyid blog team "$blogid"`
        emails=`TEAM=$team collectemail "$blogowner"` ;;

yatex.org