Skip to content
Snippets Groups Projects
Commit bd0169ba authored by Jared Hancock's avatar Jared Hancock
Browse files

Bugfix: Wrong function name

parent 6f8d4cc5
No related branches found
No related tags found
No related merge requests found
...@@ -480,7 +480,7 @@ class MailFetcher { ...@@ -480,7 +480,7 @@ class MailFetcher {
//Report success if the email was absolutely rejected. //Report success if the email was absolutely rejected.
if(isset($errors['errno']) && $errors['errno'] == 403) { if(isset($errors['errno']) && $errors['errno'] == 403) {
// Never process this email again! // Never process this email again!
ThreadEntry::logEmailInfo(0, $vars['mid']); ThreadEntry::logEmailHeaders(0, $vars['mid']);
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment