[Zope] Re: [Zope-dev] Zope ...2.1.7 update - patch for EMarket 0.1.03

Steve Spicklemire steve@spvi.com
Fri, 16 Jun 2000 13:53:55 -0500 (EST)


Hi Adam,

I looked at your patch...

*** EMarket.py.orig	Thu Jun 01 00:06:01 2000
--- EMarket.py	Fri Jun 16 02:56:35 2000
***************
*** 258,265 ****
      newMainF.transactionFolder = newTransF
      
      Products.MailHost.MailHost.add(newMainF, 'eMarketMailhost',
!                                    smtp_host = smtp_host,
!                                    localhost = localhost)
  
      theMailHost = getattr(newMainF,'eMarketMailhost')  ### TODO... change documents that send mail to be proxies for Manager
  
--- 258,264 ----
      newMainF.transactionFolder = newTransF
      
      Products.MailHost.MailHost.add(newMainF, 'eMarketMailhost',
!                                    smtp_host = smtp_host)
  
      theMailHost = getattr(newMainF,'eMarketMailhost')  ### TODO... change documents that send mail to be proxies for Manager
  

Looking at the source, it's not clear what was broken by the localhost
line in the factory..... so what was the error that prompted the patch?

thanks!
-steve