INN commit: trunk/doc/pod (hook-perl.pod)
INN Commit
rra at isc.org
Sun Nov 29 21:31:24 UTC 2020
Date: Sunday, November 29, 2020 @ 13:31:23
Author: iulius
Revision: 10430
Mention that lines in header field bodies are separated by mere LF in Perl nnrpd filter
Modified:
trunk/doc/pod/hook-perl.pod
---------------+
hook-perl.pod | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: hook-perl.pod
===================================================================
--- hook-perl.pod 2020-11-26 19:37:48 UTC (rev 10429)
+++ hook-perl.pod 2020-11-29 21:31:23 UTC (rev 10430)
@@ -348,7 +348,10 @@
required headers or modifying headers that need to follow a strict format
can result in nnrpd trying to post nonsense articles (which will probably
then be rejected by innd). If $modify_headers is set, I<everything> in
-the %hdr hash is taken to be article headers and added to the article.
+the %hdr hash is taken to be article headers and added to the article. If
+a header field body contains several lines, they are separated from each
+other by a mere LF (B<nnrpd> will properly rewrite them as CRLF when
+posting).
To modify the contents of the Organization: header, you can use:
More information about the inn-committers
mailing list