On 9/19/05, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Yes. I'm not sure wether it would be better to return 0 or
> "delayTimes[delayTimes.length-1]". This only happens when you decrease the
> maxRetries.
> 
> The check for maxRetry is in the failMessage method:
> --
> int retries = Integer.parseInt(mail.getErrorMessage());
> if (retries < maxRetries) {
> --


I would just return 0.  I figure if you're removing max retries,
you're hoping to clear those messages as fast as possible.  Probably
not a big deal though.

-- 
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

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

Reply via email to