diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 3 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 3 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index d5b6d502e..ab79c884e 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -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 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 diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index d5b6d502e..ab79c884e 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -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 |
