array ( 'rules' => array ( 'rules_benachrichtigung_new_moderation_content' => array ( '#type' => 'rule', '#set' => 'event_node_insert', '#label' => 'Mail notification new moderation content', '#active' => 1, '#weight' => '0', '#categories' => array ( 0 => 'modr8', ), '#status' => 'custom', '#conditions' => array ( 0 => array ( '#weight' => 0, '#info' => array ( 'label' => 'Execute PHP Code', 'module' => 'PHP', 'eval input' => array ( 0 => 'code', ), ), '#name' => 'rules_condition_custom_php', '#settings' => array ( 'code' => 'return $node->moderate;', 'vars' => array ( 0 => 'node', ), '#eval input' => array ( 'token_rules_input_evaluator' => array ( 'code' => array ( 0 => ':global', ), ), ), ), '#type' => 'condition', ), ), '#actions' => array ( 0 => array ( '#weight' => 0, '#type' => 'action', '#settings' => array ( 'recipients' => array ( 0 => 3, 1 => 6, 2 => 4, ), 'from' => '', 'subject' => 'New moderated content on [:global:site-name]', 'message' => 'New moderated content of type "[node:type-name]" with title "[node:title]" has been added on [:global:site-name]. View content: [node:site-url]node/[node:nid] Open moderations: [node:site-url]admin/content/modr8', '#eval input' => array ( 'token_rules_input_evaluator' => array ( 'subject' => array ( 0 => ':global', ), 'message' => array ( 0 => 'node', 1 => ':global', ), 'from' => array ( 0 => ':global', ), ), ), ), '#name' => 'rules_action_mail_to_users_of_role', '#info' => array ( 'label' => 'Send an email to all moderators', 'module' => 'System', 'eval input' => array ( 0 => 'subject', 1 => 'message', 2 => 'from', ), ), ), ), '#version' => 6003, ), ), )