Hi there, I have a contact form that sends: Content-Transfer-Encoding: BASE64 ODEuMTcwLjIzNy4xMTcKCnRlc3Q= As E-mail, when i use my ISPConfig server. It works if i use my local WAMP server. What am i missing here? Ive enabled the Deflate module on apache. Thankx!
Is this a PHP script? If yes, please post the code that sends the mail. You do not have to encode the eader under linux if you use the php mail function.
I have now the same problem, it happen with all php script even oscommerce, drupal, joomla ... It's last ispconfig at debian etch.
It is a new install, only debian security updates i detected that emails have two mime types: Code: X-Mailer: PHPMailer [version 1.72] [FONT="Arial Black"]Mime-Version: 1.0 Mime-Version: 1.0[/FONT] Content-Type: multipart/related; type="text/html"; boundary="b1_af1f07c09fcffa40293f03ce09e5576b" Content-Transfer-Encoding: BASE64 Could be spamassasin or clamavd the problem?
All software scripts send bad headers (drupal, oscommerce, joomla, coppermine, gallery2, wordpress, my own scripts, ...)? If i copy any virtualhost to other server works fine, then I think thas is a misconfiguration but i dont find where is the problem.