diff options
Diffstat (limited to 'Mailman/Handlers/SpamDetect.py')
| -rw-r--r-- | Mailman/Handlers/SpamDetect.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Handlers/SpamDetect.py b/Mailman/Handlers/SpamDetect.py index b8b6d49d8..b4f77a98d 100644 --- a/Mailman/Handlers/SpamDetect.py +++ b/Mailman/Handlers/SpamDetect.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -25,9 +25,9 @@ TBD: This needs to be made more configurable and robust. """ import re -import HandlerAPI +from Mailman import Errors -class SpamDetected(HandlerAPI.DiscardMessage): +class SpamDetected(Errors.DiscardMessage): """The message contains known spam""" |
