Hi Mark.

We fixed this configuration issue as part of upcoming 3.5 release.

Note that configuration shiped serves as an example and needs to be
adapted to your needs.

Thanks for the report.

Benoit

On 28/10/2019 22:27, Mark Gordon wrote:
> in the conf/mailetcontainer.xml file there is a new maillet WithPriority.
> I don't know what this does. One can assume it as something to do with
> email PRIORITY....I used my powerful deductive reasoning skills to figure
> that out.  In the release from sept 2019 the setting priority is missing
> and there is a setting for value.  This throws an error.  I noticed in the
> code that the required setting "priority".  So I changed value to priority
> and the servers starts up but it would not process any mail.  It looked
> like it was processing mail and I did not see any messages saying it was
> not processing the email. The priority must have been outside the range...
> I commented all of these out and it started processing mail.
> 
>  <mailet matcher="All" class="WithPriority">
>             <priority>8</priority>
>         </mailet>
> 
>         <mailet matcher="HasPriority=8" class="Null"/>
>         <mailet matcher="AtLeastPriority=8" class="Null"/>
>         <mailet matcher="AtMostPriority=8" class="Null"/>
> 
> If someone wants to post the proper settings for this maillet and what they
> do it may be helpful for people that need that functionality.
> 
> Thanks,
> Mark
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to