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 "tuister (Jira)" <se...@james.apache.org> on 2020/04/23 01:47:00 UTC

[jira] [Updated] (JAMES-3152) Default mailetcontainer.xml in 3.4.0 has bugs

     [ https://issues.apache.org/jira/browse/JAMES-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tuister updated JAMES-3152:
---------------------------
    Description: 
<mailet matcher="All" class="WithPriority">
 <value>8</value>  

<!-- There should be priority -->
 </mailet>

<mailet matcher="HasPriority=8" class="Null"/>
 <mailet matcher="AtLeastPriority=8" class="Null"/>
 <mailet matcher="AtMostPriority=8" class="Null"/>

 

This will make all mails lost

  was:
<mailet matcher="All" class="WithPriority">
 <value>8</value>  

<!-- this is should be priority -->
</mailet>

<mailet matcher="HasPriority=8" class="Null"/>
<mailet matcher="AtLeastPriority=8" class="Null"/>
<mailet matcher="AtMostPriority=8" class="Null"/>

 

this will make all mails lost


> Default mailetcontainer.xml in 3.4.0 has bugs
> ---------------------------------------------
>
>                 Key: JAMES-3152
>                 URL: https://issues.apache.org/jira/browse/JAMES-3152
>             Project: James Server
>          Issue Type: Bug
>          Components: configuration
>    Affects Versions: 3.4.0
>         Environment: debian 7.8
> jdk 1.8
>            Reporter: tuister
>            Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> <mailet matcher="All" class="WithPriority">
>  <value>8</value>  
> <!-- There should be priority -->
>  </mailet>
> <mailet matcher="HasPriority=8" class="Null"/>
>  <mailet matcher="AtLeastPriority=8" class="Null"/>
>  <mailet matcher="AtMostPriority=8" class="Null"/>
>  
> This will make all mails lost



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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