Outgoing news feeds
An example feed to send local posts upstream, with user authentication via the 'post' nntp command
g_feed host="upstream.host.name" groups="*" user="xxx" pass="yyy" type="posting"
An full feed of all groups to a downstream server:
g_feed host="downstream.host" groups="*" type="normal"
A full header feed to another server (sends only headers)
g_feed host="downstream.host" groups="*" type="header"
A partial feed of binary groups downstream.
g_feed host="downstream.host" groups="*binaries*,*mp3*,*pictures*" type="normal"
Setting syntax: