diff options
| author | Barry Warsaw | 2008-07-05 10:41:12 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-05 10:41:12 -0400 |
| commit | dda21fc619518344dfc44081c64674f6374fe404 (patch) | |
| tree | c5b379ad5d375046094185767d2a0448691e41be /mailman/Defaults.py | |
| parent | 408043ad8404798e9b8b93a1ee1cd81db897639c (diff) | |
| download | mailman-dda21fc619518344dfc44081c64674f6374fe404.tar.gz mailman-dda21fc619518344dfc44081c64674f6374fe404.tar.zst mailman-dda21fc619518344dfc44081c64674f6374fe404.zip | |
Diffstat (limited to 'mailman/Defaults.py')
| -rw-r--r-- | mailman/Defaults.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mailman/Defaults.py b/mailman/Defaults.py index 43bf7a3c3..e665c1870 100644 --- a/mailman/Defaults.py +++ b/mailman/Defaults.py @@ -220,6 +220,11 @@ CGIEXT = '' # - $fqdn_listname -- the long name of the list being accessed PUBLIC_ARCHIVE_URL = 'http://$hostname/pipermail/$fqdn_listname' +# The public Mail-Archive.com service's base url. +MAIL_ARCHIVE_BASEURL = 'http://go.mail-archive.com/' +# The posting address for the Mail-Archive.com service +MAIL_ARCHIVE_RECIPIENT = 'archive@mail-archive.com' + # Are archives on or off by default? DEFAULT_ARCHIVE = On |
