Sorry if you are seeing this twice.  I don't think
it made it to the list.

I've done the below w/ a 5XX series error and the exit(1).
Unfortunately I seem to be tossing mailing list emails out,
not just the joker trying to mail to 2000 people at once.

My understanding was that the mailing list software should
be able to deal w/ the bounce given the 5XX error?  Would
they not get one due to the exit(1)?  If so (not getting the
bounce), how should I rig this so they would?

Thanks,
  Mike.

> From: Ricardo Cerqueira [mailto:[EMAIL PROTECTED]]
> 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); }



__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html

Reply via email to