Changed the new "plussed_user" option to mts.conf's "masquerade:" to
[mmh] / ChangeLog
index bbe8092..9a29c0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Mar 03 16:07:33 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+
+       * Changed the new "plussed_user" option to mts.conf's
+       "masquerade:" to "username_extension" after getting feedback from
+       qmail users, who use '-' as a separator rather than '+'.  Removed
+       checking of $USERPLUS variable.  Now check $USERNAME_EXTENSION,
+       which needs to include the appropriate separator for your MTA
+       ('-', '+', or whatever) as its first character.
+               
 Thu Mar 02 23:04:30 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Added a new "boolean" type to mh.h and TRUE and FALSE constants.
@@ -8,7 +17,7 @@ Thu Mar 02 23:04:30 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Implemented (and documented) a third kind of username
        masquerading: "plussed user" masquerading.  This one was suggested
-       by Neil Rickert <rickert@cs.niu.edu>.  It's based on sendmail's
+       by Neil Rickert <rickert+nmh@cs.niu.edu>.  It's based on sendmail's
        "plussed user" feature, where mail sent to <user>+<string> will be
        delivered to <user>.  When it's enabled, it's controlled by the
        $USERPLUS environment variable.  How is it enabled?  Well, that