From: Jean-Marc Pigeon Date: Tue, 4 Nov 2025 20:40:17 +0000 (-0500) Subject: Adding remoteip to remote server display X-Git-Tag: tag-0.17~51 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=a9128cebe8ddc2ac1803d2a6a73ae8030fe96010;p=jmp%2Fmailleur Adding remoteip to remote server display --- diff --git a/Makefile.dbg b/Makefile.dbg index 557c527..ba044f2 100644 --- a/Makefile.dbg +++ b/Makefile.dbg @@ -240,5 +240,5 @@ valsendr: debug #to Specify FEED ONEFEED=$(FEED) ifeq ($(strip $(FEED)),) -ONEFEED=feed02 +ONEFEED=feed002 endif diff --git a/lib/lvleml.c b/lib/lvleml.c index 7b0133c..80fa177 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -914,6 +914,7 @@ resp=(char **)rou_addlist((void **)resp,(void *)info); action.sessid=contact->session->sessid; action.code='X'; action.reverse=contact->peername; +action.remoteip=contact->peerip; action.sfrom=contact->mailfrom; if (contact->session->hfrom!=(char *)0) action.hfrom=contact->session->hfrom;