quantranhong1999 opened a new pull request, #2494:
URL: https://github.com/apache/james-project/pull/2494

   ```
   <matcher name="relay-allowed" 
match="org.apache.james.mailetcontainer.impl.matchers.Or">
       <matcher match="SMTPAuthSuccessful"/>
       <matcher match="SMTPIsAuthNetwork"/>
       <matcher match="SentByMailet"/>
       <matcher match="org.apache.james.jmap.mailet.SentByJmap"/>
   </matcher>
   <matcher name="should-check-spam" 
match="org.apache.james.mailetcontainer.impl.matchers.Not">
       <matcher match="relay-allowed"/>
   </matcher>
   ```
   was not possible before.
   
   Loading the matcher from composite matchers collection also, not only using 
class loader solves the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to