You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "apoorva (JIRA)" <se...@james.apache.org> on 2014/12/08 07:03:12 UTC

[jira] [Created] (JAMES-1564) Multiple custom mailets not getting processed

apoorva created JAMES-1564:
------------------------------

             Summary: Multiple custom mailets not getting processed
                 Key: JAMES-1564
                 URL: https://issues.apache.org/jira/browse/JAMES-1564
             Project: James Server
          Issue Type: Bug
          Components: Mailet Contributions
    Affects Versions: 3.0-beta4
         Environment: linux
            Reporter: apoorva


\I have recently upgraded from James 2.3 to james 3 version and added 2 custom mailets in mailetcontainer.conf under root processor but whenever a mail is received only one of the mailet gets processed (whichever is mentioned first) , however same mailets were working fine in 2.3x .Below are the defined mailets in mailetcontainer.conf

 <mailet match="com.mail.matchers.HasNoAttachment" class="com.mail.mailets.HasNoAttachment">
            <imeet_base_url>https://beta.net</imeet_base_url>
         </mailet>

         <mailet match="All" class="com.mail.mailets.SendToRoomMailet">
         	 <fileConverterBaseUrl>https://files21.imeetbeta.net</fileConverterBaseUrl>
           	 <tempDir>/var/james/tmp</tempDir>
            	<maxFileSizeBytes>1073741824</maxFileSizeBytes>
         </mailet>





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org