@@ -28,6 +28,6 @@ CHECK_HOST(){
echo $1
echo ${noheader}
if [[ "$1" != *"$noheader"* ]]; then
if [[ "${noheader}" != *"${1}"* ]]; then
echo 'not found'
fi
The note is not visible to the blocked user.