4 messages in net.sourceforge.lists.courier-maildrop[maildropl] deliver to different fold...
FromSent OnAttachments
Stefano SibiliaSep 27, 2004 8:08 am 
Tony EarnshawSep 27, 2004 5:03 pm 
Stefano SibiliaSep 28, 2004 12:33 am 
Jeremy KitchenSep 29, 2004 2:26 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] deliver to different folders with maildrop with qmail and vpopmailActions...
From:Stefano Sibilia (ste@amiciscemi.org)
Date:Sep 27, 2004 8:08:21 am
List:net.sourceforge.lists.courier-maildrop

Hi all i'm trying to setup maildrop to deliver mail to different folders in users mailboxes. I cant'get Maildrop evaluate the conditional expression. here my domain .mailfilter:

SHELL=/bin/bash VHOME=`/home/cust/vpopmail/bin/vuserinfo -d $EXT@$HOST` VPOP="| /home/cust/vpopmail/bin/vdelivermail '' bounce-no-mailbox" logfile "./messagelog"

exception { include $VHOME/.mailfilter }

exception { to "$VHOME/Maildir/." }

to "$VPOP"

than i have a user .mailfilter: logfile "mailfilterlog"

if (/^Return-Path: steve@XXXXXXXXXX /:h ) { # cc "$VHOME/.foldername" to "$VHOME/.foldername" }