Branch: refs/heads/master
Home: http://github.com/abh/qpsmtpd
Commit: 54061064460d2973928efa235d9db94abd38aeaf
http://github.com/abh/qpsmtpd/commit/54061064460d2973928efa235d9db94abd38aeaf
Author: jaredj <[email protected]>
Date: 2009-03-02 (Mon, 02 Mar 2009)
Changed paths:
M Changes
M lib/Qpsmtpd/Transaction.pm
Log Message:
-----------
Change transaction->add_recipient to prevent adding undef/empty recipients
Improve Qpsmtpd::Transaction::add_recipient syntax
Update Qpsmtpd::Transaction::add_recipient to use slightly clearer
language, and add 'if $rcpt' to prevent undef recipients from
being added -- in this case, the '@_ and' syntax allowing this set
method to set undef is undesirable, since you shouldn't be adding undef as
a recipient.
Signed-off-by: Ask Bjørn Hansen <[email protected]>