4.10.3 Ignoring events from users
Sometimes when doing automated document updates, a lot of change events might be produced, and it can be undesirable to produce email notifications for these events.
For this, the email notifier can be configured to ignore the events caused by certain users. For example, if you have an application which connects as user "john" to the repository server, then it is possible to say that events (document updates etc.) caused by john should not result in email notifications.
The users who's events should be ignored can be configured in the
myconfig.xml (use this for permanent settings), but can also be changed at
runtime through the
Previous