Symptoms
Unable to add more than 100 email addresses to SpamAssassin White/Black List in Tools & Settings > Spam Filter > Black/White list or in Domains > example.com > Mail > Email Addresses > [email protected] > Spam Filter. One of the following messages are shown in Plesk interface:
Warning: Only X first unique e-mail addresses will be added
Only 100 unique email addresses can be added
ERR [1] PleskUtilException: spammng failed:
file: /usr/local/psa/admin/plib/Service/Agent.php
line: 228
code: 0
Cause
SpamAssassin limitation does not allow add more then 100 emails.
Resolution
NOTE: Large number of addresses in the SpamAssassin white/black lists may significantly reduce server performance.
- Connect to the server using SSH;
-
Run the following command to set maximum number of addresses. As an example, the maximum number of 150 mail addresses is given: you may choose appropriate number according to your needs.
# plesk bin settings --set spamfilter_max_addr_list_length=150