diff --git a/Changes b/Changes index 85f556f..5ce30b0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.41 + + Make connection->local_ip available from the Apache transport (Peter Eisch) + + 0.40 - June 11, 2007 Add async server - uses epoll/kqueue/poll where available. (Matt Sergeant) diff --git a/lib/Apache/Qpsmtpd.pm b/lib/Apache/Qpsmtpd.pm index f675e2e..62cca9c 100644 --- a/lib/Apache/Qpsmtpd.pm +++ b/lib/Apache/Qpsmtpd.pm @@ -62,7 +62,9 @@ sub start_connection { remote_info => $remote_info, remote_ip => $remote_ip, remote_host => $remote_host, - @_); + local_ip => $opts{conn}->local_ip, + @_ + ); } sub config {