summaryrefslogtreecommitdiff
path: root/modules/mm_defaults.py
diff options
context:
space:
mode:
authormailman1998-03-30 05:20:00 +0000
committermailman1998-03-30 05:20:00 +0000
commitdfb770a6a99276e4e74e4c7abc2f5243de7bee33 (patch)
tree07869d03da126736a608317ef78ae5832a8bf3c5 /modules/mm_defaults.py
parenta00f443e8005c0b7a1aa590b15d89b5eaa4acdbd (diff)
downloadmailman-dfb770a6a99276e4e74e4c7abc2f5243de7bee33.tar.gz
mailman-dfb770a6a99276e4e74e4c7abc2f5243de7bee33.tar.zst
mailman-dfb770a6a99276e4e74e4c7abc2f5243de7bee33.zip
Add an egregious spammer (actually, just one who happens to make it
past the explicit-destination constraint).
Diffstat (limited to 'modules/mm_defaults.py')
-rw-r--r--modules/mm_defaults.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py
index d5b6d502e..ab79c884e 100644
--- a/modules/mm_defaults.py
+++ b/modules/mm_defaults.py
@@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones.
import os
VERSION = '1.0b1.2'
-__version__ = VERSION + "$Revision: 278 $"
+__version__ = VERSION + "$Revision: 279 $"
# Many site-specific settings #
@@ -68,6 +68,7 @@ DEFAULT_BOUNCE_MATCHING_HEADERS = """
to: friend@public.com
message-id: relay.comanche.denmark.eu
from: list@listme.com
+from: .*@uplinkpro.com
"""
# Replies to posts inherently directed to list or original sender?
DEFAULT_REPLY_GOES_TO_LIST = 0