mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-20 16:01:10 +00:00
15 lines
312 B
Markdown
15 lines
312 B
Markdown
# normalize_smtp_response
|
|
|
|
```rust
|
|
pub fn normalize_smtp_response(text: &str) -> String
|
|
```
|
|
|
|
This filter normalizes an SMTP response as described in
|
|
[kumo.string.normalize_smtp_response](../string/normalize_smtp_response.md).
|
|
|
|
{% raw %}
|
|
```jinja
|
|
{{ response.content | normalize_smtp_response }}
|
|
```
|
|
{% endraw %}
|