Replying to myself... This problem started looking like an nail... Quick'n'dirty, just one global posting server: 09:56:16 /var/KQ/source/installer/nntpcache-3.0.1/src news@news$ diff -c post.c.ORIG post.c *** post.c.ORIG Mon Aug 3 18:37:51 1998 --- post.c Tue Aug 13 11:38:30 2002 *************** *** 187,192 **** --- 187,195 ---- struct strList *art; bool body = FALSE; struct server_cfg *cf; + /* CANAU */ + post_cfg->server->host = "postingserver.eunet.pt"; + /* CANAU */ logd (("posting %s to %s", messageid, post_cfg->server->host)); if (!(cf = attachServer (post_cfg->server))) { I guess that this could go into nntpcache.config easily and I could write a little patch for it if there's interest. It doesn't consider multiple posting hosts of course. </canau On Mon, Aug 12, 2002 at 07:17:21PM +0100, Carlos Canau wrote: > Dear NNTPcache users, > > Is it possible to read/cache articles from a bunch of groups > from one server and send posts to another one ? > > If not, is there some kind of workaround ? > > best regards, > </canau > > _______________________________________________ > NNTPCache-users mailing list > NNTPCache-users@nntpcache.org > http://www.nntpcache.org/cgi-bin/mailman/listinfo/nntpcache-users _______________________________________________ NNTPCache-users mailing list NNTPCache-users@nntpcache.org http://www.nntpcache.org/cgi-bin/mailman/listinfo/nntpcache-users