summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.2.6/content
blob: e17c5ea243f02ab8acad9677b8326cbc760747fb (plain)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

our @ScripActions = (
    { Name        => 'Notify Owner or AdminCcs',                         # loc
      Description => 'Sends mail to the Owner if set, otherwise administrative Ccs',    # loc
      ExecModule  => 'NotifyOwnerOrAdminCc',
    },
);