aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-05-02 11:42:09 -0700
committerMark Sapiro <mark@msapiro.net>2014-05-02 11:42:09 -0700
commit094580a732b2b7f66c09cde3739421452db481fa (patch)
treec2045fecddeb5598abeeeb92e168a44e9ae70c16 /Mailman/Defaults.py.in
parenta85eb84a1ca10b9a0348b5ba4483a41692b36e01 (diff)
downloadmailman2-094580a732b2b7f66c09cde3739421452db481fa.tar.gz
mailman2-094580a732b2b7f66c09cde3739421452db481fa.tar.xz
mailman2-094580a732b2b7f66c09cde3739421452db481fa.zip
More fine tuning of dmarc_moderation_action.
Diffstat (limited to '')
-rwxr-xr-xMailman/Defaults.py.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index c04ba8fa..07c7a726 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1074,6 +1074,14 @@ DMARC_QUARANTINE_MODERATION_ACTION = Yes
# 4 = Discard
DEFAULT_DMARC_MODERATION_ACTION = 0
+# Parameters for DMARC DNS lookups. If you are seeing 'DNSException:
+# Unable to query DMARC policy ...' entries in your error log, you may need
+# to adjust these.
+# The time to wait for a response from a name server before timeout.
+DMARC_RESOLVER_TIMEOUT = seconds(3)
+# The total time to spend trying to get an answer to the question.
+DMARC_RESOLVER_LIFETIME = seconds(5)
+
# What shold happen to non-member posts which are do not match explicit
# non-member actions?
# 0 = Accept