qpsmtpd/lib/Qpsmtpd
jaredj 22a0da47d8 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 <ask@develooper.com>
2009-03-02 12:52:10 -08:00
..
Plugin/Async Create async version of dns_whitelist_soft, rhsbl and uribl plugins. 2008-06-02 15:51:04 +00:00
Postfix Script to generate Qpsmtpd::Postfix::Constants from the Postfix source. 2006-11-01 02:28:41 +00:00
SMTP unrecognized command fix for http://code.google.com/p/smtpd/issues/detail?id=16 2007-08-19 06:49:42 +00:00
TcpServer Fix to check client is writable before writing to it. 2008-09-26 17:40:04 +00:00
Address.pm Add Qpsmtpd::Address::notes() method 2009-02-20 07:45:03 -06:00
Auth.pm Don't do printf interpolation on config('me') 2009-01-05 06:34:59 +00:00
Command.pm POD syntax cleanup (Steve Kemp) 2007-09-03 15:47:08 +00:00
ConfigServer.pm More qpsmtpd-async merges 2007-02-02 23:47:26 +00:00
Connection.pm Consistent Connection and Transaction notes() POD 2009-02-20 07:36:36 -06:00
Constants.pm IPv6 support from issue #7. 2007-05-17 22:16:27 +00:00
DSN.pm POD syntax cleanup (Steve Kemp) 2007-09-03 15:47:08 +00:00
Plugin.pm End of headers hook: data_headers_end 2009-02-10 02:49:38 -05:00
PollServer.pm async: add connection->local_ip, connection->local_port 2008-12-15 20:48:42 +00:00
Postfix.pm Fix issue #23, reported w/ patch by ulr...@topfen.net 2007-10-27 09:05:04 +00:00
SMTP.pm data_headers_end does not work in async mode 2009-02-12 00:29:56 -08:00
TcpServer.pm keep the square brackets around the IP as "remote_host" if the reverse lookup failed 2008-11-16 08:28:29 +00:00
Transaction.pm Change transaction->add_recipient to prevent adding undef/empty recipients 2009-03-02 12:52:10 -08:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00