summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperArch.py
diff options
context:
space:
mode:
authorbwarsaw2000-11-10 15:24:53 +0000
committerbwarsaw2000-11-10 15:24:53 +0000
commitcbd6e3f1b7ca5aa618c6fe7cd3149c1a099583c6 (patch)
treedcd59868d0a522dd23420c09b17012aaaff7be5c /Mailman/Archiver/HyperArch.py
parentec0e744bc4c71091bef9cb05331168a4ce2dd49d (diff)
downloadmailman-cbd6e3f1b7ca5aa618c6fe7cd3149c1a099583c6.tar.gz
mailman-cbd6e3f1b7ca5aa618c6fe7cd3149c1a099583c6.tar.zst
mailman-cbd6e3f1b7ca5aa618c6fe7cd3149c1a099583c6.zip
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
-rw-r--r--Mailman/Archiver/HyperArch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 9416c056c..ace44e228 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -767,7 +767,6 @@ class HyperArchive(pipermail.T):
"""Return a list of indexes where the article should be filed.
A string can be returned if the list only contains one entry,
and the empty list is legal."""
- if article.subject in ['subscribe', 'unsubscribe']: return None
res = self.dateToVolName(string.atof(article.date))
self.message("figuring article archives\n")
self.message(res + "\n")