4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] mbox archive
FromSent OnAttachments
Timo MaierNov 28, 2006 7:42 am 
Gordon MessmerNov 28, 2006 9:51 am 
Timo MaierNov 28, 2006 10:10 am 
Gordon MessmerNov 28, 2006 1:22 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: [courier-users] mbox archiveActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Nov 28, 2006 9:51:58 am
List:net.sourceforge.lists.courier-users

Timo Maier wrote:

Additionally to ARCHIVEDIR I want to store all mail in a mbox file. For all mails which are delivered to internal users I use the following to create the mbox archive:

xfilter "$REFORMAIL -f1 | $TEE -a $MBOX | $REFORMAIL -f0"

Wouldn't it be easier to just build the mbox file using the contents of the archivedir?

But this misses all the mails send to external mail addresses. How can I also append these to my $MBOX file?

...by building the mbox from the contents of archivedir instead of using xfilter from maildrop?