Message conversion? |
Post Reply ![]() |
Author | |
BillStewart ![]() Newbie ![]() Joined: 28 January 2005 Status: Offline Points: 29 |
![]() ![]() ![]() ![]() ![]() Posted: 24 June 2004 at 11:15am |
Hello all, We have a web page that sends e-mail to an "info" account. Sometimes people cut-and-paste from MS Word into the text box in their browser, and if the text contains any non-ASCII characters (e.g. the fancy quote characters that Word inserts by default), then the message gets converted to quoted-printable format somewhere along the line. When it reaches my Exchange server (5.5), it attaches the e-mail as a .txt file attachment with the following notation in the message body:
I have spoken to the people that designed the web page, and this was their response:
I'm asking here because SpamFilter is our incoming SMTP server, and this problem is a nuisance. Any ideas? Thanks, Bill Stewart |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Bill, In SpamFilter, try going to the Settings - Debug View tab. In there, enter the IP address of your webserver (assuming it is the one sending the email to SpamFilter). Then send the email using the browser. You should see a trace of the SMTP commands. They should look something like the following. The fist command sent by the web server should be an "EHLO", (extended HELO). SpamFilter will respond with an 8BITMIME line indicating that it will accept such encoding. Should the webserver use the older "HELO" command rather than the newer "EHLO" command, there's no way to specify the encoding during the HELO session, and the web server must then fallback to other means in the email itself to specify the right formatting. If you post your trace we may get an idea of what is happening. Roberto F. >>EHLO wrkstn1<<250-8BITMIME <<250 HELP >>RSET <<250 Ok >>MAIL FROM:< user@domain.com><<250 Address Okay >>RCPT TO:< user2@domain.com><<250 user@domain.com Address Okay>>DATA <<354 Start mail input; end with <CRLF>.<CRLF> >>Received: from 172.21.218.81 by 172.21.218.81 (LogSat Software SMTP Server) Fri, 16 May 2003 12:34:33 -0400 >>From: "Roberto Franceschetti " < user@domain.com>>>To: user2@domain.com>>Subject: test >>Date: Fri, 16 May 2003 12:34:28 -0400 >>Message-ID: <001901c31bc9$084fcd90$51da15ac@onet.ocfl.net> >>MIME-Version: 1.0 >>Content-Type: multipart/mixed; boundary="----=_NextPart_000_001A_01C31BA7.813E2D90" >>X-Priority: 3 >>X-MSMail-Priority: Normal |
|
![]() |
|
BillStewart ![]() Newbie ![]() Joined: 28 January 2005 Status: Offline Points: 29 |
![]() ![]() ![]() ![]() ![]() |
Hi Roberto, Thanks so much for your reply! I have provided the information to our web folks and am awaiting a reply. Regards, Bill Stewart |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.184 seconds.