diff options
| author | bwarsaw | 2001-07-25 22:17:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-25 22:17:47 +0000 |
| commit | db4356c721d313bc1bf805ac68985f554f12a6c8 (patch) | |
| tree | b3884ef118d3745115ae7a85a565373845fda641 | |
| parent | 0532617cedbf671b2b7bd67c4c2defb3cd69bd4c (diff) | |
| download | mailman-db4356c721d313bc1bf805ac68985f554f12a6c8.tar.gz mailman-db4356c721d313bc1bf805ac68985f554f12a6c8.tar.zst mailman-db4356c721d313bc1bf805ac68985f554f12a6c8.zip | |
| -rw-r--r-- | Mailman/Gui/Privacy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 08059702f..307151c26 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -73,6 +73,9 @@ class Privacy: mischievous (or malicious) people from creating subscriptions for others without their consent.''')) + # some helpful values + admin = mlist.GetScriptURL('admin') + return [ _("""List access policies, including anti-spam measures, covering members and outsiders. See also the <a |
