[ http://issues.apache.org/jira/browse/JAMES-476?page=all ]
Stefano Bagnara resolved JAMES-476:
-----------------------------------
Resolution: Fixed
Assign To: Stefano Bagnara
Applied.
Another option (better?) would be to set it to GHOST in the service method and
avoid storing the message in the outgoing spool.
> NPE in RemoteDelivery
> ---------------------
>
> Key: JAMES-476
> URL: http://issues.apache.org/jira/browse/JAMES-476
> Project: James
> Type: Bug
> Components: Remote Delivery
> Versions: 2.3.0a1
> Reporter: Bernd Fondermann
> Assignee: Stefano Bagnara
> Fix For: 2.3.0a2
> Attachments: remotedelivery.patch
>
> I get the following exception in RemoteDelivery.getGatewaySMTPHostAddresses():
> java.lang.NullPointerException
> at
> org.apache.james.transport.mailets.RemoteDelivery$1.hasNext(RemoteDelivery.java:1331)
> at
> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:453)
> at
> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1098)
> at java.lang.Thread.run(Thread.java:595)
> in hasNext(), the break condition is not complete (missing addresses == null
> check)
> I'm working on a patch.
> RemoteDelivery config in question:
> <mailet match="All" class="RemoteDelivery">
> <outgoing> file://var/mail/outgoing/ </outgoing>
> <delayTime> 5 minutes </delayTime>
> <delayTime> 10 minutes </delayTime>
> <delayTime> 45 minutes </delayTime>
> <delayTime> 2 hours </delayTime>
> <delayTime> 3 hours </delayTime>
> <delayTime> 6 hours </delayTime>
> <maxRetries> 25 </maxRetries>
> <deliveryThreads> 1 </deliveryThreads>
> <sendpartial>false</sendpartial>
>
> <bounceProcessor>bounces</bounceProcessor>
> <gateway>localhost</gateway>
> <gatewayPort>2525</gatewayPort>
> </mailet>
--
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]