Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29240 closed Uncategorized (invalid)

https://code.djangoproject.com/ticket/ - sending emails

Reported by: Дилян Палаузов Owned by: nobody
Component: Uncategorized Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When a file is uploaded at https://code.djangoproject.com/ticket/{id} with the option "Replace existing attachment of the same name" an email is sent. The email has a subject containing the ticket number and a summary of the ticket description.

If the ticket description was ever changed, then the subject is "Re: [Django] #ID: {current summary (was: {old summary})".

On such occasions the "(was: {old summary})" part shall not be sent as it only clutters the email.

Change History (4)

comment:1 by Simon Charette, 6 years ago

Resolution: invalid
Status: newclosed

Whether or not the "(was: {old summary})" cluters or not the email is up for debate but in all cases this should be reported to the Trac project.

comment:2 by Дилян Палаузов, 6 years ago

Resolution: invalid
Status: closednew

Do I have also to report to Trac, that whenever I use the function "Replace existing attachment of the same name" I get two emails:

  • one stating that the attachment was removed, containing the aforementioned "(was: ...)" part in the subject
  • one stating that an attachment was added, without the "(was: ...)" in the subject

while I want to get for this operation in total one email?

comment:3 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed

Probably. The only part of this bug tracker that we have control over is in https://github.com/django/code.djangoproject.com/ and bug reports that affect that repository should be reported there rather than here.

comment:4 by Дилян Палаузов, 6 years ago

Note: See TracTickets for help on using tickets.
Back to Top