[Spambayes] Re: SMTP Errors using Eudora
Meyer, Tony
T.A.Meyer at massey.ac.nz
Tue Aug 26 19:58:04 EDT 2003
> The attached zip file contains the results of the smtpproxy
> logging I added
[...]
> There doesn't seem to be much difference.
> Both get the expected 221 response to QUIT.
I've finally managed to find time to have a proper look at this. I've
checked in a much improved version of smtpproxy, which includes a couple
of bug fixes. It's possible that these have fixed this problem,
although I'm not sure that it will have.
(It will appear in anonymous cvs any time between now and this time
tomorrow).
In any case, smtpproxy definitely works for me with Eudora 5.2 on
Windows XP, although if the problem is related to Norton Anti-virus (I
don't see how) it might still be there; I don't have it to test.
The log was strange - it looked like the QUIT command was sent and
received ok, but an additional empty command was sent after the QUIT (a
blank line does give that response from a SMTP server). smtpproxy might
have been doing this, but it doesn't appear to be doing so now.
Anyway, if you could check out the latest version (once sf has it
available), that would be great. If it doesn't work, then adding this:
"""
print "pulled", self.request
print "pushed", cooked + '\r\n'
"""
After line 331 ("self.serverSocket.push(cooked + '\r\n')") will print
out information that should be sufficient for me to track it down.
=Tony Meyer
More information about the Spambayes
mailing list