Pierre Girard: > Hello, > I set up a small ubuntu 10.04 machine with postfix on it and it > seems to be working fine. However on the destination server there's this > message in the headers > > X-Amavis-Alert: BAD HEADER, Non-encoded 8-bit data (char C3 hex): Subject: > test \303\251tudiants\n
Your mail submission program submits non-compliant email into Postfix. It should encode message headers that contain non-ASCII content. Postfix is an MTA. Its purpose it not to transform malformed email into well-formed messages. Wietse