I have CentOS 5.1 with WHM 11.15.0 cPanel 11.18.6-R24255
installed on, and I get this error after a clean install

Received by email :
Title :
/usr/bin/python2.4 -S /usr/local/cpanel/3rdparty/mailman/cron/disabled

Content :
Traceback (most recent call last):
File "/usr/local/cpanel/3rdparty/mailman/cron/disabled", line 67, in ?
import paths
File "/usr/local/cpanel/3rdparty/mailman/cron/paths.py", line 56, in ?
import japanese
ImportError: No module named japanese

I checked the paths.py file and It try to look in folder /usr/local/cpanel/3rdparty/mailman/pythonlib where I checked doesn't have any japanese module

I had to install mailman from yum and I created a link to the japanese module linked to /usr/lib/mailman/pythonlib/japanese and korean and It work for a few day, but the link was deleted by probably an update.

Is this a cpanel bug ?

Why the file are not in the cpanel mailman package ?

Tanks