Skip to content

Commit 5d4b8cb

Browse files
committed
Add accept_all sub status
1 parent ebd2a83 commit 5d4b8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zerobouncesdk/zb_validate_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ZBValidateResponse(ZBResponse):
1818
mail_server_did_not_respond, timeout_exceeded, failed_smtp_connection, mailbox_quota_exceeded,
1919
exception_occurred, possible_trap, role_based, global_suppression, mailbox_not_found, no_dns_entries,
2020
failed_syntax_check, possible_typo, unroutable_ip_address, leading_period_removed, does_not_accept_mail,
21-
alias_address, role_based_catch_all, disposable, toxic, alternate, mx_forward, blocked, allowed, allow_all]"""
21+
alias_address, role_based_catch_all, disposable, toxic, alternate, mx_forward, blocked, allowed, accept_all]"""
2222

2323
account: str = None
2424
"""The portion of the email address before the "@" symbol."""

0 commit comments

Comments
 (0)