3.2.15.1        Global Script Security Code

This is a user defined code that must match the security code in the email containing the Global Script.  If the incoming email does not have the security code, then the script is ignored.  The Security code must be part of the opening line of the script:

 

%script_begin_securitycode%

SCRIPT COMMANDS

%script_end%

For example, a security code of 1111:
 

%script_begin_1111%

SETVAL  SP-184=75

%script_end%