INN commit: branches/2.6/doc/pod (hook-perl.pod)
INN Commit
rra at isc.org
Wed Dec 9 21:09:13 UTC 2020
Date: Wednesday, December 9, 2020 @ 13:09:12
Author: iulius
Revision: 10445
Mention that lines in header field bodies are separated by mere LF in Perl nnrpd filter
Modified:
branches/2.6/doc/pod/hook-perl.pod
---------------+
hook-perl.pod | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: hook-perl.pod
===================================================================
--- hook-perl.pod 2020-12-09 21:06:15 UTC (rev 10444)
+++ hook-perl.pod 2020-12-09 21:09:12 UTC (rev 10445)
@@ -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