Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: b7668c046879ab3e55a15bfec7d2708680cec58e
https://github.com/smtpd/qpsmtpd/commit/b7668c046879ab3e55a15bfec7d2708680cec58e
Author: Peter J. Holzer <[email protected]>
Date: 2011-01-03 (Mon, 03 Jan 2011)
Changed paths:
M plugins/require_resolvable_fromhost
Log Message:
-----------
temp_resolver_failed is a transaction note
The mail hook sets a transaction note 'temp_resolver_failed', but the
rcpt hook queried a connection note of the same name (which didn't
exist, of course).
Now it queries the transaction note.