summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-23 10:36:29 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-23 10:36:29 +0000
commitfc208155aabf52504000057808af54186a886bad (patch)
treeac0555fd8a5299aa3a125b4e7593207cc9a1fa1c /doc
parentc4986ca6de5da6b5bdf4263032552f19bc3e1249 (diff)
downloadrsyslog-fc208155aabf52504000057808af54186a886bad.tar.gz
rsyslog-fc208155aabf52504000057808af54186a886bad.tar.xz
rsyslog-fc208155aabf52504000057808af54186a886bad.zip
added $DropTrailingLFOnReception config directive
Diffstat (limited to 'doc')
-rw-r--r--doc/rsyslog_conf.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index bf30c681..37300a5e 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -160,6 +160,14 @@ here is set to &quot;on&quot;, the malicious message will be completely dropped
logs. If the option is set to &quot;off&quot;, the message will be logged, but the
original IP will be used instead of the DNS name.</p>
<p><code><b>$DropMsgsWithMaliciousDnsPTRRecords on</b></code></p>
+<h2>DropTrailingLFOnReception</h2>
+<p>Syslog messages frequently have the line feed character (LF) as the last
+character of the message. In allmost all cases, this LF should not really become
+part of the message. However, recent IETF syslog standardization recommends
+against modifying syslog messages (e.g. to keep digital signatures valid). This
+option allows to specify if trailing LFs should be dropped or not. The default
+is to drop them, which is consistent with what sysklogd does. To drop them, use</p>
+<p><code><b>$DropTrailingLFOnRecption off</b></code></p>
<h2>ControlCharacterEscapePrefix</h2>
<p>This option specifies the prefix character to be used for control character
escaping (see option $EscapeControlCharactersOnReceive). By default, it is '\',