It would appear that your host has not configured .php files to be processed by PHP. If PHP is installed, setting up an .htaccess file in your ListMail folder might work, as follows:
AddType application/x-httpd-php .php .htm .html
The alternative is for your host to add that line (minus .htm and .html if they like) to their Apache httpd.conf file to be use globally.
Regards