hi again it works - but again we have a problem :(
this code creates the file
`test -e $VHOME/maildirsize`
if( $RETURNCODE == 1)
{
`/var/vpopmail/bin/vuserinfo -q [EMAIL PROTECTED] >
$VHOME/maildirsize`
}
but i do not get an error-message that the mail was not delivered :(
deliverquota will exit with errorlevel 77 when the maildir is overquota. how
can i catch this errorlevel ?
