HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/security/mailzu/files/patch-read__mail.php
--- read_mail.php.orig	2007-06-14 19:00:15 UTC
+++ read_mail.php
@@ -59,7 +59,7 @@ if ( ! $m->msg_found) {
 } else {
 
   echo '<form name="messages_process_form" action="messagesProcessing.php" method="POST">';
-  echo '  <input type="hidden" name="mail_id_array[]" value="' . $mail_id . '_' . $recip_email . '">';
+  echo '  <input type="hidden" name="mail_id_array[]" value="' . $mail_id . '__' . $recip_email . '">';
   echo '  <input type="hidden" name="query_string" value="' . $query_string . '">';
   printActionButtons(false);
   echo '</form>';