FIXME in file /daemons/news_d.c line 504:

 need to think on this. I don't think we want to require priv 1
 ... especially since even *this* object doesn't have that.  And
 just checking the previous object is a no-no.
 
 Set up to check for Mudlib:daemons because otherwise this is WIDE
 open and I don't believe this is the desired effect -- Tigran
 check for Mudlib:daemons maybe?

Code:
    if(is_write_restricted(group))
      {
	write("Invalid group to post.\n");
	return 0;
FIXME in file /daemons/news_d.c line 627:

 oops... can't do this yet... leave this unsafe for now

Code:
//    return copy(msg);
    return msg;
}

