From 6fd1552b950d88bedcba2f2abd8328df8efd3974 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 5 Oct 2007 14:16:44 +0000 Subject: [PATCH] Added note on $text SVN revision: 1934 --- doc/config.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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