[Mailman-developers] wrappers: legal_caller()

Ken Manheimer klm@python.org
Thu, 9 Apr 1998 11:47:45 -0400 (EDT)


On Thu, 9 Apr 1998, Scott wrote:

> i have installed mailman as part of pilot project to test out new
> mailing list managers for work.
> 
> i had to change the ./mailman/mail/wrapper program to check for
> multiple uids and gids to get the cron jobs to work properly (uid and
> gid were that of mailman when sending out results).
> 
> has this been incoporated into mailmanv1.0b1.2 yet?  if not, here's a
> patch to ./src/mail-wrapper.c (the same change can be applied to the
> other legal_caller() functions in the wrappers):

This sounds fine.  Note that the next release will have a somewhat
simpler wrapper situation - john has consolidated all the cgi wrappers
into a single source file, so there now is a total of three wrappers -
the generic cgi wrapper (which is parameterized to create an executable
for each of the cgi scripts), the mail-wrapper, and the aliases wrapper.

Ken