diff options
| author | Barry Warsaw | 2014-12-17 17:37:38 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-17 17:37:38 -0500 |
| commit | 7cb8c33735fee118e65d498b362833c336c3c683 (patch) | |
| tree | b2f65b1f164e8bbfb4ad82773584f6ee3dfb736d /src/mailman/mta/docs/authentication.rst | |
| parent | 75ff7330c91c0fb5d5e77fc3c61259e20fca99e8 (diff) | |
| download | mailman-7cb8c33735fee118e65d498b362833c336c3c683.tar.gz mailman-7cb8c33735fee118e65d498b362833c336c3c683.tar.zst mailman-7cb8c33735fee118e65d498b362833c336c3c683.zip | |
Fix mta and lmtp tests.
Diffstat (limited to 'src/mailman/mta/docs/authentication.rst')
| -rw-r--r-- | src/mailman/mta/docs/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/docs/authentication.rst b/src/mailman/mta/docs/authentication.rst index 94cd2c99e..f98c00e1f 100644 --- a/src/mailman/mta/docs/authentication.rst +++ b/src/mailman/mta/docs/authentication.rst @@ -60,7 +60,7 @@ But if the user name and password does not match, the connection will fail. >>> response = bulk.deliver( ... mlist, msg, dict(recipients=['bperson@example.com'])) >>> dump_msgdata(response) - bperson@example.com: (571, 'Bad authentication') + bperson@example.com: (571, b'Bad authentication') >>> config.pop('auth') |
