Skip to content

Commit

Permalink
initialdata
Browse files Browse the repository at this point in the history
  • Loading branch information
ruz committed Feb 4, 2011
1 parent 85e1f44 commit ea1ec8b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions etc/initialdata
@@ -0,0 +1,25 @@
@ScripConditions = (
{
Name => 'On ACNS message', # loc
Description => 'When create, correspond or comment contains an ACNS message', # loc
ApplicableTransTypes => 'Create,Correspond,Comment',
ExecModule => 'ACNSMessage',
},
);

@ScripActions = (
{
Name => 'Extract info from ACNS', # loc
Description => '' , # loc
ExecModule => 'ParseACNS',
},
);

@Scrips = (
{
Description => 'On ACNS notification extract data',
ScripCondition => 'On ACNS message',
ScripAction => 'Extract info from ACNS',
Template => 'Blank',
},
);

0 comments on commit ea1ec8b

Please sign in to comment.