4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
exec /usr/bin/rspamc -h localhost:11334 learn_spam
|
||
|
|