vote up 1 vote down star

We are using Drupal (5.x) Notifications module.

Our users are receiving duplicate emails (related to forum posts)

First email has this subject line: "Your Daily xyz Discussion Digest" Second email has this subject line: "xyz subscription update for UserABC"

Content is somewhat similar. (formatting is different).

Tried to google for solution. No luck yet.

Any one seen this issue before? Any suggestions?

flag

13% accept rate

1 Answer

vote up 0 vote down

sounds like message duping:

Deduping

There may be also more than one subscription producing multiple notifications for the same event. I.e. if you are subscribed to 'story updates' and subscribed to the specific thready 'my story 1', then updating 'my story 1' will actually produce two notifications, one for each subscription. These go through some deduping process before being sent out, merging notifications for the same event into one notification. However, this can be done if (and only if) both subscriptions are using the same sending method and the same sending interval. Otherwise you'll be getting two or more different notifications for the same event.

see http://drupal.org/node/318577

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.