<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #859: Subscription emails broken</title>
    <link>http://localhost:8080/trac/ticket/859</link>
    <description>&lt;p&gt;
Hi just got this mail
&lt;/p&gt;
&lt;p&gt;
"For some reason I realized I wasn't hearing from Rob. You might want to check your system because mine hasn't changed as far as I know."
&lt;/p&gt;
&lt;p&gt;
Had a look in my inbox &amp;amp; the last mail from Drupal subscription system was on 27th of May.
&lt;/p&gt;
&lt;p&gt;
I may be the guilty party, as I did go in to edit the message around this time.
&lt;/p&gt;
&lt;p&gt;
I'll investigate via the Drupal admin interface, but has anything else happened/ been done that could have stopped the mails?
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/859</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:25:59 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/859#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Nothing that comes to mind. Maybe have a look through trac and see if there is anything that has been done that might have caused the problem. My first thought is that probably cron is no longer working after a server update. I'll take a look at the drupal  status report ..
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:32:19 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/859#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.15&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.125&lt;/em&gt; to &lt;em&gt;0.275&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
The server is sending emails OK, for example 138 have been sent since the &lt;tt&gt;mail.log&lt;/tt&gt; was last rotated (06:25 on Jun 14) and not all of these are system emails, lots are Drupal emails.
&lt;/p&gt;
&lt;pre class="wiki"&gt;sudo -i
cd /var/log
grep "to=" mail.log | wc -l
138
&lt;/pre&gt;&lt;p&gt;
However looking at the sizes of the logs there was a big drop around May 31, for the oldest log file 2.6k emails were sent and for the last one 608 emails:
&lt;/p&gt;
&lt;pre class="wiki"&gt;-rw-r-----  1 root  adm      103K Jun 16 13:57 mail.log
-rw-r-----  1 root  adm      458K Jun 14 06:25 mail.log.1
-rw-r-----  1 root  adm       77K Jun  7 06:26 mail.log.2.gz
-rw-r-----  1 root  adm      206K May 31 06:28 mail.log.3.gz
-rw-r-----  1 root  adm      262K May 24 06:26 mail.log.4.gz
&lt;/pre&gt;&lt;pre class="wiki"&gt;grep "to=" mail.log.1 | wc -l
608
zgrep "to=" mail.log.2.gz | wc -l
710
zgrep "to=" mail.log.3.gz | wc -l
2113
zgrep "to=" mail.log.4.gz | wc -l
2692
&lt;/pre&gt;&lt;p&gt;
If there is a problem I expect it is at a Drupal level so I think best ask Paul to look into it?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:35:29 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/859#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.05&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.275&lt;/em&gt; to &lt;em&gt;0.325&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/859#comment:1" title="Comment 1 for Ticket #859"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
My first thought is that probably cron is no longer working after a server update.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Looks OK to me on &lt;a class="ext-link" href="https://www.transitionnetwork.org/admin/reports/status"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;the status page&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Cron maintenance tasks        Last run 0 sec ago
&lt;/p&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>sam</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:37:50 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/859#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:4</guid>
      <description>
        &lt;p&gt;
OK it sounds like I broke it by trying to edit the message.
&lt;/p&gt;
&lt;p&gt;
I should therefore be able to fix it. I'll have a look through the settings again.
&lt;/p&gt;
&lt;p&gt;
Thanks all,
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:39:49 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/859#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.325&lt;/em&gt; to &lt;em&gt;0.575&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Cron is working fine.
&lt;/p&gt;
&lt;p&gt;
I can send out a notification message from the test page (using all three send methods).
Investigating ..
&lt;/p&gt;
&lt;p&gt;
Sorry, finally got this message to post! (hopefully)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Tue, 16 Jun 2015 13:40:29 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/859#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:6</guid>
      <description>
        &lt;p&gt;
Ok. Let me know if you need any help.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>sam</dc:creator>

      <pubDate>Tue, 16 Jun 2015 15:30:54 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/859#comment:7</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/859#comment:7</guid>
      <description>
        &lt;p&gt;
Hmm can't see anything obvious.
&lt;/p&gt;
&lt;p&gt;
I'd have imagined that there would be many more people subscribed to 'Content type by author' &lt;a class="ext-link" href="https://www.transitionnetwork.org/admin/messaging/subscriptions/status"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.transitionnetwork.org/admin/messaging/subscriptions/status&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
But then on the other hand there is no noticeable drop in traffic: &lt;a class="ext-link" href="https://stats.transitionnetwork.org/index.php?module=CoreHome&amp;amp;action=index&amp;amp;idSite=1&amp;amp;period=range&amp;amp;date=previous30#/module=Dashboard&amp;amp;action=embeddedIndex&amp;amp;idSite=1&amp;amp;period=range&amp;amp;date=previous30&amp;amp;idDashboard=1"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://stats.transitionnetwork.org/index.php?module=CoreHome&amp;amp;action=index&amp;amp;idSite=1&amp;amp;period=range&amp;amp;date=previous30#/module=Dashboard&amp;amp;action=embeddedIndex&amp;amp;idSite=1&amp;amp;period=range&amp;amp;date=previous30&amp;amp;idDashboard=1&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
So actually maybe it is working..
&lt;/p&gt;
&lt;p&gt;
Is anyone else subscribed to the emails? Has anyone got one since the 27th?
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Sam
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>