diff options
| -rw-r--r-- | Mailman/Digester.py | 4 | ||||
| -rw-r--r-- | Mailman/MailList.py | 5 | ||||
| -rw-r--r-- | modules/maillist.py | 5 | ||||
| -rw-r--r-- | modules/mm_digest.py | 4 |
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 |
