3 messages in net.sourceforge.lists.courier-maildrop[maildropl] RE: cc messages
FromSent OnAttachments
Alex S MooreJun 6, 2004 9:52 am 
Devin RubiaJun 7, 2004 5:36 am 
Alex S MooreJun 7, 2004 6:24 am 
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:[maildropl] RE: cc messagesActions...
From:Alex S Moore (asmo@edge.net)
Date:Jun 6, 2004 9:52:39 am
List:net.sourceforge.lists.courier-maildrop

I am using maildrop as the delivery agent for sendmail. Works fine. Here is a copy of maildroprc on that server. # Global maildrop config file # Set defaults SHELL="/bin/sh" MAILDIR="${HOME}/Maildir" # Create user maildir if needed `test -d $MAILDIR` if ( $RETURNCODE == 1 ) { `/opt/csw/bin/maildirmake $MAILDIR` `/opt/csw/bin/maildirmake $MAILDIR/.Trash` `/opt/csw/bin/maildirmake $MAILDIR/.Sent` } DEFAULT="$MAILDIR/"

I want to copy my messages to a secondary account. I thought that not having a 'to' statement in maildroprc would allow me to use a .mailfilter file in my home directory. Here is a copy of my $HOME/.mailfilter # Copy all of my mail to a secondary account cc asmoore@localhost

Messages are not sent to the secondary account and I do not see why.

Thanks, Alex