1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
| $HARD_BOUNCE_STRG = array();
$HARD_BOUNCE_STRG[] = 'domain not found';
$HARD_BOUNCE_STRG[] = 'mailbox unavailable';
$HARD_BOUNCE_STRG[] = 'user is unknown';
$HARD_BOUNCE_STRG[] = 'user unknown';
$HARD_BOUNCE_STRG[] = 'this user doesn\'t have a yahoo';
$HARD_BOUNCE_STRG[] = 'this account has been disabled or discontinued';
$HARD_BOUNCE_STRG[] = 'no mailbox here by that name';
$HARD_BOUNCE_STRG[] = 'the email account that you tried to reach does not exist';
$HARD_BOUNCE_STRG[] = 'mailbox not found';
$HARD_BOUNCE_STRG[] = 'the email account that you tried to reach is disabled';
$HARD_BOUNCE_STRG[] = 'unknown or illegal alias';
$HARD_BOUNCE_STRG[] = 'invalid mailbox';
$HARD_BOUNCE_STRG[] = 'this mailbox has been blocked due to inactivity';
$HARD_BOUNCE_STRG[] = '550 5.2.1';
$HARD_BOUNCE_STRG[] = 'inactive mailbox';
$HARD_BOUNCE_STRG[] = 'invalid address';
$HARD_BOUNCE_STRG[] = 'la boite mail du destinataire est archivee et ne recoit plus de message';
$HARD_BOUNCE_STRG[] = 'unknown user';
$HARD_BOUNCE_STRG[] = 'account disabled';
$HARD_BOUNCE_STRG[] = 'no such mailbox';
$HARD_BOUNCE_STRG[] = 'account expired';
$HARD_BOUNCE_STRG[] = 'status: 5.1.1';
$HARD_BOUNCE_STRG[] = 'we do not relay';
$HARD_BOUNCE_STRG[] = 'relay access denied';
$HARD_BOUNCE_STRG[] = 'recipient unknown';
$HARD_BOUNCE_STRG[] = 'no such user';
$HARD_BOUNCE_STRG[] = 'mail appears to be unsolicited';
$HARD_BOUNCE_STRG[] = 'recipient not found';
$HARD_BOUNCE_STRG[] = 'unsupported mail destination';
$HARD_BOUNCE_STRG[] = '550 #5.1.0 Address rejected';
$HARD_BOUNCE_STRG[] = 'invalid recipient';
$HARD_BOUNCE_STRG[] = 'no account by that name here';
$HARD_BOUNCE_STRG[] = 'unknown recipient';
$HARD_BOUNCE_STRG[] = 'utilisateur inconnu';
$HARD_BOUNCE_STRG[] = 'account is disabled';
$HARD_BOUNCE_STRG[] = 'unrouteable address';
$HARD_BOUNCE_STRG[] = 'inactive user';
$HARD_BOUNCE_STRG[] = 'mailbox is no longer active';
$HARD_BOUNCE_STRG[] = 'account has been suspended';
$HARD_BOUNCE_STRG[] = 'email not found';
$HARD_BOUNCE_STRG[] = 'user not found';
$HARD_BOUNCE_STRG[] = 'e-mail address was not found in the recipient';
$HARD_BOUNCE_STRG[] = 'unknown email address';
$HARD_BOUNCE_STRG[] = 'user account is unavailable';
$HARD_BOUNCE_STRG[] = 'no such address here';
$HARD_BOUNCE_STRG[] = 'your recipient never logged onto their free AIM Mail account';
$HARD_BOUNCE_STRG[] = 'Nonexistent user';
$HARD_BOUNCE_STRG[] = 'unknown address'; |
Partager