[dev] MIME encoding: 'quoted-printable' question:

Rich Lafferty rich@horde.org
Sat, 21 Oct 2000 20:41:41 -0400


On Sat, Oct 21, 2000 at 04:46:34AM -0400, Blake Caldwell (blake@gobookmarks.com) wrote:
[...]
> when i sent it out from my linux box server, it came back all screwy.
> i found that at the end of each line, was "\r\r\n".  somewhere, the "\n" was
> getting converted to "\r\n", giving me an extra "\r".
[...]
> who's chaning this?  is it sendmail?  in any case, should i assume it's
> server-side, and that if it works this time, with my server, that i can
> trust it to work in the future with any client receiving my emails?

Never assume -- debug! Output to a log file instead of sendmail and use
'od' to look at the results, and see if it's still present, and
that'll tell you if it's sendmail or not. If it's sendmail, figure out
*why* it's sendmail, and solve the problem there, since that's where
the bug is. If not, try to reproduce the bug in as small a PHP program
as possible, to see if it's php or uw-imap or something in your code.
Maybe try a different MTA (say, ssmtp, nice and small) and see if the
condition reoccurs.

  -Rich

-- 
------------------------------ Rich Lafferty ---------------------------
 Sysadmin/Programmer, Instructional and Information Technology Services
   Concordia University, Montreal, QC                 (514) 848-7625
------------------------- rich@alcor.concordia.ca ----------------------