The patch you've sended is incomplete, or at least my pop server has
delivered a patch which lacks of its end.

Please, resend the patch or tell us of the web where we can download it.

----- Original Message -----
From: Ricardo Cerqueira <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 05, 1999 9:19 PM
Subject: Re: maxrcpt.patch


> OK, here goes maxrcpt for qmail 1.03. I've given it its own error code
(666 :) ). RFC fanatics, strip it out yourselves ;-)
>
> One note. The default maxrcpt behavior is to deliver it's max number of
messages, and dropping the others. If you want it to reject everything,
change
>
> void err_excessrcpt() { out("666 Too many recipients specified
(#5.5.4)\r\n"); }
>
> to
>
> void err_excessrcpt() { out("666 Too many recipients specified
(#5.5.4)\r\n"); _exit(1); }
>
> Changing the funcion's name to "die_excessrcpt" would also be adequate,
but funcionally irrelevant.
>
> Regards;
> Ricardo
>
> --
> +-------------------
> | Ricardo Cerqueira  -  [EMAIL PROTECTED]
> | PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42
> | FCCN/RCCN  -  Fundacao para a Computacao Cientifica Nacional
> | Av. Brasil, 101 / 1700-066 Lisboa / Portugal *** Tel: (+351) 1 8440100
>

Reply via email to