s4

changeset 668:84b26e6e4d79

Supprcpt condition fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 May 2020 10:42:50 +0900
parents 9ee0e242c25a
children 17ca38bf0a4b
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Tue May 12 10:28:44 2020 +0900
     1.2 +++ b/s4-funcs.sh	Tue May 12 10:42:50 2020 +0900
     1.3 @@ -2661,7 +2661,7 @@
     1.4        ## Start parse of attachment files
     1.5        if [ -n "`getpar email`" ]; then
     1.6  	ar=`getpar supprcpt`
     1.7 -	if [ -n "$ar" -a -n "`getpar suppck`" ]; then
     1.8 +	if [ -n "$ar" ]; then
     1.9  	  for a in $ar; do
    1.10  	    checkdomain "$a" && supprcpt="$supprcpt $a"
    1.11  	  done