Skip to content

Auto Signature Editor

The built in autosig_edit module allows users to edit their auto signatures (AKA “autosig”).

The following MCI codes are available:

  • MCI 1 (ie: MT1): Editor
  • MCI 2 (ie: BT2): Save button

Auto Signature support can be disabled for a particular message area by setting autoSignatures to false in the area’s configuration block.

Example:

my_area: {
name: My Area
autoSignatures: false
}