summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-02-05 00:05:27 +0000
committerbwarsaw2000-02-05 00:05:27 +0000
commit190cf39298500748670020dc7e4660504bb3871c (patch)
tree2ffa361fb6a9f3bcc1d0bf221b1ff3ca1cabd4e3
parentb05b826e7dd1992475e1d2423d18eca7c97eaca4 (diff)
downloadmailman-190cf39298500748670020dc7e4660504bb3871c.tar.gz
mailman-190cf39298500748670020dc7e4660504bb3871c.tar.zst
mailman-190cf39298500748670020dc7e4660504bb3871c.zip
ScanMessages(): Added new Smail detector.
-rw-r--r--Mailman/Bouncers/BouncerAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py
index 7435ebf80..7c6c5aabc 100644
--- a/Mailman/Bouncers/BouncerAPI.py
+++ b/Mailman/Bouncers/BouncerAPI.py
@@ -39,6 +39,7 @@ def ScanMessages(mlist, msg, testing=0):
'Postfix',
'Yahoo',
'Caiwireless',
+ 'Smail',
'Catchall',
]
for modname in pipeline: