[ 
http://issues.apache.org/jira/browse/JAMES-424?page=comments#action_12331796 ] 

Scott Carr commented on JAMES-424:
----------------------------------

In SendMail, PostFix, Exchange, and XMail when their are no Headers in the 
message itself, the text appears as the body of the message.  This is the 
behavior that would be expected in this instance, I would imagine.

Example message from PostFix:

Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from scarr (unknown [12.107.242.5])
        by progbits.com (Postfix) with ESMTP id 399FA54D3F1
        for <[EMAIL PROTECTED]>; Tue, 11 Oct 2005 08:33:14 -0500 (CDT)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 11 Oct 2005 08:33:14 -0500 (CDT)
From: [EMAIL PROTECTED]
To: undisclosed-recipients:;
X-Spam-Checker-Version: SpamAssassin 3.0.4-gr0 (2005-06-05) on progbits.com
X-Spam-Level: 
X-Spam-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,MISSING_SUBJECT,
        MSGID_FROM_MTA_ID,NO_REAL_NAME,UNDISC_RECIPS autolearn=no 
        version=3.0.4-gr0

This is a test

> Invalid DATA for Message shows up in Headers in mailstore
> ---------------------------------------------------------
>
>          Key: JAMES-424
>          URL: http://issues.apache.org/jira/browse/JAMES-424
>      Project: James
>         Type: Bug
>   Components: SMTPServer, MailStore & MailRepository
>     Versions: 2.2.0
>  Environment: WinXP
>     Reporter: Scott Carr

>
> If you open a connection to the server, and send in the following in the DATA 
> for the message:
> This is a test
> .
> Then the data shows up in the headers instead of after the headers like it 
> should.  Here is what I recieved in the message:
> Return-Path: <[EMAIL PROTECTED]>
> Received: from localhost ([127.0.0.1])
>           by QRGMAIN (JAMES SMTP Server 2.2.0) with SMTP ID 792
>           for <[EMAIL PROTECTED]>;
>           Thu, 6 Oct 2005 21:40:21 -0500 (CDT)
> this is a test
> Date: Thu, 6 Oct 2005 21:40:21 -0500 (CDT)
> From: [EMAIL PROTECTED]
> Delivered-To: [EMAIL PROTECTED]
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain; charset=us-ascii
> Mime-Version: 1.0
> Message-ID: <[EMAIL PROTECTED]>
> Notice where 'this is a test' appears in the message.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to