diff options
| author | tkikuchi | 2006-11-26 02:01:38 +0000 |
|---|---|---|
| committer | tkikuchi | 2006-11-26 02:01:38 +0000 |
| commit | 4bc945e546d0d706f498123a5c9887925736f0f5 (patch) | |
| tree | 34a0b3ab03d56aa9f4bf82074b316434b6a7a224 /Mailman/Queue/LMTPRunner.py | |
| parent | 0ed4bbf9bee8e4a319d0c8cb122ca9be1e632c9b (diff) | |
| download | mailman-4bc945e546d0d706f498123a5c9887925736f0f5.tar.gz mailman-4bc945e546d0d706f498123a5c9887925736f0f5.tar.zst mailman-4bc945e546d0d706f498123a5c9887925736f0f5.zip | |
Diffstat (limited to 'Mailman/Queue/LMTPRunner.py')
| -rw-r--r-- | Mailman/Queue/LMTPRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/LMTPRunner.py b/Mailman/Queue/LMTPRunner.py index d8bcfcf89..3e6e6f46b 100644 --- a/Mailman/Queue/LMTPRunner.py +++ b/Mailman/Queue/LMTPRunner.py @@ -68,7 +68,7 @@ DASH = '-' CRLF = '\r\n' ERR_451 = '451 Requested action aborted: error in processing' ERR_502 = '502 Error: command HELO not implemented' -ERR_550 = '550 Requested action not taken: mailbox unavailable' +ERR_550 = config.LMTP_ERR_550 # XXX Blech smtpd.__version__ = 'Python LMTP queue runner 1.0' |
