summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperArch.py
diff options
context:
space:
mode:
authortkikuchi2005-11-01 13:02:19 +0000
committertkikuchi2005-11-01 13:02:19 +0000
commit5913d212400e189bbf65f2935cd656c1ba4b3c87 (patch)
tree562fbc861364e1322d31d257389b6fa97013f107 /Mailman/Archiver/HyperArch.py
parent55140aa3cf1e9111d8e3821d9ad71e9e0e498544 (diff)
downloadmailman-5913d212400e189bbf65f2935cd656c1ba4b3c87.tar.gz
mailman-5913d212400e189bbf65f2935cd656c1ba4b3c87.tar.zst
mailman-5913d212400e189bbf65f2935cd656c1ba4b3c87.zip
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
-rw-r--r--Mailman/Archiver/HyperArch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 84e048566..6f66db4ab 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -428,7 +428,7 @@ class Article(pipermail.Article):
prefix_pat = re.sub(r'%\d*d', r'\s*\d+\s*', prefix_pat)
subject = re.sub(prefix_pat, '', subject)
subject = subject.lstrip()
- strip_pat = re.compile('^((RE|AW|SV)(\[\d+\])?:\s*)+', re.I)
+ strip_pat = re.compile('^((RE|AW|SV|VS)(\[\d+\])?:\s*)+', re.I)
stripped = strip_pat.sub('', subject)
return stripped