I have install dspam combination with qmail. everything is ok,but quarantine
function don't work! There are nothing in Quarantine tag in WEBUI. it's so
weird!
User "extmail" to login WEBUI and be trained by dspam
My mailfilter content following:
SHELL=/bin/sh
import EXT
import HOST
vhome=`~vpopmail/bin/vuserinfo -d $...@$host`
vspam=`~vpopmail/bin/vuserinfo -d $...@$host`
`test -d $vhome/Maildir/`
if ( $RETURNCODE != 0 )
{
echo "Sorry, but the user $...@$host does not exist"
EXITCODE=77
exit
}
if ( $SIZE < 262144 )
{
exception {
xfilter "/usr/bin/spamc -f -u $...@$host"
}
}
if (/^X-Spam-Flag: YES/:h || /^X-DSPAM-Result:.*Spam/)
{
`test -d $vspam/Maildir/.Junk`
if ( $RETURNCODE != 0 )
{
#`maildirmake $vspam/Maildir/.Junk;chown -R vpopmail:
$vspam/Maildir/.Junk`
`maildirmake /var/spool/mail/extmail/.Junk;chown -R vpopmail:
/var/spool/mail/extmail/.Junk`
}
to "$vspam/Maildir/.Junk/."
EXITCODE=0
}
else
{
to "$vhome/Maildir/."
}
I need your help!
Thanks
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user