Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: d9ac50f38338f0c58356d93ec30fc787eadafe30
https://github.com/smtpd/qpsmtpd/commit/d9ac50f38338f0c58356d93ec30fc787eadafe30
Author: Matt Simerson <[email protected]>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M lib/Qpsmtpd/Plugin.pm
M plugins/logging/file
M t/config/plugins
M t/qpsmtpd.t
Log Message:
-----------
make sure $transaction->notes is blessed before
calling it as such. It doesn't resolve #199 but it does help there.
I'm not sure initializing Qpsmtpd::transaction as {} is a brilliant idea, but I
haven't a better solution for that yet.
Commit: a053ac7a32c1fe4de953ef63c2b449f7cf2d4a7f
https://github.com/smtpd/qpsmtpd/commit/a053ac7a32c1fe4de953ef63c2b449f7cf2d4a7f
Author: Jared Johnson <[email protected]>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M lib/Qpsmtpd/Plugin.pm
M plugins/logging/file
M t/config/plugins
M t/qpsmtpd.t
Log Message:
-----------
Merge pull request #217 from msimerson/log-file
make sure $transaction->notes is blessed before
Compare: https://github.com/smtpd/qpsmtpd/compare/0d79c1ef8e1a...a053ac7a32c1