9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Forward mail sitt...
FromSent OnAttachments
Olivier SannierApr 25, 2007 2:32 am 
Sam VarshavchikApr 25, 2007 4:10 am 
Olivier SannierApr 25, 2007 4:36 am 
Jay LeeApr 25, 2007 5:06 am 
Olivier SannierApr 25, 2007 6:36 am 
Jay LeeApr 25, 2007 7:01 am 
Gordon MessmerApr 25, 2007 8:12 am 
Bowie BaileyApr 25, 2007 8:29 am 
Olivier SannierApr 25, 2007 11:42 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] Forward mail sitting in the "New" folderActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Apr 25, 2007 8:12:10 am
List:net.sourceforge.lists.courier-users

Olivier Sannier wrote:

However, the existing emails in the "New" folder should be forwarded to some@else.com and I'm not quite sure on to how to proceed with this.

cd /home/<user>/Maildir/new for x in * ; do sendmail some@else.com < $x done