increase the max_nb_alert

This commit is contained in:
Son NK 2020-12-16 20:30:27 +01:00
parent 2f803e4714
commit 866ef1c139
1 changed files with 2 additions and 0 deletions

View File

@ -1250,6 +1250,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
refused_email_url=refused_email_url,
mailbox_email=mailbox.email,
),
max_nb_alert=10
)
else:
LOG.warning(
@ -1278,6 +1279,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
refused_email_url=refused_email_url,
mailbox_email=mailbox.email,
),
max_nb_alert=10
)