[Zope] = replaced with == in sendmail!!!!!
Michel Pelletier
michel@digicool.com
Thu, 15 Apr 1999 10:31:29 -0400
> -----Original Message-----
> From: Jay, Dylan [mailto:djay@lucent.com]
> Sent: Wednesday, April 14, 1999 11:39 PM
> To: 'zope@zope.org'
> Subject: [Zope] = replaced with == in sendmail!!!!!
>
>
> I have the following inside a sendmail tag
>
> <!--#var URL1-->/completeReg?MagicNumber=<!--#var MagicNumber-->
>
> However in the mail that is sent this comes out as
>
> http://blah.com/completeReg?MagicNumber==23423434
>
> This is incredibly fustrating and I can find no way around this. Even
>
> <!--#var URL1-->/completeReg?MagicNumber<!--#var "'='"--><!--#var
> MagicNumber-->
>
> produces the same result. Whats going on?
>
I have no idea, but try:
<!--#var "_.string.join((URL1, '/completeReg?MagicNumber=',
MagicNumber))" url_quote-->
just for the heck of it and tell us what happens.
-Michel
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>