[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.99.49p6a7: misleading text in error report



> This is one thing that spammers are good for :-)  A probe into our
> zmailer system reveals that zmailer's "user not found" report is
> reporting wrong user names (always the first one encountered) when
> multiple users are not found.
> 
> The complete error report is attached.
> 
> This may have been fixed in 2.99.49p8; I haven't checked yet.

	No it isn't.  I finally found the bug, and following
	is cut/paste in my xterm (so beware when applying,
	propably you have to do it by hand):

[mea@mea zmailer-2.99.49p9]$ diff -u scheduler/msgerror.c{~,}
--- scheduler/msgerror.c~       Fri Jul  4 13:06:15 1997
+++ scheduler/msgerror.c        Sun Oct 26 22:58:52 1997
@@ -599,7 +599,7 @@
            }
            putc('\n', errfp);
          } else
-           fprintf(errfp, "%s\n", cp);
+           fprintf(errfp, "%s\n", ccp);
        }
 
        fprintf(errfp, "\n");

....
> --
> Ambrose C. Li <acli@mingpaoxpress.com> Programmer-analyst (sysadmin)
> Toronto EDP, Ming Pao Daily News +1(416)321-0088 1355 Huntingwood Dr
> Scarborough ON Canada  M1S 3J1 [<- work ]
>                                  [ home ->] <acli@acli.interlog.com>

	/Matti Aarnio <mea@nic.funet.fi>