1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-06 08:49:13 +02:00
Files
Mailu/core/dovecot/conf/bin/spam
2018-10-17 18:48:28 +02:00

4 lines
145 B
Bash
Executable File

#!/bin/bash
tee >(rspamc -h antispam:11334 -P mailu learn_spam /dev/stdin) \
>(rspamc -h antispam:11334 -P mailu -f 11 fuzzy_add /dev/stdin)