vpopmail.c, function tcprules_open, line 2067 copies the uninitialized
variable template to bin2:
strncat( bin2, template, BUFF_SIZE);
That line should probably be removed.
Also, the relay_template variable seems to no longer be used in that file.
On Fri, 19 Oct 2001, Daniel Drown wrote:
> vpopmail.c, function tcprules_open, line 2067 copies the uninitialized
> variable template to bin2:
> strncat( bin2, template, BUFF_SIZE);
>
> That line should probably be removed.
>
> Also, the relay_template variable seems to