/**
  * @see PMRuleAction::execute()
  */
 public function execute(PMEditor $pm, PMRule $rule, UserProfile $recipient)
 {
     $pm->sendNotifications(array($recipient));
     return true;
 }