Ticket #10676 (new defect)

Opened 6 months ago

Last modified 2 weeks ago

StaticEmailDecorator doesn't modify recipient list (RCPT TO)

Reported by: anonymous Assigned to: hasienda
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: xaj Trac Release: 1.0

Description (Last modified by rjollos)

The StaticEmailDecorator only modifies the message body headers but doesn't result in the actual recipient list used in the SMTP RCPT TO command being extended.

Attachments

Change History

02/12/13 21:13:57 changed by xraj

  • cc set to xaj.

03/24/13 06:31:07 changed by rjollos

  • description changed.

05/08/13 15:02:25 changed by hasienda

As a matter of fact in current code the recipients selection is final before decorators get involved.

So the aforementioned [announcer] options email_always_cc and email_always_bcc can't work. Period. Following the decorator approach we must decorate before evaluating and filtering recipients list.

Evaluating these options shouldn't be done in a decorator at all. Reasonable: It must be done near recipient/subscription filtering anyway. On more step forward: My immediate feeling is, that this is just another subscriber, but I'll have to look at it more closely for a finally educated decision.

Final note for now, that this issue is somewhat linked to the issue of processing message with encryption (see r8087) or 'private' messages (i.e. these coming from AccountManagerPlugin, see related #8796) right as well.

05/08/13 15:06:00 changed by hasienda

#8306 hints on checking/correctly handling of duplicated addresses.

05/08/13 15:09:31 changed by hasienda

#11060 has been closed as a duplicate of this ticket.


Add/Change #10676 (StaticEmailDecorator doesn't modify recipient list (RCPT TO))




Change Properties
Action