diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-12 11:03:31 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-12 11:03:31 +0900 |
commit | 20ea51b8bb6ca47a2ea9a9e05eda537a037b3038 (patch) | |
tree | 8202cbf6cc0b95ef26655f111551950582530b80 /Mailman | |
parent | e8869cd75753f31cbf8889ea1598356f99b50073 (diff) | |
download | mailman2-20ea51b8bb6ca47a2ea9a9e05eda537a037b3038.tar.gz mailman2-20ea51b8bb6ca47a2ea9a9e05eda537a037b3038.tar.xz mailman2-20ea51b8bb6ca47a2ea9a9e05eda537a037b3038.zip |
Add description about IPv6 support of BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE
fix a typo
Diffstat (limited to 'Mailman')
-rwxr-xr-x | Mailman/Defaults.py.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 63a8e99f..596c3b05 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -147,10 +147,12 @@ GLOBAL_BAN_LIST = [] # IF the following is set to Yes, and a web subscribe comes from an IPv4 # address and the IP is listed in Spamhaus SBL, CSS or XBL, the subscription -# will be blocked. +# will be blocked. It will work with IPv6 addresses if Python's py2-ipaddress +# module is installed. The module can be installed via pip if not included +# in your Python. BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE = No -# IF the following is set to Yes, and a subscriper uses a domain that is +# IF the following is set to Yes, and a subscriber uses a domain that is # listed in the Spamhaus DBL, the subscription will be blocked. BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE = No |