Finally:
Thanks so much! The problem was due to the memory resource limit
specified by Cpanel at local.cf..
> loadplugin Mail::SpamAssassin::Plugin::ResourceLimits
> resource_limit_mem 268435456
This limit never gave me problems, but now did. It was my fault not
giving attention to the very first lines of local.cf to just comment out
this lines... (facepalm)
Thanks so much!!!! To all of you!
PD: Martin, I am not an experienced programmer, and all I do is bash
scripting to get success about the whitelist_from file... I am sure you
are true about programming a module doing this, but I cannot do it right
now. ;)
---
--
Gino
semseoymas
The whitelist is created every night from bash scripting and mysql
database... it contains the:
a) destinations from real emails sended from the server daily b)
emails whitelisted because users did include them...
WHY?
It its probably more efficient to write a plugin to query the mysql
database directly and will certainly eliminate the need to stop and
restart SA each time a new version of the whitelist is creates and well
as getting rid of the delay between adding a new address to the
database
and making the updated whitelist available to SA.
Martin