Drupal 通知 - 用户收到重复的电子邮件

发布于 2024-07-16 12:48:41 字数 231 浏览 4 评论 0原文

我们正在使用 Drupal (5.x) 通知模块。

我们的用户收到重复的电子邮件(与论坛帖子相关)

第一封电子邮件的主题行是:“您的每日 xyz 讨论摘要” 第二封电子邮件的主题行是:“UserABC 的 xyz 订阅更新”

内容有些相似。 (格式不同)。

尝试谷歌寻找解决方案。 还没有运气。

有人以前见过这个问题吗? 有什么建议么?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月蹉跎了容颜 2024-07-23 12:48:41

听起来像是消息欺骗:

重复数据删除

也可能有多个
订阅产生多个
同一事件的通知。 IE
如果您订阅了“故事”
更新”并订阅了
具体的线索“我的故事1”,然后
更新“我的故事 1”实际上会
产生两个通知,一个用于
每个订阅。 这些都经过
之前进行一些重复数据删除过程
已发送,合并通知
将同一事件合并到一个通知中。
但是,如果(且仅
如果)两个订阅都使用
一样的发送方式,一样的
发送间隔。 否则你会
得到两个或多个不同的
同一事件的通知。

请参阅http://drupal.org/node/318577

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文