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

-- 
Mark Gordon <m...@ordertech.com>

OrderTech Corporation | 819 W Fairmont Dr Ste 2 | Tempe, AZ 85282

*o:* (480) 285-1403 <4802851403> | *f:* (480) 464-5824 <4804645824> | *m:*
(602) 549-0488 <6025490488>

www.ordertech.com

LinkedIn <http://www.linkedin.com/company/ordertech-corp> | Twitter
<https://twitter.com/OrderTech> | Facebook
<https://www.facebook.com/OrderTech>

Reply via email to