From: Jean-Marc Pigeon Date: Thu, 27 Nov 2025 03:54:28 +0000 (-0500) Subject: Adding a remoteip within email display X-Git-Tag: tag-0.19~33 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=f4fdc0942e82ceb5aa970273027f65e5f3256b9e;p=jmp%2Fmailleur Adding a remoteip within email display --- 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