summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py5
1 files changed, 1 insertions, 4 deletions
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,