You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by "Senh Liu (JIRA)" <ma...@james.apache.org> on 2017/06/26 02:15:00 UTC

[jira] [Created] (MAILET-158) Forward mailet is missing the message body

Senh Liu created MAILET-158:
-------------------------------

             Summary: Forward mailet is missing the message body
                 Key: MAILET-158
                 URL: https://issues.apache.org/jira/browse/MAILET-158
             Project: James Mailet
          Issue Type: Bug
          Components: Core API
    Affects Versions: 3.0
            Reporter: Senh Liu


I have been using the following mailet to do email groups with James:

<mailet match="RecipientIs=staff@company.com" class="Forward">
           <forwardto>boss@company.com,intern@company.com</forwardto>
</mailet>

This worked fine with 3.0b5, but with 3.0rc2 the body of the emails is missing. The subject line is present but no message body.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)