Originally posted by myweb
I need to change the encoding and charset values for the mails sent by the autoresponder, since the default usascii encoding wont display mails in japanese correctly. Where are these values set so that I can chaneg them manually?
It would be nice to be able to change the charset once, wherever that piece of code is stored. I'm going to send in a support request and see what they say.Originally posted by myweb
I am not sure why it does work for you using Shift_JIS, since in japan, mails are read using JIS(ISO-2022-JP), and the "From" and "Subject" headers must be base64 encoded.
I am currently rewriting the cpanel html files to php files that will save the autoresponders to /home/xxx/.autorespond with the JIS encoding, and set the charset to ISO-2022-JP.
I guess he's telling me that I can't change it, right?Even if you could change this, chances are the changes would be wiped out by cPanel updates every time updates ran.
Maybe, but /usr/local/cpanel/bin/autorespond is an encoded file, so I can't change it anyway.Originally posted by dgbaker
Using the chattr command you can stop cpanel from over writting the changes. But you also though lose any changes/updates from cpanel for those files.