[ZCM] [ZC] 749/ 3 Comment "dtml-sendmail problem with cc"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Tue, 14 Jan 2003 10:44:31 -0500


Issue #749 Update (Comment) "dtml-sendmail problem with cc"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/749

==============================================================
= Comment - Entry #3 by regebro on Jan 14, 2003 10:44 am

Everything works fine as far as I can see. Can you describe exactly what you think is at fault?
________________________________________
= Comment - Entry #2 by andyv on Dec 30, 2002 9:55 pm

Investigating further I notice that exactly the same problem occurs with Bcc:
________________________________________
= Request - Entry #1 by andyv on Dec 30, 2002 9:48 pm

Creating a DTML method with:

<dtml-sendmail mailhost="MailHost">
To: andrew@logicalprogression.net
From: support@logicalprogression.net
Cc: andrew.veitch@blueyonder.co.uk
Subject: testing

Let's see if this gets the cc working
</dtml-sendmail>

Results in the following (from maillog):
Dec 31 02:35:27 localhost qmail: 1041302127.401654 info msg 26248: bytes 337 from
 <support@logicalprogression.net> qp 2859 uid 100
Dec 31 02:35:27 localhost qmail: 1041302127.421384 starting delivery 29: msg 2624
8 to remote andrew@logicalprogression.netandrew.veitch@blueyonder.co.uk

Which obviously doesn't work. I guess the problem is in _mungeHeaders  but I'm finding the lambda, map, strip etc a bit beyond my Python!
==============================================================