Project

General

Profile

Actions

Bug #8225

closed

replies to a blog post activity item

Added by Matt Gold almost 7 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Group Blogs
Target version:
Start date:
2017-06-05
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

we received an email from a user that was sent to the CUNY Academic Commons address. I've attached the original here.

It sounds like Steve Brier wrote a blog post that was sent out to a group to which the blog was connected. Here is what Steve told me about what happened:

It showed up on the course blog (which is where I posted it) but as you can see from the bottom of this spring it automatically seemed to go to the group site as well. And the link I provided in the blog post, which was hot there, was not hot in the group message. Have no idea why any of this happened.


Files

original_msg (2).txt (22.1 KB) original_msg (2).txt Matt Gold, 2017-06-05 11:18 AM

Related issues

Related to CUNY Academic Commons - Bug #10381: Group Blog Comment notification doesn't include usernameResolvedRaymond Hoh2018-09-25

Actions
Related to CUNY Academic Commons - Bug #10800: Duplicate email notifications on blog commentsResolvedRaymond Hoh2018-12-07

Actions
Related to CUNY Academic Commons - Bug #11174: Email notifications of spammed comment on groupblogResolvedRaymond Hoh2019-02-26

Actions
Related to CUNY Academic Commons - Bug #3858: Improved groupblog-RBE integrationDuplicateRaymond Hoh2015-02-27

Actions
Actions #1

Updated by Boone Gorges almost 7 years ago

  • Assignee changed from Boone Gorges to Raymond Hoh

Can you clarify the nature of the problem? Is it: someone hit Reply on the email notification, and it went to rather than to the proper RBE address? Steve's message makes it sound like there are problems with the content of the notification as well, but it looks OK to me at a glance.

Actions #2

Updated by Matt Gold almost 7 years ago

Well, yes -- my issue was that someone hit reply and it went to the CUNYCommons address. Is that expected behavior? It seems like we should have some way of notifying people that the message they thought they were sending to someone did not reach the intended recipient. Perhaps that's best handled by an email rule in Outlook.

But i think it's understandable that a user would reply to a notification, since RBE allows for that for forum posts. So perhaps we can more clearly signal that people shouldn't reply to email notifications of blog posts?

Steve's message seemed to suggest to me that the comment was also posted on the blog post itself. that could not have been through the email reply, right?

Actions #3

Updated by Boone Gorges almost 7 years ago

The original blog post is here: https://spr17urbanedhistorycourse.commons.gc.cuny.edu/2017/06/03/class-is-over-but/ The email reply did not post there as a comment, though I imagine that this was the goal of the person who hit Reply in her email client.

I thought that RBE handled these cases:
a. the blog post is on a site associated with a group
b. as such, the activity item generated by the blog post is associated with the group
c. BPGES handles the outgoing email according to group-member subscription levels
d. RBE should catch all outgoing GES emails and modify the Reply-To header

It appears that a-c worked properly, but not d. I'm guessing this is because RBE is not network activated, so that when the item was originally posted, it was on a site where RBE's filters were not set up.

Ray - Have we ever had RBE network-activated? Are there reasons not to do it? Another possible solution: non-root blogs should post their activity items to BuddyPress via a REST API ping to the root blog, rather than via a PHP filter from network-activated BP. This may serve as an interesting proof-of-concept for an improvement to BP, but it's more complicated than simply network-activating RBE :)

It seems like we should have some way of notifying people that the message they thought they were sending to someone did not reach the intended recipient

RBE does warn people when they reply to an email notification that doesn't support RBE-replies, but that didn't kick in in this case because RBE wasn't enabled on the secondary site. It may be a decent idea for the default (non-RBE) Reply-To to be a non-functional email address (noreply...), which would do nothing but return an error response. On the flip side, I assume that some valuable support instances have come from people responding to email notifications, so that's worth thinking about as well.

Actions #4

Updated by Raymond Hoh almost 7 years ago

