The following issue has been updated:

    Updater: Noel J. Bergman (mailto:[EMAIL PROTECTED])
       Date: Wed, 21 Apr 2004 7:21 PM
    Changes:
             Fix Version changed to 2.2.0RC2
             Fix Version changed from 2.2.0RC1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAMES-267?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-267

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-267
    Summary: NullPointerException in Fetchmail when there are no From: or Sender: 
headers
       Type: Bug

     Status: Open
   Priority: Major

    Project: James
 Components: 
             FetchMail
   Fix Fors:
             2.2.0RC2
   Versions:
             2.2.0RC1

   Assignee: Steve Brewin
   Reporter: Noel J. Bergman

    Created: Wed, 21 Apr 2004 5:15 PM
    Updated: Wed, 21 Apr 2004 7:21 PM

Description:
java.lang.NullPointerException
 at MessageProcessor.getSender(MessageProcessor.java:645)
 at MessageProcessor.createMail(MessageProcessor.java:597)

The code is:

String from = 
 ((InternetAddress) getMessageIn().getFrom()[0]).getAddress().trim();



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to