diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6289db5..4c5350d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased ### Fixes - More relaxed regex for MaxMind geoip database download on HTTP/2 connection (#1289) +- Fix report email (#1209) +- Validate on new exim id format (#1294) +- Permit + and = chars in email for sendmail (#1291) ## 1.2.21 ### Improvements diff --git a/mailscanner/quarantine_report.inc.php b/mailscanner/quarantine_report.inc.php index 3b6379ffa..e6dc557b9 100755 --- a/mailscanner/quarantine_report.inc.php +++ b/mailscanner/quarantine_report.inc.php @@ -165,7 +165,7 @@ private static function get_html_table() private static function get_report_sql($useToFilter = true) { $report_sql = " -SELECT DISTINCT +SELECT a.id AS id, DATE_FORMAT(timestamp,'" . str_replace('%', '%%', DATE_FORMAT) . '
' . str_replace('%', '%%', TIME_FORMAT) . "') AS datetime, a.timestamp AS timestamp,