[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quota Bounce messages


On Thu, Sep 16, 2004 at 01:15:40PM +0200, Jose Javier Sianes Ruiz wrote:
> 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?
> 

And what should it do? Temporary deferrals or just drop the mail?
For the first on change 100 to 111 and for the second on to 0.

-- 
:wq Claudio


This mailing list archive is a service of Copilot Consulting.