Opened 19 years ago

Closed 19 years ago

#6841 closed (fixed)

[patch] EmailMessage sends Bcc headers

Reported by: Philippe Raoult Owned by: Philippe Raoult
Component: Core (Mail) Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As mentionned in this ​http://www.djangosnippets.org/snippets/630/, EmailMessage will include Bcc headers listing the bcc recipients. Some MTAs will strip that header but others won't so the right thing is not to send them at all.

Attachments (1)

6841_mail_bcc.diff​ (487 bytes ) - added by Philippe Raoult 19 years ago.

Download all attachments as: .zip

Change History (3)

by Philippe Raoult, 19 years ago

Attachment: 6841_mail_bcc.diff​ added

comment:1 by Malcolm Tredinnick, 19 years ago

Triage Stage: Unreviewed → Ready for checkin

comment:2 by Gary Wilson, 19 years ago

Resolution: → fixed
Status: new → closed

(In [7347]) Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR.

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