Thanks for your rundown, Boone. Your analysis is correct.

Have we ever had RBE network-activated?

We never have, but I guess it makes sense to do so in the context of groupblog items, and especially since the RBE email bounce handler introduced in #6674 requires RBE to be active.

The only other issue I see is if someone has bbPress active on a sub-site, since RBE is not currently compatible in multisite environments. Basically the site ID would need to be added to the RBE querystring and switch_to_blog() would need to be used when parsing the email.

If this is important to be addressed in a point release, I can work on this.

Actions #5

Updated by Boone Gorges almost 7 years ago

Basically the site ID would need to be added to the RBE querystring and switch_to_blog() would need to be used when parsing the email.

Can't it be handled via the activity item? A comment on the activity item should sync back to the blog post (your BuddyPress handiwork).

Either way, my impression is that this is not hugely important for a point release, especially if it'd take a fair amount of work to adapt. Do some initial investigation, and if it looks like it's more than a trivial fix, let's put it in Future Release and think about it as part of a broader think about the way content syndicates across a BP network.

It seems wise to make some (non-code) decisions about how to handle non-RBE Reply-To. The status quo is that replies go to , which may serve some purpose but also could create confusion, as in this case. A dedicated noreply address could be configured to autorespond with an error message, but adds another level of complication for people who need support and expect to be able to get it by hitting Reply. Matt, do you have thoughts about this?

Actions #6

Updated by Matt Gold almost 7 years ago

Well, I would say that I agree that getting these emails helps us address errors. Perhaps we should set the reply-to to our zendesk account ( ), though, so that Marilyn could handle communication with users and issues that should be raised to tickets.

I've added Marilyn as a watcher here so that she is aware of this

Actions #7

Updated by Raymond Hoh almost 7 years ago

Can't it be handled via the activity item?

It's possible, but only for groupblog items. bbPress (and potentially other plugins) would still require the site ID since that information isn't always available in the activity item.

Actions #8

Updated by Boone Gorges almost 7 years ago

Perhaps we should set the reply-to to our zendesk account ( ), though, so that Marilyn could handle communication with users and issues that should be raised to tickets.

IMO this is the easiest fix for the foreseeable future.

It's possible, but only for groupblog items. bbPress (and potentially other plugins) would still require the site ID since that information isn't always available in the activity item.

Ah right, I was thinking only about groupblog items. But I guess even with blog posts there are complications: non-group-linked blogs will (I think) only generate activity items if they are public, which will result in an inconsistent experience, since you won't be able to comment on private blogs via email.

IIRC, RBE adds a header to outgoing emails that don't support email replies, informing the user that replying to the email will do nothing. Maybe we can add something similar for non-RBE sites?

Actions #9

Updated by Marilyn Weber almost 7 years ago

Yes, please do add the Zendesk address. Thanks!

Actions #10

Updated by Boone Gorges almost 7 years ago

Ray, would you mind making that change? I think we can filter the Reply-To header without modifying the From address (or the network admin email address), but you probably know this much better than I do :)

Actions #11

Updated by Raymond Hoh almost 7 years ago

  • Status changed from Assigned to In Progress
  • Target version set to 1.12

For now, I've altered the default Reply-To email address for group emails to the Zendesk support email address:
https://github.com/cuny-academic-commons/cac/commit/66519f9990de895a3d3450f4124a41f10e6913d2

If the email can be RBE'd, RBE will override this email address as usual. I decided to do this only for group emails because this is likely the only use-case of this problem ever occurring.

I still haven't looked into investigating what it will take to enable RBE network-wide, but I'll be looking into this. Moving to 1.12 for now, but if this looks feasible for a point release, I'll add it back to 1.11.x.

Actions #12

Updated by Matt Gold almost 7 years ago

thank you, Ray

Actions #13

Updated by Boone Gorges over 6 years ago

Ray, did you have a chance to look into this (a network-wide listener for RBE)? If not, please bump from the release.

