Hi all,

I use vpopmail with procmail and i have a rule if the user passed your quota, 
i return with bouncesaying, but the message error is not returned by qmail.

My .procmailrc is:

:0fhw
* ^From:
| formail -I "X-Quota: $QUOTA"

:0
* ^X-Quota: noquota
{
EXITCODE=100
:0w
* ^X-Quota: noquota
|/var/qmail/bin/bouncesaying "User is over quota, mail bounced."
}

The message return without error "User is over quota, mail bounced.".

What's happen, any idea?

Thanks for advance


Marcos Dutra

Reply via email to