[
https://issues.apache.org/jira/browse/JAMES-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902994#comment-13902994
]
Nigel Leck commented on JAMES-1369:
-----------------------------------
To get the server to receive emails with mixed case I needed hack this line.
/**
* @see
org.apache.james.protocols.smtp.core.AbstractAuthRequiredToRelayRcptHook#isLocalDomain(java.lang.String)
*/
protected boolean isLocalDomain(String domain) {
try {
return domains.containsDomain(domain.toLowerCase());
} catch (DomainListException e) {
return false;
}
}
> domains names in James 3 Beta 3 are case sensitive. Used the matcher
> RecipientToLowerCase and it only converts the local part (user name) to lower
> case.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JAMES-1369
> URL: https://issues.apache.org/jira/browse/JAMES-1369
> Project: James Server
> Issue Type: Improvement
> Components: Matchers/Mailets (bundled)
> Affects Versions: 3.0-beta3
> Environment: Linux
> Reporter: Phanidhar
> Assignee: Eric Charles
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]