mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-25 05:38:18 +00:00
e48bcd3b57
When `log_arf` or `log_oob` are set to true with `relay_to=false`, we now return a 550 error response for messages that are not ARF or OOB reports. Previously, we would return a 250 response and silently drop the message in this case, which gave the false impression that it was accepted for relaying. Expand integration test to explicitly assert that the right things are allowed/denied/relayed/parsed.