2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Delete old email
FromSent OnAttachments
cr...@odi.com.brNov 13, 2004 6:40 pm 
Sam VarshavchikNov 13, 2004 7:11 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Delete old emailActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Nov 13, 2004 7:11:40 pm
List:net.sourceforge.lists.courier-maildrop

cr@odi.com.br writes:

Hello,     I use maildrop+spamassain to filter spam and delivery to users junkmail folder and would like to delete the emails from junkmail folder after a few days. Any ideas of hot to do it?

This is a job for a shell script. Presumably you're using maildirs.

find ~/Maildir/.junkmail/cur ~/Maildir/.junkmail/new -type f -mtime +14 \ -exec rm -f {} \;