diff options
Diffstat (limited to 'httemplate/elements/select-cgp_rule_action.html')
-rw-r--r-- | httemplate/elements/select-cgp_rule_action.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/select-cgp_rule_action.html b/httemplate/elements/select-cgp_rule_action.html index 24301b59b..25c3a2567 100644 --- a/httemplate/elements/select-cgp_rule_action.html +++ b/httemplate/elements/select-cgp_rule_action.html @@ -20,6 +20,16 @@ my %opt = @_; my @actions = ( '', + + #generic http://www.communigate.com/CommunigatePro/Rules.html#Actions + 'Reject', + 'SendURL', + 'Send IM', + 'FingerNotify', + 'Write To Log', + "Remember 'From' in", + + #email http://www.communigate.com/CommunigatePro/QueueRules.html#Actions 'Stop Processing', 'Discard', 'Reject With', |