[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Quota Bounce messages
Hi. I want to modify Qmail-ldap source code to eliminate the bounce
notification about user overquota. This message is generated by calling a
function named 'quota_bounce' in condwrite.c and qmail-local.c . The
definition of this procedure is:
/* Over line 170 in qmail-local.c file */
/* quota handling warning and bounce */
void quota_bounce(const char *type)
{
strerr_die3x(100, "The users ", type," is over the allowed quota
(size). (#5.2.2)");
}
I would like to modify this function to eliminate bounce email
notification for this issue (only this, I dont want to disable all bounce
messages). Anyone have an idea?
Javier Sianes
This mailing list archive is a service of Copilot Consulting.