diff ChangeLog @ 153:945501c95a4e noffle

[svn] Undo change to post.c that only sent moderated articles to one server. Suppose you have a cross-posted article that goes to a moderated general group (via the usual server) *and* a moderated special-purpose group via a special server that doesn't talk to the rest of the world. Send only to one and something will get lost.
author bears
date Fri, 27 Oct 2000 13:35:51 +0100
parents ca9769519c96
children 22b81617d427
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 26 22:55:49 2000 +0100
+++ b/ChangeLog	Fri Oct 27 13:35:51 2000 +0100
@@ -16,12 +16,6 @@
  * 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>