mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2026-01-11 17:45:11 +00:00
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tee >(rspamc -h {{ ANTISPAM_WEBUI_ADDRESS }} -P mailu learn_ham /dev/stdin) \
|
|
| rspamc -h {{ ANTISPAM_WEBUI_ADDRESS }} -P mailu -f 13 fuzzy_add /dev/stdin
|