summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-05-03 16:32:15 +0000
committerklm1998-05-03 16:32:15 +0000
commitc78249987027f1c9b21c834ad329f8bda3b2fb2d (patch)
tree4eaa0e7b9fbf0e79ff2087c41e83f3ea68780f16
parent526f751d8d0255d2c2142c2c8dfff528aa8de5ec (diff)
downloadmailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.tar.gz
mailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.tar.zst
mailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.zip
-rw-r--r--Mailman/Digester.py4
-rw-r--r--Mailman/MailList.py5
-rw-r--r--modules/maillist.py5
-rw-r--r--modules/mm_digest.py4
4 files changed, 4 insertions, 14 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index 1e4c5f12c..f84cd4742 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -1,12 +1,10 @@
"""Mixin class with list-digest handling methods and settings."""
-__version__ = "$Revision: 506 $"
+__version__ = "$Revision: 507 $"
import mm_utils, mm_err, mm_message, mm_cfg
import time, os, string, re
-SUBJ_REGARDS_PREFIX = "[rR][eE][: ]*[ ]*"
-
DIGEST_MASTHEAD = """
Send %(real_name)s maillist submissions to
%(got_list_email)s
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 2c113102a..5662d59b1 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 504 $"
+__version__ = "$Revision: 507 $"
try:
import mm_cfg
@@ -25,9 +25,6 @@ from mm_bouncer import Bouncer
# an _ in front of a member variable for the MailList class indicates
# a variable that does not save when we marshal our state.
-# Expression for generally matching the "Re: " prefix in message subject lines:
-SUBJ_REGARDS_PREFIX = "[rR][eE][: ]*[ ]*"
-
# Use mixins here just to avoid having any one chunk be too large.
class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
diff --git a/modules/maillist.py b/modules/maillist.py
index 2c113102a..5662d59b1 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 504 $"
+__version__ = "$Revision: 507 $"
try:
import mm_cfg
@@ -25,9 +25,6 @@ from mm_bouncer import Bouncer
# an _ in front of a member variable for the MailList class indicates
# a variable that does not save when we marshal our state.
-# Expression for generally matching the "Re: " prefix in message subject lines:
-SUBJ_REGARDS_PREFIX = "[rR][eE][: ]*[ ]*"
-
# Use mixins here just to avoid having any one chunk be too large.
class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
diff --git a/modules/mm_digest.py b/modules/mm_digest.py
index 1e4c5f12c..f84cd4742 100644
--- a/modules/mm_digest.py
+++ b/modules/mm_digest.py
@@ -1,12 +1,10 @@
"""Mixin class with list-digest handling methods and settings."""
-__version__ = "$Revision: 506 $"
+__version__ = "$Revision: 507 $"
import mm_utils, mm_err, mm_message, mm_cfg
import time, os, string, re
-SUBJ_REGARDS_PREFIX = "[rR][eE][: ]*[ ]*"
-
DIGEST_MASTHEAD = """
Send %(real_name)s maillist submissions to
%(got_list_email)s