vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a program that sends an email to an email-to-fax service. The email has an attachment that is a html page that is to be faxed. when I upload the page directly to the fax service all is well, but when I email it the fax is missing the first half of the page. The only difference I can see is that my mailer (sendmail) is autoconverting from 8 bit to quoted printable. I cat the file into sendmail with the -t option. I suspect that the problem I am having relaes to the autoconvert to quoted pritable. Can I "suggest" to sendmail that it leave it at 8 bit ? here is the top of the email as received ------------------------- From - Wed Aug 27 11:35:03 2003 X-UIDL: 29062-1030557235 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Return-Path: <root@home.SendingDomain.com> Received: from home.SendingDomain.com (24-56-193-205.mdmmi.voyager.net [24.56.193.205]) by mail.idealapps.com (Netscape Messaging Server 4.15) with ESMTP id HKAB8200.2MA for <bill@ReceivingDomain.com>; Wed, 27 Aug 2003 11:33:39 -0400 Received: (from root@localhost) by home.SendingDomain.com (8.8.8/SCO5) id LAA29533; Wed, 27 Aug 2003 11:33:36 -0400 (EDT) Date: Wed, 27 Aug 2003 11:33:36 -0400 (EDT) Message-Id: <200308271533.LAA29533@home.SendingDomain.com> From: "William P. Drescher, M.D." <office@SendingDomain.com> Organization: MichiganPsychotherapy To: bill@ReceivingDomain.com MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-SCRIP5877 Subject: scrip to Echo at Innoport Priority: normal --Message-Boundary-SCRIP5877 Content-type: text/plain; charset=US-ASCII Content-description: Mail message body Content-Transfer-Encoding: 7BIT for: Admin Admin Administrative --Message-Boundary-SCRIP5877 Content-type: text/html; charset=US-ASCII Content-description: AAA-EchoatInnoport Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by home.SendingDomain.com id LAA29533 <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885= 9-1"> <!-- pagename=3Dscrip_fax_direct =20 description=3Dtemplate to print fax in sheet =20 --> <title>Prescription</title> < -- bill Technical Service Systems bill (atsign) TechServSys (period) com unix is user friendly, it is just careful who it befriends |
| ||||
| In article <vkpk6mgmt254f1@corp.supernews.com>, bill <nobody@spamcop.net> wrote: >I have a program that sends an email to an email-to-fax service. >The email has an attachment that is a html page that is to be faxed. >when I upload the page directly to the fax service all is well, but when >I email it the fax is missing the first half of the page. >The only difference I can see is that my mailer (sendmail) is >autoconverting from 8 bit to quoted printable. >I cat the file into sendmail with the -t option. > >I suspect that the problem I am having relaes to the autoconvert to >quoted pritable. > >Can I "suggest" to sendmail that it leave it at 8 bit ? > >here is the top of the email as received In your sendmail.cf there are default values prepended with a # sign. Make sure you have O SevenBitInput=False and O EightBitMode=pass8 If those values are correct but with a # in front of them those are the default. If the line with a # is not like that, remove the # and make it match, and then restart sendmail. These are values you can edit instead of having to make a new sendmail.cf - but do it the way with which you are most comfortable. Bill -- Bill Vermillion - bv @ wjv . com |