I found the solution for this problem....!!!!
Thanks
----- Original Message -----
From: "Alfil2k" <alfi...@hrh.es>
To: <cour...@lists.sourceforge.net>
Sent: Wednesday, October 23, 2002 11:06 AM
Subject: [maildropl] Problems with .mailfilter file!!
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....