mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Run spamassassin over the spam and ham folders
This commit is contained in:
5
bin/crontab/check_spamassassin
Executable file
5
bin/crontab/check_spamassassin
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user