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="[email protected]" class="Forward">
<forwardto>[email protected],[email protected]</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)