diff options
Diffstat (limited to 'src/mailman/app/replybot.py')
| -rw-r--r-- | src/mailman/app/replybot.py | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mailman/app/replybot.py b/src/mailman/app/replybot.py index f9e83dc9a..fc911c5a1 100644 --- a/src/mailman/app/replybot.py +++ b/src/mailman/app/replybot.py @@ -17,21 +17,10 @@ """Application level auto-reply code.""" -# XXX This should undergo a rewrite to move this functionality off of the -# mailing list. The reply governor should really apply site-wide per -# recipient (I think). +from mailman import public -__all__ = [ - 'can_acknowledge', - ] -import logging - - -log = logging.getLogger('mailman.vette') - - - +@public def can_acknowledge(msg): """A boolean specifying whether this message can be acknowledged. |
