Skip to content

Commit cc3af76

Browse files
bramleymichield
andauthored
Remove POP3 from error message when unable to connect to bounce mailbox (#1066)
* update PR template * Remove POP3 from error message --------- Co-authored-by: Michiel Dethmers <[email protected]>
1 parent a1405cc commit cc3af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/processbounces.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ function processPop($server, $user, $password)
376376
$link = imap_open($mailbox, $user, $password);
377377

378378
if (!$link) {
379-
outputProcessBounce($GLOBALS['I18N']->get('Cannot create POP3 connection to')." $mailbox: ".imap_last_error());
379+
outputProcessBounce($GLOBALS['I18N']->get('Cannot create connection to')." $mailbox: ".imap_last_error());
380380

381381
return false;
382382
}

0 commit comments

Comments
 (0)