diff options
| author | ivan <ivan> | 2010-04-29 02:59:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-04-29 02:59:23 +0000 |
| commit | 2070eba260962b206f936e46c64d8072c58b2194 (patch) | |
| tree | 9142bbb4ba9a43fd40330a13dcad78304a7c6d49 /httemplate/elements/select-cgp_rule_action.html | |
| parent | dc3fc48e5104f649a4b11a8feb50b128e14f0bd9 (diff) | |
communigate (phase 2): rules: adding conditions and actions to rule edit. RT#7514
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', |
