Re: [exim] How to purge trash folder after X days

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John W. Baxter
日付:  
To: exim-users
題目: Re: [exim] How to purge trash folder after X days
On 1/30/07 7:33 AM, "lista_exim@???"
<lista_exim@???> wrote:

> I want to know if Exim can purge the messages in Trash folder X days. If
> so, how can I do this?


Not Exim's job.

We do it with a Python script run out of cron. (We use a very similar
script to do an aged purge of spam folders, at a user-specifed age.) As
with many other things, maildir makes this easier than mbox does.

--John