_S('It appears as though <%s> is being used as a forwarded or fetched email account and is also being used as a user / system account. Please correct the loop or seek technical assistance.'),
$mailinfo['email']),
// This is quite intentional -- don't continue the loop
false,
// Force the message, even if logging is disabled
true);
returntrue;
}
$vars=array(
'mid'=>$mailinfo['mid'],
'header'=>$mailinfo['header'],
...
...
@@ -477,13 +454,13 @@ class Thread extends VerySimpleModel {
_S('It appears as though <%s> is being used as a forwarded or fetched email account and is also being used as a user / system account. Please correct the loop or seek technical assistance.'),
$mailinfo['email']),
// This is quite intentional -- don't continue the loop