3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Problems with .mailfilter...
FromSent OnAttachments
Pablo DomatoOct 23, 2002 1:58 am 
Alfil2kOct 23, 2002 2:05 am 
Alfil2kOct 23, 2002 4:27 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] Problems with .mailfilter file!!Actions...
From:Pablo Domato (pdom@hrh.es)
Date:Oct 23, 2002 1:58:40 am
List:net.sourceforge.lists.courier-maildrop

Hello list,

I am using a maildrop 1.4.0 and I have experimented some problems with the .mailfilter file. I have installed qmail + vpopmail + spamassassin + maildrop. When i make the .mailfilter like this:

################################################# VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox" VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`

if (/^X-Samp-Flag: * YES/) { exception { to $VHOME/Maildir/.Spam/ } } else { exception { to $VHOME/Maildir/ } } ######################################################################

Never arrive the mail to the user´s Maildir. But if i make .mailfilter like this:

####################################################################### VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox" VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST` DEFAULT="/home/vpomail/domains/domatojardon.com.ar/pdomato/Maildir/"

if (/^X-Samp-Flag: * YES/) { exception { to /home/vpomail/domains/domatojardon.com.ar/pdomato/Maildir/.Spam/ } } else { exception { to /home/vpopmail/domains/domatojardon.com.ar/pdomato/Maildir/ } } ##################################################################### The mail arrive OK. I think the problem is in the variable $VHOME. Why can´t save $VHOME??? and i try too with $VPOP but don´t work.

Any idea...

Thanks....