diff options
| -rwxr-xr-x | cgi/handle_opts | 2 | ||||
| -rwxr-xr-x | cgi/listinfo | 2 | ||||
| -rwxr-xr-x | cgi/options | 2 | ||||
| -rwxr-xr-x | cgi/roster | 2 | ||||
| -rwxr-xr-x | cgi/subscribe | 2 | ||||
| -rwxr-xr-x | cron/mailpasswds | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/cgi/handle_opts b/cgi/handle_opts index e6aa47ad2..a41002ffb 100755 --- a/cgi/handle_opts +++ b/cgi/handle_opts @@ -2,6 +2,8 @@ """Process input to user options form.""" +__version__ = "$Revision: 388 $" + import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/listinfo b/cgi/listinfo index 3612d4bfa..d0c1d122d 100755 --- a/cgi/listinfo +++ b/cgi/listinfo @@ -4,6 +4,8 @@ Errors are redirected to logs/errors.""" +__version__ = "$Revision: 388 $" + # No lock needed in this script, because we don't change data. import sys diff --git a/cgi/options b/cgi/options index 4856c557c..930153f7f 100755 --- a/cgi/options +++ b/cgi/options @@ -6,6 +6,8 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid. (Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance, will work fine with an unobscured ids as well.)""" +__version__ = "$Revision: 388 $" + # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/roster b/cgi/roster index 1c3d7492f..82278dd59 100755 --- a/cgi/roster +++ b/cgi/roster @@ -4,6 +4,8 @@ Takes listname in PATH_INFO.""" +__version__ = "$Revision: 388 $" + # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/subscribe b/cgi/subscribe index 00748e6b2..960e807b3 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -2,6 +2,8 @@ """Process listinfo form submission, ie subscriptions or roster requests.""" +__version__ = "$Revision: 388 $" + import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cron/mailpasswds b/cron/mailpasswds index d49acfc7d..0db576908 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -6,6 +6,8 @@ We accumulate users and their passwords, and use the last list to send a single message to each user with their complete collection of passwords, rather than sending a single message for each password.""" +__version__ = "$Revision: 388 $" + # This puppy should probably do lots of logging. import sys, os, string |
