From f4fdc0942e82ceb5aa970273027f65e5f3256b9e Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Wed, 26 Nov 2025 22:54:28 -0500 Subject: [PATCH] Adding a remoteip within email display --- www/lvlmai.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/lvlmai.php b/www/lvlmai.php index 46c1500..cd26595 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -159,6 +159,7 @@ foreach($actions as $action) { } $date=$action['creation']; $reverse=$action['reverse']; + $remoteip=$action['remoteip']; $smtpfrom=$action['smtpfrom']; $recipient=$action['rcptto']; $emailfrom=htmlspecialchars($action['emailfrom'],ENT_QUOTES); @@ -167,6 +168,7 @@ foreach($actions as $action) { $line=$line."$count\r\n"; $line=$line."$status\r\n"; $line=$line."$date\r\n"; + $line=$line."$remoteip\r\n"; $line=$line."$reverse\r\n"; $line=$line.""; $line=$line."$smtpfrom
"; @@ -200,7 +202,8 @@ $tblheader Num Status Date -Remote +IP +Reversr Address Originator Recipient subject -- 2.47.3