forked from hippich/PHPMailer-BMH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbounce_types.txt
21 lines (20 loc) · 1007 Bytes
/
bounce_types.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bounce types hard/soft bounce type remove status
'antispam' soft blocked no delete
'autoreply' soft autoreply no delete
'concurrent' soft soft no delete
'content_reject' hard hard DELETE
'internal_error' soft temporary no delete
'defer' soft soft no delete
'delayed' soft temporary no delete
'dns_loop' hard hard DELETE
'dns_unknown' hard hard DELETE
'full' soft soft no delete
'inactive' hard hard no delete
'latin_only' soft soft no delete
'other' hard generic DELETE
'oversize' soft soft no delete
'outofoffice' soft soft no delete
'unknown' hard hard DELETE
'unrecognized' soft false no delete
'user_reject' hard hard DELETE
'warning' soft soft no delete