@@ -540,9 +540,11 @@ usergr_matches(group, user, pw)
if (grp->gr_gid == user_groups[n])
return(TRUE);
}
if (grp->gr_mem != NULL) {
for (cur = grp->gr_mem; *cur; cur++)
if (strcmp(*cur, user) == 0)
return(FALSE);
The note is not visible to the blocked user.