[jira] Resolved: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-28 Thread Vincenzo Gianferrari Pini (JIRA)
 [ http://issues.apache.org/jira/browse/JAMES-580?page=all ]

Vincenzo Gianferrari Pini resolved JAMES-580.
-

Resolution: Fixed

The fix now is checking senderAddress != null, instead of sender != null.

 NPE is issued when receiving a read receipt from MS Outlook, and 
 checkValidSenderDomain is set to true
 --

 Key: JAMES-580
 URL: http://issues.apache.org/jira/browse/JAMES-580
 Project: James
  Issue Type: Bug
  Components: SMTPServer
Affects Versions: 2.3.0rc1
Reporter: Vincenzo Gianferrari Pini
 Assigned To: Vincenzo Gianferrari Pini
Priority: Blocker
 Fix For: 2.3.0rc2


 A NPE is issued when receiving a read receipt from MS Outlook (not Outlook 
 express nor Thunderbird), and checkValidSenderDomain is set to true and  
 the sender IP address is not in authorizedAddresses:
 27/07/06 17:17:00 ERROR smtpserver: Exception opening socket: null
 java.lang.NullPointerException
   at 
 org.apache.james.smtpserver.MailCmdHandler.doMAIL(MailCmdHandler.java:210)
   at 
 org.apache.james.smtpserver.MailCmdHandler.onCommand(MailCmdHandler.java:83)
   at 
 org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:391)
   at 
 org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:422)
   at 
 org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55)
   at 
 org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (JAMES-580) NPE is issued when receiving a read receipt from MS Outlook, and checkValidSenderDomain is set to true

2006-07-27 Thread Norman Maurer (JIRA)
 [ http://issues.apache.org/jira/browse/JAMES-580?page=all ]

Norman Maurer resolved JAMES-580.
-

Fix Version/s: 2.3.0rc2
   Resolution: Fixed

 NPE is issued when receiving a read receipt from MS Outlook, and 
 checkValidSenderDomain is set to true
 --

 Key: JAMES-580
 URL: http://issues.apache.org/jira/browse/JAMES-580
 Project: James
  Issue Type: Bug
  Components: SMTPServer
Affects Versions: 2.3.0rc1
Reporter: Vincenzo Gianferrari Pini
 Assigned To: Norman Maurer
Priority: Blocker
 Fix For: 2.3.0rc2


 A NPE is issued when receiving a read receipt from MS Outlook (not Outlook 
 express nor Thunderbird), and checkValidSenderDomain is set to true and  
 the sender IP address is not in authorizedAddresses:
 27/07/06 17:17:00 ERROR smtpserver: Exception opening socket: null
 java.lang.NullPointerException
   at 
 org.apache.james.smtpserver.MailCmdHandler.doMAIL(MailCmdHandler.java:210)
   at 
 org.apache.james.smtpserver.MailCmdHandler.onCommand(MailCmdHandler.java:83)
   at 
 org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:391)
   at 
 org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:422)
   at 
 org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55)
   at 
 org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]