Ticket #42 (new defect)
Mailer exiting prematurely
| Reported by: | scottmc | Owned by: | scottmc |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | JavaMailer | Version: | 1.0 |
| Keywords: | Cc: |
Description
The mailer is exiting even if it gets a successful connection when there is only one MX record. This is a terribly easy fix, the condition causing it to exit should only be evaluated if the previous condition was false. In other words, the 'if' statement for server exhaustion needs to be an 'else if'.
Change History
Note: See
TracTickets for help on using
tickets.