28 Jun
2004
28 Jun
'04
10:35 p.m.
On Mon, 2004-06-28 at 21:42, Rick Johnson wrote:
This could be handled either via a script on the server side: I run this nightly via cron (as root):
find /home/*/Maildir/ -name "*2,*T*" -type f -exec rm {} \;
Just a small note: "*:2,*T*" would be a bit safer as the maildir base name can contain "2," string, but not ':' character. ',' is already used by some clients to include extra information with the file, eg. file size with maildir++ quota: "base,S=123:2,".