|
From: Mark M. <Mar...@ij...> - 2004-04-14 12:46:49
|
| I am trying to send an email to a user that i have "quarantine" and i am | getting the message below. is there anyways i can turn this check off? | (the root account is whitelisted already) Whitelisting affects spam checks only. You can use bad_header_lovers* to let message with bad headers be delivered to certain recipients. You can not turn off bad header checks selectively based on sender address. | postfix/smtp[3468]: 129F3434B9D: to=<pt...@hy...>, | relay=127.0.0.1[127.0.0.1], delay=0, status=sent (250 2.6.0 Ok, | message with invalid header discarded, id=29922-02 | - Non-encoded 8-bit data (char 9C hex) | in message header 'Received') The cleanest solution is to fix the mailer that is inserting nonencoded 8-bit characters into Received header field. Mark |