K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2020-05-24T10:24:01.271540Z
K 7
svn:log
V 548
rnews:  new -d flag to log duplicates

When -d is used, rnews will syslog the message-ID and the Path header
value of each article rejected as a duplicate by the server.

It was previously only a compile-time option (DO_RNEWS_LOG_DUPS in
options.h), which I am unsure worked fine because there were several
wordings in the rnews code:  DONT_RNEWS_LOG_DUPS, SYSLOG_RNEWS_LOG_DUPS,
FILE_RNEWS_LOG_DUPS.

Remove INN_PATH_RNEWS_DUP_LOG (hard-coded to "/dev/null").  One can now
parameter its syslog configuration to obtain that information, if needed.

END
