Blocked addresses limit

Error box:

Manage Block User List

Limit for Blocked Addresses reached. Please delete addresses before adding more.

What is the limit?

Thank you

padlugol@rockwellcollins.com

Subject: Blocked addresses limit

Did you try searching this forum for an answer?

Subject: Yes, I did…

I had been searching on Blocked addresses . I found lots of documentation on limits within notes, but not one lists the Blocked Addresses limit. Now I searched on Junk and received a lot more useful information. Then found the Blacklist search.Thank you

Subject: I think its

The limit on the number of rules in a mail file is 100, but I don’t think that’s the limit you are hitting.

By enabling the Lotus Script debugger, and walking thru the Block Mail from Sender Action script, I found the following info.

In the BlockUserRule (Script Library)

It looks like the Calendar Profile is storing a field called $Filter_BlockAddressList

A function routine for Main Function to build Block Rule, is checking to see if the list size is greater than 30K

So I don’t think the limit relates to a # of blocked entries, or a # of characters in your blocked entries list, just a memory limit to what Lotus script can manage in the list array.

Subject: Increase

According to IBM the size is about 32Kis ther a way to increase it ?