Increase maximum number of addesses that can be added to the Spamassassin White or Black list.

Article ID: 5640 
Last Review: Oct,22 2008
Author: Bezborodova Anastasiya
Last updated by: Bezborodova Anastasiya APPLIES TO:
  • Plesk 8.4.x for Linux/Unix
  • Plesk 8.6.x for Linux/Unix

Symptoms

I cannot add more then 100 addresses to the Spamassassin White/Black list through Plesk Control Panel. Only 100 addresses are added and the following notification occurs:

Warning: Only 100 first unique e-mail addresses will be added.

Resolution

Since Plesk Control Panel version 8.4.0 you may configure maximum number of addresses that can be added to the Spamassassin While or Black lists through the contorl panel.

It is variable psa.misc.spamfilter_max_addr_list_length in Plesk database, 100 addresses are used by default.

Use the following SQL query to set maximum number of addresses to 150:

mysql> replace into misc values('spamfilter_max_addr_list_length',150);
Query OK, 1 row affected (0.00 sec)

mysql>


NOTE: Big number of addresses in Spamassassin White/Black may strongly reduce server performance. 

Additional information

The following command can be used for connection to Plesk database:

~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields