CVSROOT:        /sources/nmh
Module name:    nmh
Branch:         nmh-1_3-branch
Changes by:     David Levine <levine>   08/05/21 16:35:42

Modified files:
        .              : configure.in ChangeLog 

Log message:
        * configure.in, INSTALL: if --enable-masquerade is not
        specified to configure, enable all supported masquerade forms.
        This allows users to masquerade with the default
        configuration.  That seems to be more worthwhile now than
        trying to prevent users from using it, especially with
        single-user installations or those where a user can edit
        etc/mts.conf.  (Ported from trunk.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/configure.in?cvsroot=nmh&only_with_tag=nmh-1_3-branch&r1=1.82.2.1&r2=1.82.2.2
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&only_with_tag=nmh-1_3-branch&r1=1.254.2.7&r2=1.254.2.8

Patches:
Index: configure.in
===================================================================
RCS file: /sources/nmh/nmh/configure.in,v
retrieving revision 1.82.2.1
retrieving revision 1.82.2.2
diff -u -b -r1.82.2.1 -r1.82.2.2
--- configure.in        4 May 2008 16:22:52 -0000       1.82.2.1
+++ configure.in        21 May 2008 16:35:42 -0000      1.82.2.2
@@ -1,7 +1,7 @@
 dnl
 dnl configure.in -- autoconf template for nmh
 dnl
-dnl $Id: configure.in,v 1.82.2.1 2008/05/04 16:22:52 pm215 Exp $
+dnl $Id: configure.in,v 1.82.2.2 2008/05/21 16:35:42 levine Exp $
 dnl
 
 dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested.
@@ -70,7 +70,8 @@
     masquerade="draft_from mmailid username_extension"
   else
     masquerade="$enable_masquerade"
-  fi])
+  fi],
+  masquerade="draft_from mmailid username_extension")
 AC_SUBST(masquerade)dnl
 
 dnl Do you want mhe support?

Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.254.2.7
retrieving revision 1.254.2.8
diff -u -b -r1.254.2.7 -r1.254.2.8
--- ChangeLog   20 May 2008 19:13:30 -0000      1.254.2.7
+++ ChangeLog   21 May 2008 16:35:42 -0000      1.254.2.8
@@ -1,3 +1,13 @@
+2008-05-21  David Levine <[EMAIL PROTECTED]>
+
+       * configure.in, INSTALL: if --enable-masquerade is not
+       specified to configure, enable all supported masquerade forms.
+       This allows users to masquerade with the default
+       configuration.  That seems to be more worthwhile now than
+       trying to prevent users from using it, especially with
+       single-user installations or those where a user can edit
+       etc/mts.conf.  (Ported from trunk.)
+
 2008-05-20  Peter Maydell  <[EMAIL PROTECTED]>
 
        * sbr/Makefile.in, config/Makefile.in: Don't use $<


_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to