~futatuki/mailman/edithtml-lang-select

« back to all changes in this revision

Viewing changes to Mailman/Defaults.py.in

  • Committer: Mark Sapiro
  • Date: 2018-06-12 13:55:49 UTC
  • mfrom: (1767.1.1 subscriber-dbl-check)
  • Revision ID: mark@msapiro.net-20180612135549-tr08clp73256mm21
Implemented BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
# will be blocked.
151
151
BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE = No
152
152
 
 
153
# IF the following is set to Yes, and a subscriper uses a domain that is
 
154
# listed in the Spamhaus DBL, the subscription will be blocked.
 
155
BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE = No
 
156
 
153
157
# Command that is used to convert text/html parts into plain text.  This
154
158
# should output results to standard output.  %(filename)s will contain the
155
159
# name of the temporary file that the program should operate on.