summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authorklm1998-05-03 16:32:15 +0000
committerklm1998-05-03 16:32:15 +0000
commitc78249987027f1c9b21c834ad329f8bda3b2fb2d (patch)
tree4eaa0e7b9fbf0e79ff2087c41e83f3ea68780f16 /modules/maillist.py
parent526f751d8d0255d2c2142c2c8dfff528aa8de5ec (diff)
downloadmailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.tar.gz
mailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.tar.zst
mailman-c78249987027f1c9b21c834ad329f8bda3b2fb2d.zip
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,