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 bt...@apache.org on 2020/05/25 10:39:29 UTC

[james-project] 03/06: JAMES-1541 Fix a typo in MailPriorityHandler in configuration

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 <bt...@linagora.com>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org