From bc846dc0bddbf0f95c1354927adcb5daaf41ef4c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 12 Feb 2008 13:09:27 +0000 Subject: clarified dependency of control character property replacer options to $EscapeControlCharactersOnReceive --- doc/property_replacer.html | 15 ++++++++++++--- doc/rsconf1_escapecontrolcharactersonreceive.html | 5 +++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 3df2fd0b..31ff3c38 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -128,11 +128,20 @@ are defined:

escape-ccreplace control characters (ASCII value 127 and values less then 32) with an escape sequence. The sequnce is "#<charval>" where charval is the 3-digit decimal value of the control character. For - example, a tabulator would be replaced by "#009". -space-ccreplace control characters by spaces + example, a tabulator would be replaced by "#009".
+ Note: using this option requires that + $EscapeControlCharactersOnReceive + is set to off. +space-ccreplace control characters by spaces
+ Note: using this option requires that + $EscapeControlCharactersOnReceive + is set to off. drop-ccdrop control characters - the resulting string will neither contain control characters, escape sequences nor any other - replacement character like space. + replacement character like space.
+ Note: using this option requires that + $EscapeControlCharactersOnReceive + is set to off.

Further Links

diff --git a/doc/rsconf1_escapecontrolcharactersonreceive.html b/doc/rsconf1_escapecontrolcharactersonreceive.html index a8855119..26917736 100644 --- a/doc/rsconf1_escapecontrolcharactersonreceive.html +++ b/doc/rsconf1_escapecontrolcharactersonreceive.html @@ -14,6 +14,11 @@ (like Japanese, Chinese and Korean)
  • turning on this option destroys digital signatures if such exists inside the message
  • +
  • if turned on, the drop-cc, space-cc and escape-cc + property replacer options do not work + as expected because control characters are already removed upon message + reception. If you intend to use these property replacer options, you must + turn off $EscapeControlCharactersOnReceive.
  • Sample:

    $EscapeControlCharactersOnReceive on

    -- cgit v1.2.3