password requested at subscription time is too much
Hi,
I posted a while ago a patch to make mailman choose a password for the new subscriber should she not enter one in the boxes. I think this preserves all privacy concerns, as the password generated will be sent to her and she can modify it at any time. And it makes subscription easier. Will this patch be integrated? One would also like to modify the default "we value your privacy" message to add something like "if you do not enter a password we will elicit one for you".
happy new year to mailman, which is starting to take over everywhere I look at!
-- Fil
The following will allow mailman to be configured and built in a subdirectory of the source tree; my preferred method. It should not affect those that prefer to do this directly in the source tree. If someone could see their way clear to commit this, I would be grateful. Garth ------------------------------------------------------------------------- RCS file: /projects/cvsroot/mailman/src/Makefile.in,v retrieving revision 1.16 diff -u -r1.16 Makefile.in --- Makefile.in 1999/07/12 20:31:07 1.16 +++ Makefile.in 2000/01/01 23:58:31 @@ -102,10 +102,10 @@ $(CGI_PROGS): $(srcdir)/cgi-wrapper.c $(COMMONOBJS) $(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/cgi-wrapper.c -common.o: $(srcdir)/common.c $(srcdir)/common.h $(srcdir)/Makefile +common.o: $(srcdir)/common.c $(srcdir)/common.h Makefile $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/common.c -vsnprintf.o: $(srcdir)/vsnprintf.c $(srcdir)/Makefile +vsnprintf.o: $(srcdir)/vsnprintf.c Makefile $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/vsnprintf.c install: all
On Sat, 1 Jan 2000, Garth Corral wrote:
The following will allow mailman to be configured and built in a subdirectory of the source tree; my preferred method. It should not affect those that prefer to do this directly in the source tree. If someone could see their way clear to commit this, I would be grateful.
I have a set of makefile patches to allow installation from a configured subdirectory. Again, these should not affect those that prefer to build in the source tree. Anyone care to review these for possible submission?
Garth
participants (2)
-
Fil
-
Garth Corral