diff options
| author | viega | 1998-06-03 13:13:00 +0000 |
|---|---|---|
| committer | viega | 1998-06-03 13:13:00 +0000 |
| commit | fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35 (patch) | |
| tree | 4ec67e7cdcd908cf3b737176ed5771419baf046f /modules/mm_mailcmd.py | |
| parent | 70665f31a9b592db30c5b1c92abc72aa39abc0d2 (diff) | |
| download | mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.tar.gz mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.tar.zst mailman-fd2f1bc8c9b6806d7dd32ea463b525c0f2320d35.zip | |
Diffstat (limited to 'modules/mm_mailcmd.py')
| -rw-r--r-- | modules/mm_mailcmd.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mm_mailcmd.py b/modules/mm_mailcmd.py index 232a4e95b..745327394 100644 --- a/modules/mm_mailcmd.py +++ b/modules/mm_mailcmd.py @@ -17,7 +17,7 @@ """Process maillist user commands arriving via email.""" -__version__ = "$Revision: 632 $" +__version__ = "$Revision: 693 $" # Try to stay close to majordomo commands, but accept common mistakes. # Not implemented: get / index / which. @@ -300,7 +300,7 @@ class MailCommandHandler: " background" % self.real_name) self.AddToResponse("and instructions for subscribing to and" " using it, visit:\n\n\t%s\n" - % self.GetScriptURL('listinfo')) + % self.GetAbsoluteScriptURL('listinfo')) if not self.info: self.AddToResponse("No other details about %s are available." % @@ -601,7 +601,7 @@ Commands should be sent to %s Questions and concerns for the attention of a person should be sent to %s """ % (mm_cfg.VERSION, - self.GetScriptURL('listinfo'), + self.GetAbsoluteScriptURL('listinfo'), self.GetRequestEmail(), self.GetAdminEmail())) |
