Releases: haraka/haraka-plugin-qmail-deliverable
Releases · haraka/haraka-plugin-qmail-deliverable
1.2.5
- fix: check txn still exists after callback
avoids errors like this in the logs when the remote has disconnected before we responded:
[CRIT] [-] [core] TypeError: Cannot read properties of null (reading 'notes')
[CRIT] [-] [core] at exports.do_qmd_response (haraka-plugin-qmail-deliverable/index.js:122:7)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
- fix: previously, would set next_hop=lmtp w/o setting q.wants=lmtp
- feat: also route via LMTP for local recipients when relaying
- cfg: rename check_outbound -> check_mail_from
- cfg: declare check_mail_from as boolean
- doc: added queue.wants & next_hop
- chore: much refactoring to simplify do_qmd_response
- chore: replace url.parse with new url.URL()
- chore: added many tests