[Mailman-Developers] mailman, aliases and exim

Juergen A. Erhard jae@ilk.de
Thu, 24 Feb 2000 21:26:02 +0100


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There's a recipe for exim's configuration that makes it unnecessary to
add aliases to /etc/aliases for every mailing list.

  list_transport:
    driver =3D pipe
    command =3D "/var/spool/smartlist/.bin/flist \
               ${local_part}${local_part_suffix}"
    current_directory =3D /var/spool/smartlist
    home_directory =3D /var/spool/smartlist
    user =3D smartlist
    group =3D list

Would/is something like this possible for mailman?  This std aliases
fragment would hint at needing to replace wrapper with a smart-wrapper
or such that groks the list addresses (test, test-admin, etc) and
calls wrapper as appropriate.

  ## test mailing list
  ## created: 27-Jan-2000 root
  test:                    "|/var/lib/mailman/mail/wrapper post test"
  test-admin:              "|/var/lib/mailman/mail/wrapper mailowner test"
  test-request:            "|/var/lib/mailman/mail/wrapper mailcmd test"
  owner-test:              test-admin
  test-owner:              test-admin

Would this work?  Comments?

Bye, J

PS: Need to get the Mailman source... as that wrapper ain't Python ;-)

- -- =

J=FCrgen A. Erhard      eMail: jae@ilk.de      phone: (GERMANY) 0721 27326
         MARS: http://JuergenErhard.tripod.com/mars_index.html
                  The GNU Project (http://www.gnu.org)
         Win32 has many known work arounds. For example, Linux.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Use Mailcrypt and GnuPG <http://www.gnupg.org/>

iEYEARECAAYFAji1k9kACgkQN0B+CS56qs2i1QCfdKXgC/3bvk9VCyDFWThx2Xus
iWsAoIz+jUdl/12GImZTjTzlpKpeK4ha
=3DJdHL
-----END PGP SIGNATURE-----