<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ class PostModerator(CommentModerator):
         &quot;&quot;&quot;
         Use django-mailer for mail delivery.
         &quot;&quot;&quot;
-        if not self.email_notification and not comment.is_public:
+        if self.email_notification and not comment.is_public:
             return
         recipient_list = [manager_tuple[1] for manager_tuple in settings.MANAGERS]
         t = loader.get_template(&quot;comment_utils/comment_notification_email.txt&quot;)</diff>
      <filename>apps/blog/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8ff6a7e07a0fc5a8e806a86a73b98a0e2d9ff65b</id>
    </parent>
  </parents>
  <author>
    <name>Brian Rosner</name>
    <email>brosner@gmail.com</email>
  </author>
  <url>http://github.com/brosner/oebfare/commit/6fe1b33c4149f431c159635a7560b1c63040a841</url>
  <id>6fe1b33c4149f431c159635a7560b1c63040a841</id>
  <committed-date>2009-04-03T18:57:06-07:00</committed-date>
  <authored-date>2009-04-03T18:57:06-07:00</authored-date>
  <message>Fixed a stupid boolean logic issue that has caused *tons* of e-mails.</message>
  <tree>fe410a9b7b8a6c00db238711db7a0dd810846295</tree>
  <committer>
    <name>Brian Rosner</name>
    <email>brosner@gmail.com</email>
  </committer>
</commit>
