[Spambayes] Pop3 proxy UI - doesn't display correct port

Paul Moore lists at morpheus.demon.co.uk
Sat Apr 12 17:20:06 EDT 2003


Paul Moore <lists at morpheus.demon.co.uk> writes:

> Ah. It only does this when run via the Win32 service code in
> windows/pop3proxy_service.py. So running pop3proxy.py from the command
> line shows the right UI, but the service doesn't.
>
> Presumably something isn't qualifying a variable like it should. I'll
> keep investigating...

Got it. This patch fixes the problem:

--- pop3proxy_service.py.orig	2003-04-12 16:11:26.000000000 +0100
+++ pop3proxy_service.py	2003-04-12 16:11:34.000000000 +0100
@@ -101,6 +101,7 @@
 
     def ServerThread(self):
         state = pop3proxy.state
+        state.buildServerStrings()
         pop3proxy.main(state.servers, state.proxyPorts, state.uiPort, state.launchUI)
 
 if __name__=='__main__':

-- 
This signature intentionally left blank



More information about the Spambayes mailing list