From bd0169ba13c3a8cf5ed9ff3ad069c26c12b0fba6 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 7 Oct 2013 19:04:56 +0000 Subject: [PATCH] Bugfix: Wrong function name --- include/class.mailfetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.mailfetch.php b/include/class.mailfetch.php index 7c2d788a3..2e5089a57 100644 --- a/include/class.mailfetch.php +++ b/include/class.mailfetch.php @@ -480,7 +480,7 @@ class MailFetcher { //Report success if the email was absolutely rejected. if(isset($errors['errno']) && $errors['errno'] == 403) { // Never process this email again! - ThreadEntry::logEmailInfo(0, $vars['mid']); + ThreadEntry::logEmailHeaders(0, $vars['mid']); return true; } -- GitLab