diff --git a/doc/config.html b/doc/config.html index ab651275..79443ecb 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1502,7 +1502,10 @@ be changed, while otherways (like with the Subst Telephone = database. The <command> can contain substitutions similar to the Subst command. In addition the list of all attachments can be referred to via - <$attachments> Following (Unix) command + $<attachment>. The text body of the entry + can be referred to with $text. It should + be noted that only the first 1500 characters of the text can be used, + in order not to exceed the limits of the shell. Following (Unix) command writes a notification into some file:
 Execute new = echo "New message wiht ID $message id of type $type from $long_name on $remote_host" >> /tmp/elog.log