fixup mail route going down, and switch mail with no internet
[distro-setup] / fsf-get-mail
1 #!/bin/bash
2
3 # commented, because relying on cronjob
4 #offlineimap -a fsf
5
6 # delete based on http://deflexion.com/2006/05/imap-way-of-deleting-message
7 sieve-filter -eW -o mail_location=maildir:/nocow/user/fsfmd:LAYOUT=fs:INBOX=/nocow/user/fsfmd/INBOX ~/sieve/fsf.sieve INBOX delete &>/tmp/fsfsieve.log
8
9
10 # to test new rules, update fsf-test.sieve, run these commands, then copy new fsf-test.sieve to fsf.sieve
11 # sieve-filter -o mail_location=maildir:/nocow/user/fsfmd:LAYOUT=fs:INBOX=/nocow/user/fsfmd/INBOX ~/sieve/fsf-test.sieve INBOX &>/tmp/testfsfsieve.log
12 # sed -rn '/^Performed actions:/{n;n;p}' /tmp/testfsfsieve.log | sort -u