s4

changeset 413:933df1a150e0

replymark should be treated with utf-8
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 13 Feb 2017 19:37:33 +0859
parents a765ed027dbd
children f4ec6ac09b60
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Fri Feb 10 20:39:20 2017 +0859
     1.2 +++ b/s4-blog.sh	Mon Feb 13 19:37:33 2017 +0859
     1.3 @@ -58,7 +58,7 @@
     1.4         emails=`TEAM=$team collectemail $blogowner` ;;
     1.5    esac
     1.6    ## 2017-0210 Respond to the direct reply mark such as: >#1234
     1.7 -  replymark=`echo "$3"|nkf -Z0|grep '^ *>#'`
     1.8 +  replymark=`echo "$3"|nkf -w -Z0|grep '^ *>#'`
     1.9    authgecos=`gecos $2`
    1.10    if [ -z "$4" -a -n "$replymark"  ]; then
    1.11      # If the action is new subscription($4="") and has ">#123" marks...