This file contains hidden or 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
#!/usr/bin/python | |
""" | |
Copyright (c) 2009 Simeon Franklin | |
MIT Licensed: see http://www.opensource.org/licenses/mit-license.php | |
pydelatt.py - Strips attachments from maildir format mail | |
files. Sample usage: | |
$ find ./Maildir -mtime +120 -size +3M | xargs -ix pydelatt.py -v 'x' |