mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-25 16:00:38 +00:00
312 B
312 B
normalize_smtp_response
pub fn normalize_smtp_response(text: &str) -> String
This filter normalizes an SMTP response as described in kumo.string.normalize_smtp_response.
{% raw %}
{{ response.content | normalize_smtp_response }}
{% endraw %}