Can you remove me please. I am in NO WAY affiliated with your organization.
Virus?
Walk Tall.
J Todd Ulrich
m. 416.625.3209
Please excuse brevity as this message sent from my BlackBerry 10 smartphone on
the Rogers network.
Original Message
From: John Santos
Sent: Tuesday, August 25, 2015
Someone wrote: (Sorry, reply in my mail client doesn't give me an
editable text version of the mail. Instead, it is including it as an
attachment. I don't know why this happens. I do know from bitter
experience that if I don't delete the attachments from my reply, users
of brain-dead mail cli
As to where it happens, look at
twisted.conch.recvline.RecvLine.connectionMade() and
twisted.conch.insults.insults.TerminalProtocol.makeConnection()
You could step on the RecvLine. initializeScreen(), but I have no idea what
the side effects are. (And of course if you bypass all or part of it, eve
I'm making a manhole service in the usual way:
class PF(ServerProtocol): def protocolFactory(*a, **kw):
return manhole.Manhole(namespace)
realm = manhole_ssh.TerminalRealm() realm.chainedProtocolFactory = PF
mh_portal = portal.Portal(realm) mh_portal.registerChecker(checker)
manhole