[spambayes-bugs] [ spambayes-Patches-909088 ] remove STLS pop3 capability

SourceForge.net noreply at sourceforge.net
Wed Apr 28 21:48:25 EDT 2004


Patches item #909088, was opened at 2004-03-04 04:06
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498105&aid=909088&group_id=61702

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Wummel (calvin)
>Assigned to: Richie Hindle (richiehindle)
Summary: remove STLS pop3 capability

Initial Comment:
Inserting this under the pipelineRe stuff in
sb_server.py makes it possible for me to use our cyrus
pop server:

            tlsRE = r'(?im)^STLS[^\n]*\n'
            self.response = re.sub(tlsRE, '',
self.response)


Without it, the connection hangs after this log entry:
IMPLEMENTATION Cyrus POP3 server
v2.1.15-Invoca-RPM-2.1.15-1
.
STLS
+OK Begin TLS negotiation now
[encryption challenge stuff witout newline...]


anyway, thanks for making spambayes :)

----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2004-04-29 13:48

Message:
Logged In: YES 
user_id=552329

I don't see any problems with this, but check with Richie
first.  If I don't hear back, I'll check this in once 1.0 is
out.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498105&aid=909088&group_id=61702



More information about the Spambayes-bugs mailing list