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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to