To first answer Kevin's question, yep that's the only record that is returned when doing select * from Attributes where Name = 'Subscription';
The crontab entry is: 0 * * * * /usr/local/rt/sbin/rt-email-dashboards Thanks, Fran > -----Original Message----- > From: [email protected] [mailto:rt-users- > [email protected]] On Behalf Of Shawn M Moore > Sent: Thursday, December 16, 2010 11:20 AM > To: [email protected] > Subject: Re: [rt-users] Tracking down rogue dashboard subscriptions > > On 10/12/16 11:29, Francis L Fabrizio wrote: > > Content of attribute #91: $VAR1 = { > > 'ContentType' => 'storable', > > 'Content' => { > > 'Frequency' => 'never', > > 'Recipient' => '', > > 'DashboardId' => '70', > > 'Hour' => '06:00', > > 'Dom' => '1', > > 'Rows' => '0', > > 'Fow' => '1', > > 'Counter' => 24, > > 'Dow' => 'Monday' > > }, > > 'Description' => 'Subscription to dashboard 70', > > 'Name' => 'Subscription', > > 'ObjectId' => '52', > > 'ObjectType' => 'RT::User' > > }; > > That looks correct, rt-email-dashboards should be skipping the > subscription if the frequency is "never". Hm. Can you produce the > crontab entry for rt-email-dashboards? Perhaps it mistakenly has --all > in its options, which always issues mail for dashboard subscriptions > regardless of their frequency. > > Shawn
