Mercurial > noffle
diff ChangeLog @ 152:ca9769519c96 noffle
[svn] * src/post.c: When posting to a non-local moderated group, only
post to one server. Don't want multiple upstream servers each
mailing the moderator. Non-moderated groups post to all servers
groups in the article are fetched from - otherwise can't be sure
an article cross-posted to a netwide group and a restricted one
obtained from a just one server will propagate properly.
author | bears |
---|---|
date | Thu, 26 Oct 2000 22:55:49 +0100 |
parents | 1c7303c71f66 |
children | 945501c95a4e |
line wrap: on
line diff
--- a/ChangeLog Thu Oct 26 22:29:55 2000 +0100 +++ b/ChangeLog Thu Oct 26 22:55:49 2000 +0100 @@ -16,6 +16,12 @@ * src/server.c: When replying to a command, generate the reply into a buffer, release the lock and then send the reply, so we don't hog the lock should the reply stall for some network reason. + * src/post.c: When posting to a non-local moderated group, only + post to one server. Don't want multiple upstream servers each + mailing the moderator. Non-moderated groups post to all servers + groups in the article are fetched from - otherwise can't be sure + an article cross-posted to a netwide group and a restricted one + obtained from a just one server will propagate properly. Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de>