diff --git a/doc/config.html b/doc/config.html index 59b3cae1..7b4db56e 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1112,12 +1112,14 @@ It is possible to execute a shell command on the server side after a new message has been submitted, edited or deleted. This feature has been used in the past for SMS notifications over a telephone system and for synchrnonization of the ELOG database with an external SQL database. The <command> can -contain substitutions similar to the Subst command. +contain substitutions similar to the Subst command. In addition +the list of all attachments can be referred to via <$attachemnts> Following (Unix) command writes a notification into some file:

 Execute new = echo "New message of type $type from $long_name on $remote_host" >> /tmp/elog.log
 
+
It should be noted that this feature can impose a security problem. If someone can edit the elogd.cfg through the Config command of elogd, that person @@ -1924,9 +1926,9 @@ but not executed. Default is 0.

  • Mirror exclude = 0 | 1

    -By default, all logbooks are mirrored. Individual logbooks might be excluded from +By default, all logbooks are mirrored. Individual logbooks might be excluded from mirroring by putting Mirror exclude = 1 in their individual logbook -section of the configuration file (Not the [global] section). +section of the configuration file (Not the [global] section). Default is 0.