[Zope] a little problem - $1 reward!
M. Adam Kendall
mak@kha0s.org
25 Jan 2001 04:49:42 -0500
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".