On 08/23/2009 04:03 PM, Matt Sergeant wrote:
On Thu, 20 Aug 2009 10:18:39 -0500, Jared Johnson wrote:
It looks like logging/file doesn't like the empty hashref returned by
Qpsmtpd::transaction().

I never understood why it did that. Any reason it can't return either
undef or (preferably) a new Transaction object?

I don't really understand it either, and I fear that which I don't understand, so I worry about taking it out and breaking some hackage that depends no it :)

BTW, a bit of a cleaner work-around to this problem that we've tested successfully is to add 'sub transaction { return shift }' to Transaction.pm

-Jared

Reply via email to