Yes, this is indeed missing. Basically you can do something like this, to give you the idea:
route {
...
t_on_reply("manage_18X");
t_relay()
...
}
onreply_route[manage_18X] {
if (t_check_status("183")) {
# drop or alter message
change_reply_status_code("180");
remove_body()
}
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.