Author: ask
Date: Mon Jul 30 17:06:15 2007
New Revision: 761

Modified:
   trunk/Changes
   trunk/lib/Apache/Qpsmtpd.pm

Log:
Make connection->local_ip available from the Apache transport (Peter Eisch)



Modified: trunk/Changes
==============================================================================
--- trunk/Changes       (original)
+++ trunk/Changes       Mon Jul 30 17:06:15 2007
@@ -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)

Modified: trunk/lib/Apache/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Apache/Qpsmtpd.pm (original)
+++ trunk/lib/Apache/Qpsmtpd.pm Mon Jul 30 17:06:15 2007
@@ -62,7 +62,9 @@
         remote_info => $remote_info,
         remote_ip   => $remote_ip,
         remote_host => $remote_host,
-        @_);
+        local_ip    => $opts{conn}->local_ip,
+        @_
+    );
 }
 
 sub config {

Reply via email to