Bug #2151
closedin regional version correct use of global_email_cc for 'site administrator'
100%
Description
Dear CIC,
I found out today that sending a broadcast to NGI_BY site administrators
using regional dashboard broadcast tool also sends a message to
Targets : Site administrators/global_email_cc <operations@mailman.egi.eu>
by default!!!!
This is not what is expected and appeared after the portal's upgrade.
https://glite.basnet.by/broadcast
Could you please take this into attention and advise how to make
broadcasts send messages only to NGI_BY mails.
Thank you,
Serge A. Salamanka
NGI_BY manager
Updated by Lequeux Olivier about 13 years ago
Immediate Solution : comment L14 broadcast/lib/siteAdminList
Good solution :
- improve use of mailing_list flag of config file
- fix it in package
Updated by Veyre Pierre about 13 years ago
- Assigned To set to Lequeux Olivier
- Target version changed from 60 to 34
Fix bug in regional php file send it and to ask regional instances to update it
Updated by Lequeux Olivier about 13 years ago
- Mail sent to Hugo, Serge & Marios
- Trick tested
Hi all, Serge has noticed that sending a (regional) broadcast to all Site Administrator (checking the related parent node in the tree), is sending a mail to 'operations@mailman.egi.eu' mailing list too. This behaviour is fitting to EGI requirements, but we easily understand that regional instances do not want this automatic CC. So we plan to include it as a configurable behavior in the next version of regional Operations-portal. To disable it immediately we suggest a quick trick : Comment in file : apps\frontend\modules\broadcast\lib\siteAdminList.class.php the line 9: public function __construct($userDN='') { $this->memberList = rocsList::getSitesAndEmails(); // $this->mailingList = $this->mailingList = sfConfig::get('app_mail_sitemanagers'); parent::__construct($this->id, $userDN); } Sorry for inconvenience. Best regards
Updated by Lequeux Olivier about 13 years ago
- Status changed from New to Resolved
Updated by Lequeux Olivier about 13 years ago
- Status changed from Resolved to Suspended
Updated by L'Orphelin Cyril about 13 years ago
- Target version changed from 34 to 60
Updated by Lequeux Olivier almost 13 years ago
- Target version changed from 60 to SAND BOX
Updated by Lequeux Olivier over 10 years ago
- Status changed from Suspended to Rejected