This isn't an RFC issue, but shouldn't these be case insensitive?
public boolean matchRecipient(MailAddress recipient) {
if (recipient.getHost().equals(listservAddress.getHost())) {
if (recipient.getUser().equals(listservAddress.getUser() +
"-on")
|| recipient.getUser().equals(listservAddress.getUser() +
"-off")) {
return true;
}
}
return false;
}
That is from CommandForListserv.java. I just ran into a situation where a
user was sending e-mail to the list address with a different case than
expected.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>