Matthew Harrell wrote:
Admittedly I probably shouldn't be using the latest and greated in the
subversion repository but I figured I would report this problem since I
hadn't seen a fix in the last week. When I try to connect to my qpsmtpd
process via smtp the connection drops and I get this message
No such pseudo-hash field "conn" at
/usr/qmail/qpsmtpd/plugins/check_earlytalker line 62.
in the log. I'm not running via apache or anything special - just a process
started via tcpserver that worked fine up until last week
Yes, I'm seeing that, too.
In the old one, it starts out like this--
use IO::Select;
use warnings;
use strict;
and then in sub connect it use IO::Select,
while the newer version lacks those three
lines, does not call IO::Select, and uses an
internal qpsmptd function to make a
connection and then uses CONTINUANCE.
But it makes accesses the same {conn}
hash key, and that's where the error is
identified.
-Bob