Issue summary
Write a short summary of the issue, trying to pinpoint it as much as possible.
Mention the URL where this bug occurs, if applicable.
Please include full error messages and screenshots if possible.
Steps to reproduce
- Click on the message details
- I get Message ID '1r6Bwm-000000002h3-2n4V' not found!
Expected result
it should display the message details
Actual result
Message ID '1r6Bwm-000000002h3-2n4V' not found!
Installation
Version and method
- MailWatch Version: [ stable 1.2.x | RC-x | master | develop ]
- Install type: [ GitHub checkout | Zip/tarball install | Installer (beta) ]
- Updated from an older MailWatch or fresh install: [ Fresh install | Upgrade ] (from version [ version ])
Server configuration
- Operation System: [ Debian | Ubuntu | CentOS | Other ] version [ version ] Ubuntu 22.04.3 LTS
- PHP version: [ 5.3 | 5.4 | 5.5 | 5.6 | 7.0 | 7.1 ] 8.2.12
- Database: [ MySQL | MariaDB ] version [ version ] MySQL Version: 8.0.35-0ubuntu0.22.04.1
- Mail Server: [ Postfix | Exim | Sendmail ] exim 4.97 self compiled. using 23 char msgid
- Used web server: [ Apache | Nginx ] version [ version ] apache2
Client configuration
- Operation System: [ operation system ] version [ version ]
- Browser: [ browser name and version ]
I guess the problem is the longer exim message ID, I already updated the msgid in mtalog to be 23 instead of 20, this fixed exim being unable to record the message in the dB for status delivery.
Mailscanner shows this:
MailWatch: Starting up MailWatch SQL Allowlist
MailWatch: Read 14 allowlist entries
MailWatch: Blocklist refresh time reached
MailWatch: Starting up MailWatch SQL Blocklist
MailWatch: Read 5 blocklist entries
Uninfected: Delivered 1 messages
Deleted 1 messages from processing-database
MailWatch: Could not extract Message-ID for 1r6Bwm-000000002h3-2n4V
MailWatch: Logging message 1r6Bwm-000000002h3-2n4V to SQL
MailWatch SQL[1565]: 1r6Bwm-000000002h3-2n4V: Logged to MailWatch SQL
it seems it does store the message into the mailscanner database in maillog but the details.php does return nothing.
I guess this PHP fiile neeeds adujsting somehwere.
Issue summary
Write a short summary of the issue, trying to pinpoint it as much as possible.
Mention the URL where this bug occurs, if applicable.
Please include full error messages and screenshots if possible.
Steps to reproduce
Expected result
it should display the message details
Actual result
Message ID '1r6Bwm-000000002h3-2n4V' not found!
Installation
Version and method
Server configuration
Client configuration
I guess the problem is the longer exim message ID, I already updated the msgid in mtalog to be 23 instead of 20, this fixed exim being unable to record the message in the dB for status delivery.
Mailscanner shows this:
MailWatch: Starting up MailWatch SQL Allowlist
MailWatch: Read 14 allowlist entries
MailWatch: Blocklist refresh time reached
MailWatch: Starting up MailWatch SQL Blocklist
MailWatch: Read 5 blocklist entries
Uninfected: Delivered 1 messages
Deleted 1 messages from processing-database
MailWatch: Could not extract Message-ID for 1r6Bwm-000000002h3-2n4V
MailWatch: Logging message 1r6Bwm-000000002h3-2n4V to SQL
MailWatch SQL[1565]: 1r6Bwm-000000002h3-2n4V: Logged to MailWatch SQL
it seems it does store the message into the mailscanner database in maillog but the details.php does return nothing.
I guess this PHP fiile neeeds adujsting somehwere.