Author: norman
Date: Thu Nov 23 07:52:24 2006
New Revision: 478604
URL: http://svn.apache.org/viewvc?view=rev&rev=478604
Log:
cleanup code
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java?view=diff&rev=478604&r1=478603&r2=478604
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java
Thu Nov 23 07:52:24 2006
@@ -185,10 +185,8 @@
while (i.hasNext()) {
MailAddress nextMap = new MailAddress((String) i.next());
if (getMailetContext().isLocalServer(nextMap.getHost())) {
- System.err.println("L: "+nextMap);
localRecipients.add(nextMap);
} else {
- System.err.println("R: "+nextMap);
remoteRecipients.add(nextMap);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]