diff options
| author | Barry Warsaw | 2016-03-23 23:40:54 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-23 23:40:54 -0400 |
| commit | f51c63ca108134dd30f26641bef15bfcddd6e502 (patch) | |
| tree | b3cc41a2d54d11f62886db7ceab3985b9bee18f1 /src/mailman/app/replybot.py | |
| parent | ab2b619db5f3de47cffc2740901c4f82958a7d96 (diff) | |
| download | mailman-f51c63ca108134dd30f26641bef15bfcddd6e502.tar.gz mailman-f51c63ca108134dd30f26641bef15bfcddd6e502.tar.zst mailman-f51c63ca108134dd30f26641bef15bfcddd6e502.zip | |
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. |
