php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55972 email duplicate on reply to a PEPr comment
Submitted: 2004-02-01 17:58 UTC Modified: 2004-02-02 01:28 UTC
From: pear at laurent-laville dot org Assigned: toby (profile)
Status: Wont fix Package: PECL website (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pear at laurent-laville dot org
New email:
PHP Version: OS:

 

 [2004-02-01 17:58 UTC] pear at laurent-laville dot org
Description:
------------
On a proposal where a user post a comment, i want to reply to the user comment and got twice same email.


Expected result:
----------------
Example : Chuck Hagenbuch post a comment on proposal 
http://pear.php.net/pepr/pepr-proposal-show.php?id=18

And i (Laurent Laville) reply to it 

I expect to have an email sent as Cc 
to the previous user (author of comment) 
and of course to myself (author of reply to comment).



Actual result:
--------------
I got twice same email with Cc
Laurent Laville, Laurent Laville

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-02 01:28 UTC] toby@php.net
The behavior you describe is desired. Since PEPr does not save any kind of follow-up dependency (as a forum/messageboard would do), you can not post a direct reply to a comment. That's what a mailinglist is for.

You can give a hint on which comment you reply by adding a "@Chuck" or "About: ..." on top of your comment.

The reason why you get the email multiple times is that it's send to the commentor, to the proposal author and the mailinglist.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC