Lee,
This is more than likely your mailer doing this, not Zope.
try:
<dtml-sendmail mailhost="MailHost">
To: <dtml-var "_.string.join(recipients,'@cs.strath.ac.uk,
')">@cs.strath.ac.uk
From: "<dtml-var sender>"
Reply-To: <dtml-var senderEmail>
Subject: <dtml-var subject>
X-Mailer: ZAPHOD Mail Client V1.0
<dtml-var message>
</dtml-sendmail>
Notice the quotes around the <dtml-var sender>
On 25 Jan 2001 08:52:07 +0000, Lee wrote:
> i.e the @cs.strath.ac.uk is still lingering... but why? without the
> '@cs.strath.ac.uk' at the end of the var the last email address would
> not be complete i.e. it be "lreilly".
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )