From: Michael Rasmussen Date: Sun, 31 May 2015 13:03:57 +0000 (+0200) Subject: fix indentation X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/dd76de5ce596dc197973e6c67f07cb3bf14cac74 fix indentation --- 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') {