On Saturday 12 June 2004 12:05 pm, qmailadmin user wrote:
> Hi all,
>
> I think this is for Tom or Jeremy.
>
> I agree that using a mailing list when the number of alii/forwards
> exceeds some arbitrary number is a good thing; nonetheless, I've seen
> questions about the maximum number of alii/forwards on this list several
> times over the years.  May I offer a suggestion?
>
> The line numbers below refer to qmailadmin-1.2.0 (tarball is misnamed
> qmailadmin-2.2.0.tar.gz)
>
> In qmailadmin.h add this line:
> #define MAX_FORWARDS 5
>
> In user.c #916
> change
>      while( tmpstr != NULL && count < 5) {
> to
>      while( tmpstr != NULL && count < MAX_FORWARDS) {
>
>
> IMHO this should make that constant easier for do-it-yourselfers to find
> and modify.

I agree. 
What about using the .qmailadmin-limits values for max forwards?

Ken Jones

Reply via email to