I'd like to forward incoming emails to a distribution list defined by querying the User table.
It seems to me like the easiest thing would be to take the incoming email message and send it back out verbatim to the generated recipients. However, I don't see a way to construct an EmailMessage that preserves everything like that. (For all I know, I'd be breaking RFCs to do so, anyway.) Is there another approach I could take? -- Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

