Storing Custom Tcl Code

On startup, Aurea List Manager loads the functions provided by specific Tcl files in the tclweb\lib\lm\ directory (tclweb/lib/lm/ on Linux) into memory. These files are overwritten during upgrades. Users have the ability to add a file called tclCustom.tcl, which is also sourced on Aurea List Manager startup (if it exists), which is provided as a repository for user defined custom Tcl code. The tclCustom.tcl file persists between upgrades, so it is the ideal location for self-developed custom Tcl code; e.g., for use in the merge process, for a custom complaint handler, or for autoresponder code.