excessive translation import template mails (also poor phrasing)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Martin Pool |
Bug Description
Launchpad is importing translation templates from lp:bzr. Every time it does an import it sends mail to everyone in ~bzr-core:
"""
Hello bzr-core,
On 2011-09-19 12:30z (2 minutes ago), you uploaded a translation
template for bzr in Bazaar trunk in Launchpad.
The template has now been imported successfully.
"""
I don't want to get mail about this, which basically just means "the system's working." I can't do anything with it and I apparently can't silence it. There are lots of other people in the To line who probably have even less interest.
It's also poorly phrased to say "you uploaded". I didn't. Someone did.
Options:
* just don't send mail (does anyone actually want it?) but instead, if it's useful, make the freshness visible in the web site
* have a concept of 'people who want to get mail about template imports' and send mail to them
* have a link to mute the mail
See also bug 531446, bug 588292, bug 616587, bug 336063.
Related branches
- Данило Шеган (community): Approve
- Launchpad code reviewers: Pending requested
-
Diff: 61 lines (+13/-18)2 files modifiedlib/lp/translations/doc/poimport.txt (+2/-14)
lib/lp/translations/model/potemplate.py (+11/-4)
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
Aside from the other problems, Launchpad also seems to be sending mail
1- to users whose account is inactive <https:/ /launchpad. net/~ian- clatworthy> /launchpad. net/~henninge>
2- to email addresses that are obsolete, for accounts that are still active <https:/
This could possibly be split to a separate bug.
Perhaps there could be some systematic guard against those things happening for all Launchpad mail sources. Obviously it is unacceptable to send mail to people who have shut down their account.