[Spambayes] Send error

Meyer, Tony T.A.Meyer at massey.ac.nz
Thu Aug 7 12:36:13 EDT 2003


> Given that the response to an RSET is the same irregardless 
> of which connection, what do you think is the problem?
> 
> I've been using Mozilla mail before this with exactly the 
> same settings in pop3proxy and never encountered any such 
> problem. From what I can determine so far, mail does get 
> sent. Only when RSET is sent is the error encountered.

This is very strange!  Does any traceback at all appear from pop3proxy?

If you change the onRSET function in smtpproxy to:
    def onRSET(self, command, args):
        print command, args
        return "250 OK\n"

What do you get displayed?  Does this change the behaviour at all?

=Tony Meyer



More information about the Spambayes mailing list