diff options
Diffstat (limited to 'src/mailman/pipeline/docs/replybot.rst')
| -rw-r--r-- | src/mailman/pipeline/docs/replybot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipeline/docs/replybot.rst b/src/mailman/pipeline/docs/replybot.rst index 208f6aae9..7cdd7c928 100644 --- a/src/mailman/pipeline/docs/replybot.rst +++ b/src/mailman/pipeline/docs/replybot.rst @@ -8,7 +8,7 @@ responses are subject to various conditions, such as headers in the original message or the amount of time since the last auto-response. >>> mlist = create_list('_xtest@example.com') - >>> mlist.real_name = 'XTest' + >>> mlist.display_name = 'XTest' Basic automatic responding |
