BREAKING CHANGES
- Renamed the
shell
service tocmd
. (#365) - Rename
rcpt
vsl getter torcpt_list
. (#374) rcpt
getter now return the recipient from the latestRCPT TO:
command. (#374)- The
quarantine(quarantine_path)
function can no longer get out of the application path specified in toml by the[app.dirpath]
field (#377). - Paths specified in vsl need to be absolute. (#380)
- Splitting headers & body for emails to improve performances. (#368)
Added
- SMTP Delegation via vsl. (#330)
- Catching signals and responding accordingly. (#364)
- An anti relaying vsl function called
check_relay
. (#372)