K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2011-04-16T07:58:54.952715Z
K 7
svn:log
V 1414
Convert the innfeed.conf man page to POD.

* Add backlog-highwater, news-spool and input-file in the innfeed.conf
sample file.

* Add fast-exit, debug-shrinking and initial-sleep in both the documentation
and the sample file.

* To match what innfeed does by default :
- change host-queue-highwater from 200 to 10 in the sample file
- change max-connections from 5 to 2 in the sample file
- change dynamic-backlog-low from 25.0 to 20.0 in the sample file

* innfeed/host.c was expecting "backlog-limit-high" whereas innfeed/tape.c
was properly using "backlog-limit-highwater" (which is the one mentioned
in the innfeed.conf configuration file and the documentation).  It then
appears that innfeed was not taking the value into account and always
using the default value of 0.

* Fix the documentation for the path to innfeed.status.  It is either
pathlog or pathhttp, and not the backlog directory.

* Fix the paragraph about imapfeed:  "deliver" is not a parameter.

* Remove the notion of version 0.9.3 and 1.0 for innfeed.

* Remove the mention that "in previous versions of innfeed, a value of 1
had a special meaning for <max-connections>.  This is no longer the case,
1 means a maximum of 1 connection."

* Remove the mention that "in innfeed 0.9.3 and earlier, <no-check-high>
was in the range [0.0, 9.0]".

* Remove the sample innfeed.conf file from the documentation (no need to
duplicate it).

* Typos.


END
