You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-27 22:18:22 +02:00
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
tee >(rspamc -h antispam:11334 -P mailu learn_ham /dev/stdin) \
|
||
|
|
| rspamc -h antispam:11334 -P mailu -f 13 fuzzy_add /dev/stdin
|