mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 17:00:26 +01:00
Rename dir with cron scripts to more standard scheme
This commit is contained in:
5
bin/cron/check_spamassassin
Executable file
5
bin/cron/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