comment = DiaryComment.find(recipient[1])
digest = comment.digest
date = comment.created_at
- from = User.find(recipient[2])
+ from = comment.diary_entry.subscribers.find(recipient[2])
to = comment.user
token = recipient[3]
elsif recipient = ARGV[0].match(/^m-(\d+)-(.*)$/)