Created
February 8, 2016 15:09
-
-
Save PickledDragon/e4fb07c1b8670a0cef2f to your computer and use it in GitHub Desktop.
dovecot move nonspam from junk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -L -r 'X-Spam-Status: Yes' .Junk/new | xargs -I{fname} mv {fname} ./new/ | |
grep -L -r 'X-Spam-Status: Yes' .Junk/cur | xargs -I{fname} mv {fname} ./new/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment