summaryrefslogtreecommitdiff
path: root/src/mailman/mta/docs/authentication.rst
diff options
context:
space:
mode:
authorBarry Warsaw2015-06-22 18:39:45 -0400
committerBarry Warsaw2015-06-22 18:39:45 -0400
commit01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75 (patch)
tree5f887259b530d8ec63701adacda32e8ece69cb9c /src/mailman/mta/docs/authentication.rst
parentfd29c455148ddfdabdbbf1bd8cd7b4d3927b3ddf (diff)
downloadmailman-01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75.tar.gz
mailman-01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75.tar.zst
mailman-01c85a2acddf0e6a1a95262e2dc2f79e3c3f9e75.zip
Port to Python 3.5.
Diffstat (limited to 'src/mailman/mta/docs/authentication.rst')
-rw-r--r--src/mailman/mta/docs/authentication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/docs/authentication.rst b/src/mailman/mta/docs/authentication.rst
index f98c00e1f..d3800ef38 100644
--- a/src/mailman/mta/docs/authentication.rst
+++ b/src/mailman/mta/docs/authentication.rst
@@ -45,7 +45,7 @@ Attempting delivery first must authorize with the mail server.
{}
>>> print(smtpd.get_authentication_credentials())
- PLAIN AHRlc3R1c2VyAHRlc3RwYXNz
+ AHRlc3R1c2VyAHRlc3RwYXNz
>>> config.pop('auth')
But if the user name and password does not match, the connection will fail.