Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Request #11352 Don't hardcode in email addresses (specifically, channels)
Submitted: 2007-06-18 12:37 UTC
From: doconnor Assigned: dufuz
Status: Closed Package: pearweb (version CVS)
PHP Version: 5.2.3 OS:
Roadmaps: 1.18.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 - 1 = ?

 
 [2007-06-18 12:37 UTC] doconnor (Daniel O'Connor)
Description: ------------ At least one email address is hard coded into source. public_html/channels/add.php (line 169): $observer->setRecipients("pear-webmaster@lists.php.net"); Consider extracting this out to configuration, as well as any other email addresses.

Comments

 [2008-01-10 21:44 UTC] dufuz (Helgi Þormar Þorbjörnsson)
Fixed channels but I see we tend to be pretty bad at this, we already have all the emails in pear-config.php and we can access them via constants so it's just the matter of finding them and replacing with the proper constant.
 [2008-01-13 18:08 UTC] dufuz (Helgi Þormar Þorbjörnsson)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. I can't fix support/lists.php, it's highly PEAR specific but if you notice any emails or such that we could do via constants then let me know.