I installed vpopmail 5.3.21 and recompiled qmailadmin 1.0.23, yet $EXT and $HOST still do not seem to be working
for catchall accounts.


$EXT and $HOST still seem to be set to the original addressee (ie [EMAIL PROTECTED] , rather than [EMAIL PROTECTED])

Any guesses as to what I might be missing?

vpopmail 5.3.21
qmailadmin 1.0.23

spam-command :
--enable-spam-command='|/var/qmail/bin/preline /usr/local/bin/maildrop /mail/etc/mailfilter'



contents of /mail/etc/mailfilter : ------------------------------------------------------------------------------------------ SHELL="/bin/sh" import EXT import HOST

VHOME=`/mail/bin/vuserinfo -d [EMAIL PROTECTED]

if ( $SIZE < 262144 )
{
    exception {
       xfilter "/usr/local/bin/spamc -f -u [EMAIL PROTECTED]"
    }

}

to "$VHOME/Maildir/"
------------------------------------------------------------------------------------------


Thanks,



Rob





Reply via email to