summaryrefslogtreecommitdiff
path: root/scripts/sa-learn
blob: 093b5a763df1a96ad8c77f99e90ec11f209a6eb8 (plain)
1
2
3
4
5
6
#!/bin/bash

# Junk is moved to trash after a week; assume I've sorted stuff after 4 days
find /home/*/.maildir/.Trash/cur -type f -mtime -4 | xargs sa-learn --ham > /dev/null
find /home/*/.maildir/.Junk/cur -type f -mtime -4 | xargs sa-learn --spam > /dev/null