mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 08:01:07 +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 %}