diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index ac37130e6..9a20e4316 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -163,6 +163,9 @@ SENDMAIL_CMD = '/usr/lib/sendmail' NNTP_USERNAME = None NNTP_PASSWORD = None +# Set this if you have an NNTP server you prefer gatewayed lists to use. +DEFAULT_NNTP_HOST = '' + ##### |
