blacklist size exceeds limit (> 200000 bytes) (500)

Rafads

New Member
Jan 11, 2021
1
0
1
40
Good Morning! We have a problem, the message presented is: blacklist size exceeds limit (> 200000 bytes) (500), how should I proceed?
 

Attachments

  • image001 (1).jpg
    image001 (1).jpg
    118.4 KB · Views: 15
Good Morning! We have a problem, the message presented is: blacklist size exceeds limit (> 200000 bytes) (500), how should I proceed?
This is a limit set inside the PMG code mostly for performance reasons and to prevent a single e-mail address from wasting too much memory+cpu for matching their individual blocklists, but also to help users to use their lists more efficiently

the user whitelist and blacklists can match arbitrary shell-globs - so in that case I'd suggest that you go through the entries in the blacklist and:
* delete duplicates
* join entries which are similar by using globs

I hope this helps!