Changing Spamassassin to check emails larger than 250KB
Spamassassin by default will not check emails larger than 250 KB. This is limited to prevent spamassassin from generating a large load on the server.
If you would like to change this setting to a higher value you can edit the following file:
vi /usr/local/psa/bin/psa-spamc
and change this line to a higher value:
MAX_SIZE=256000 # max letter size to filter
Spamassassin will use the new value immediately with no need to restart any services.
Reference: http://parallels.com
Leave a Reply
You must be logged in to post a comment.