You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/06/15 15:24:47 UTC

[jira] [Created] (JAMES-1271) MXHostAddressIterator throws a NPE when getting used with an invalid MX-Record

MXHostAddressIterator throws a NPE when getting used with an invalid MX-Record
------------------------------------------------------------------------------

                 Key: JAMES-1271
                 URL: https://issues.apache.org/jira/browse/JAMES-1271
             Project: JAMES Server
          Issue Type: Bug
          Components: DNSServer
    Affects Versions: 3.0-M2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-beta1


When passing an invalid MX-Record to MXHostAddressIterator, it will throw an npe.


delivering mail
(Mail1308121474833-fbed90ee-105d-4ec7-b718-61f32f1f85ad-to-testdomain.net: java.lang.NullPointerException
         at
org.apache.james.dnsservice.library.MXHostAddressIterator.init(MXHostAddressIterator.java:98)
         at
org.apache.james.dnsservice.library.MXHostAddressIterator.<init>(MXHostAddressIterator.java:55)
         at
org.apache.james.dnsservice.library.MXHostAddressIterator.<init>(MXHostAddressIterator.java:45)
         at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:826)
         at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:718)
         at java.lang.Thread.run(Thread.java:662) 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (JAMES-1271) MXHostAddressIterator throws a NPE when getting used with an invalid MX-Record

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1271.
----------------------------------

    Resolution: Fixed

> MXHostAddressIterator throws a NPE when getting used with an invalid MX-Record
> ------------------------------------------------------------------------------
>
>                 Key: JAMES-1271
>                 URL: https://issues.apache.org/jira/browse/JAMES-1271
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: DNSServer
>    Affects Versions: 3.0-M2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-beta1
>
>
> When passing an invalid MX-Record to MXHostAddressIterator, it will throw an npe.
> delivering mail
> (Mail1308121474833-fbed90ee-105d-4ec7-b718-61f32f1f85ad-to-testdomain.net: java.lang.NullPointerException
>          at
> org.apache.james.dnsservice.library.MXHostAddressIterator.init(MXHostAddressIterator.java:98)
>          at
> org.apache.james.dnsservice.library.MXHostAddressIterator.<init>(MXHostAddressIterator.java:55)
>          at
> org.apache.james.dnsservice.library.MXHostAddressIterator.<init>(MXHostAddressIterator.java:45)
>          at
> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:826)
>          at
> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:718)
>          at java.lang.Thread.run(Thread.java:662) 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org