From dd76de5ce596dc197973e6c67f07cb3bf14cac74 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 31 May 2015 15:03:57 +0200 Subject: [PATCH] fix indentation --- mail_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_report.php b/mail_report.php index e40f229..82380fa 100644 --- a/mail_report.php +++ b/mail_report.php @@ -31,7 +31,7 @@ if ($header == 'x-spam-status') { if (preg_match('/^(.*),\s*score=([\d\.]+).*tests=\[(.*)\].*/', $value, $matches)) { - $sa_tests = array('x-spam-status' => $matches[1], + $sa_tests = array('x-spam-status' => $matches[1], 'score' => $matches[2], 'tests' => $matches[3]); } } else if ($header == 'x-spam-flag') { -- 2.39.2