4 lines
43 B
Bash
4 lines
43 B
Bash
|
|
#!/bin/sh
|
||
|
|
/usr/bin/rspamc learn_ham
|
||
|
|
exit 0
|