[rt-users] Tracking down rogue dashboard subscriptions
Shawn M Moore
sartak at bestpractical.com
Thu Dec 16 12:19:40 EST 2010
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
More information about the rt-users
mailing list