mirror of
https://github.com/lingble/Mailu.git
synced 2026-03-20 03:50:30 +00:00
5 lines
174 B
Bash
Executable File
5 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tee >(rspamc -h {{ ANTISPAM_WEBUI_ADDRESS }} -P mailu learn_spam /dev/stdin) \
|
|
>(rspamc -h {{ ANTISPAM_WEBUI_ADDRESS }} -P mailu -f 11 fuzzy_add /dev/stdin)
|