Opened 18 years ago
Closed 17 years ago
#8695 closed feature request (fixed)
Send email for approved comments once
| Reported by: | Denis-de-Bernardy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Administration | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Shouldn't this be the default behavior in WP?
http://wordpress.org/extend/plugins/filter-email-notifications/
Attachments (2)
Change History (12)
#2
@
18 years ago
Honestly, I doubt that sending an email would make sense in the use-case you mention. If I've an editor who uses my account, I probably don't care to receive an email when he approves a comment.
#3
@
18 years ago
The case I was considering was
- Email is sent to say comment is awaiting moderation (this goes to a list or shared mailbox)
- Someone logs on to approve said comment.
- A further mail is sent out, the other people on that list then know that they don't need to moderate that comment.
I'm not fussed either way. As I said, the idea has potential as an option.
#8
@
17 years ago
- Resolution fixed
- Status closed → reopened
The initial change for this was incorrect. The check should be explicitly for the post author user ID and the comment user ID. I've included a simple patch to make this change.
Currently in the case where the post author is moderating comments the current check always matches because it's looking at the current user.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not really a bug, as the current behaviour could be useful in some cases (I.E. multiple people sharing a login/email.)
Could be added as an option I suppose...