Actions #14

Updated by Raymond Hoh over 6 years ago

  • Target version changed from 1.12 to 1.13

Attachments consumed most of my time here.

I can look at implementing this into a 1.12.x maintenance release, depending on how far out 1.13 is.

Actions #15

Updated by Boone Gorges about 6 years ago

Hi Ray - Do you think this is a potential quick-win for 1.13?

Actions #16

Updated by Raymond Hoh about 6 years ago

I think this is doable for groupblog post items, but we have to make some decisions here.

The BP Groupblog plugin currently only records new blog posts into the group activity stream. In order for RBE to work for group blog posts, we would also need to start recording blog comments into the group activity stream. Do we want to do that? I'm guessing we do.

As Boone mentioned above, BuddyPress has a blog activity sync routine, but we probably will not be able to use this because BP Groupblog sets different activity identifiers (activity component is set to groups, the type to new_groupblog_post, the primary id to the group ID). Will probably have to write manual code for this the way BP Groupblog currently does for groupblog posts.

Secondly, I would need to modify RBE so group users can reply to groupblog posts and comments. I would probably lift most of the code I wrote for the BP Docs RBE module here, so this shouldn't be too hard.

Actions #17

Updated by Boone Gorges about 6 years ago

The BP Groupblog plugin currently only records new blog posts into the group activity stream. In order for RBE to work for group blog posts, we would also need to start recording blog comments into the group activity stream. Do we want to do that? I'm guessing we do.

Yeah, I think this is probably worth doing.

Actions #18

Updated by Raymond Hoh about 6 years ago

  • Status changed from In Progress to Testing Required

I've added this to the codebase. Internal reference - https://github.com/cuny-academic-commons/cac/compare/f11b010027...a85da28

Had to modify RBE to work in multisite environments and had to modify BP Groupblog to record blog comments into the activity stream, which caused a few gray hairs!

With that being said, this feature is now available for testing on cdev:
1. Navigate to a group that has a groupblog attached to it and ensure that your group email settings are set to "All Mail"
2. Navigate to the groupblog's WP admin dashboard and create a new blog post.
3. You should receive an email with the subject line "(GROUP NAME) Blog Post - POST TITLE". Try replying by email.
4. The email reply should be posted as a comment to the groupblog post, and you should receive a subsequent email for that comment with the subject line "(GROUP NAME) Re: Blog Post - POST TITLE"
5. You can reply to this email as well and that reply should be posted as a comment.

Let me know if you encounter any bugs or see anything that needs to be changed.

Actions #19

Updated by Boone Gorges about 6 years ago

A tour de force! Everything seems to work beautifully, as advertised.

One observation. When a new post is created on a groupblog, the subject line of the generated email is of the form:

([group name]) Blog Post - [post name]

When a new comment is created, the subject line is of the form:

([blog name]) Re: Blog Post - [post name]

The text in parentheses at the beginning should probably be consistent: either the group name or the blog name. Probably the blog name is slightly more appropriate, but I could go either way.

Actions #20

Updated by Raymond Hoh about 6 years ago

([blog name]) Re: Blog Post - [post name]

Ahh, good catch! I think group name might be better, just to stay consistent with other group emails.

I'll make this change.

Actions #21

Updated by Boone Gorges almost 6 years ago

  • Status changed from Testing Required to Resolved
Actions #22

Updated by Raymond Hoh over 5 years ago

  • Related to Bug #10381: Group Blog Comment notification doesn't include username added
Actions #23

Updated by Raymond Hoh over 5 years ago

  • Related to Bug #10800: Duplicate email notifications on blog comments added
Actions #24

Updated by Raymond Hoh about 5 years ago

  • Related to Bug #11174: Email notifications of spammed comment on groupblog added
Actions #25

Updated by Raymond Hoh about 5 years ago

  • Related to Bug #3858: Improved groupblog-RBE integration added
Actions

Also available in: Atom PDF