1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Run spamassassin over the spam and ham folders

This commit is contained in:
Michiel Scholten
2014-07-13 10:51:15 +02:00
parent ae354d69c9
commit fedaa60c1c

5
bin/crontab/check_spamassassin Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Nightly training session
/usr/bin/sa-learn --mbox --ham ~/mail/ham
/usr/bin/sa-learn --mbox --spam ~/mail/spam