Petals BC MAIL

Attribute 'Reply-To' not set in mail

Details

  • Type: Bug Bug
  • Status: In Progress In Progress
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 3.4.2
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The attribute Reply-To is missing in mail sent by the Petals BC Mail.

    The following invocation of the generic service

    <ns0:mail xmlns:ns0="http://petals.ow2.org/components/mail/version-3">
    <ns0:host>mockmock.petalslink.com</ns0:host>
    <ns0:from>user1@devmail.com</ns0:from>
    <ns0:reply>user2@devmail.com</ns0:reply>
    <ns0:to>user1@devmail.com</ns0:to>
    <ns0:subject>Integration mail test(Addressing in the payload. MESSAGE TYPE: TEXT</ns0:subject>
    <ns0:body>[#POP-PAYLOAD-TEXT]Sending mail with addressing in the message payload</ns0:body></ns0:mail>

    generates the following mail, as raw content, where the attribute Reply-To is missing

    Return-Path: <user1@devmail.com>
    X-Original-To: user1@devmail.com
    Delivered-To: user1@devmail.com
    Received: from cdeneux-laptop (unknown [192.168.1.100])
    	by appli-tomcat-ebm.EBM (Postfix) with ESMTP id CBE3CBE91
    	for <user1@devmail.com>; Thu, 19 Feb 2015 15:06:52 +0100 (CET)
    Date: Thu, 19 Feb 2015 15:06:52 +0100 (CET)
    From: user1@devmail.com
    To: user1@devmail.com
    Message-ID: <1218412427.2.1424354812865.JavaMail.user1@devmail.com>
    Subject: Integration mail test(Addressing in the payload. MESSAGE TYPE: TEXT
    MIME-Version: 1.0
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    
    [#POP-PAYLOAD-TEXT]Sending mail with addressing in the message payload

    The problem occurs also with the static mode where the address to reply is set into the service unit.

    Show
    The attribute Reply-To is missing in mail sent by the Petals BC Mail. The following invocation of the generic service
    <ns0:mail xmlns:ns0="http://petals.ow2.org/components/mail/version-3">
    <ns0:host>mockmock.petalslink.com</ns0:host>
    <ns0:from>user1@devmail.com</ns0:from>
    <ns0:reply>user2@devmail.com</ns0:reply>
    <ns0:to>user1@devmail.com</ns0:to>
    <ns0:subject>Integration mail test(Addressing in the payload. MESSAGE TYPE: TEXT</ns0:subject>
    <ns0:body>[#POP-PAYLOAD-TEXT]Sending mail with addressing in the message payload</ns0:body></ns0:mail>
    generates the following mail, as raw content, where the attribute Reply-To is missing
    Return-Path: <user1@devmail.com>
    X-Original-To: user1@devmail.com
    Delivered-To: user1@devmail.com
    Received: from cdeneux-laptop (unknown [192.168.1.100])
    	by appli-tomcat-ebm.EBM (Postfix) with ESMTP id CBE3CBE91
    	for <user1@devmail.com>; Thu, 19 Feb 2015 15:06:52 +0100 (CET)
    Date: Thu, 19 Feb 2015 15:06:52 +0100 (CET)
    From: user1@devmail.com
    To: user1@devmail.com
    Message-ID: <1218412427.2.1424354812865.JavaMail.user1@devmail.com>
    Subject: Integration mail test(Addressing in the payload. MESSAGE TYPE: TEXT
    MIME-Version: 1.0
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    
    [#POP-PAYLOAD-TEXT]Sending mail with addressing in the message payload
    The problem occurs also with the static mode where the address to reply is set into the service unit.
  • Environment:
    -

People

Dates

  • Created:
    Thu, 19 Feb 2015 - 15:11:02 +0100
    Updated:
    Thu, 19 Feb 2015 - 15:11:33 +0100