K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2008-08-31T09:55:50.861426Z
K 7
svn:log
V 643
Return the "right" 200/201 code for the greeting.  Well, we do our
best to find out whether posting will be allowed.
PERMcanpostgreeting is a new global variable (different from
PERMcanpost, which is for the current state).

200 if (the user can post right now) or (the user can authenticate
and there is an access group which provides posting facilities).

There is an access group which provides posting facilities
when (in an auth group, there is an access or dynamic Perl/Python
script) or (a newsgroups:/post: key is in an access group).
This check is too wide but at least we will return 201 only if
the user will never be able to post.

END
