This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 301b976e954ff5e51e55a5afcd98d04c47d87c98
Author: Benoit Tellier <[email protected]>
AuthorDate: Tue May 19 08:46:45 2020 +0700

    JAMES-1541 Fix a typo in MailPriorityHandler in configuration
---
 server/app/src/main/resources/smtpserver.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/app/src/main/resources/smtpserver.xml 
b/server/app/src/main/resources/smtpserver.xml
index 14e16a3..7e6b01f 100644
--- a/server/app/src/main/resources/smtpserver.xml
+++ b/server/app/src/main/resources/smtpserver.xml
@@ -255,7 +255,7 @@
             <!-- Normally the MailQueue will just handles Mails in FIFO manner 
-->
             <!-- Valid priority values are 1,5,9 where 9 is the highest-->
             <!-- 
-            <handler class="org.apache.james.smtpserver.MailPriortyHandler">
+            <handler class="org.apache.james.smtpserver.MailPriorityHandler">
                 <priorityEntries>
                     <priorityEntry>
                         <domain>yourdomain1</domain>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to