How configure bounce email threshold.

Stefano Nesti
Giga Guru

The default threshold to block a bounced email is 10 (see Email bounce management ), but I could not found how this default could be changed.

 

Can you please help?

Thanks.

 

1 ACCEPTED SOLUTION

Stefano Nesti
Giga Guru

Hi all.

An update on this topic.

 

I've opened a Case to ServiceNow Support and I was told that the default bounce count's threshold, that's 10, cannot be configured.

 

I hope what above can be helpful.

Thanks to all.  

View solution in original post

6 REPLIES 6

Ct111
Tera Sage

You are right there is not much information about how to modify the setting of 10 in docs side .

 

However , I saw this table "sys_blocked_email_address" or BOUNCE Email addresses (module) where the records have field of Failed Count, may be you can check by putting the setting greater than 10 for those records who have limit and see if it allows value greater than that or not.

 

BUT i cannot confirm it will work or not. 

 

Best would be to raise HI ticket and inquire about this setting.

Hi, let me rephrase my request. I wonder if there were something like (e.g.) a System property that can be configured for changing the bounce count's threshold default (10) to another value (e.g. lower).

Thanks.  

Ct111
Tera Sage

No such information available about property as per servicenow docs.

 

That's why I said raise HI ticket and inquire about this issue.  There could be some underlying script which is hidden in the instance or they may suggest some workaround.

Shivambitanwar1
Tera Contributor

Hi,

 

Please check this article :  https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1646657
Its not across the instance . 

The issue can be resolved by going to the Bounce Email Address [sys_blocked_email_address] table, locating the email that was blocked, setting the Failed Count to 0, and setting the State column to New. 



//Shivambi