5 messages in net.sourceforge.lists.courier-maildrop[maildropl] need help with 'to' in 'i...
FromSent OnAttachments
Dmitriy MiksIrNov 21, 2005 3:33 am 
Jay LeeNov 21, 2005 7:05 am 
Dmitriy MiksIrNov 21, 2005 8:11 am 
Jay LeeNov 21, 2005 8:32 am 
Dmitriy MiksIrNov 22, 2005 11:52 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:[maildropl] need help with 'to' in 'include'Actions...
From:Dmitriy MiksIr (mik@maker.ru)
Date:Nov 21, 2005 3:33:40 am
List:net.sourceforge.lists.courier-maildrop

Hello!

Look my maildroprc, please (maildrop started as 'maildrop maildroprc`):

import HOST ... other imports import USER_MAILDIR

DEFAULT = $USER_MAILDIR

if ( $SIZE < 102400 ) { exception { xfilter "/usr/bin/spamc -f -u $EXT@$HOST" } }

exception { include "${DEFAULT}../.maildrop" }

to $DEFAULT

Now, if user's .maildrop exists with 'to`, message deliver twice - in included file and in maildroprc. What i need say for use deliver in maildroprc only if user's .maildrop not exists, or exists without 'to`?