diff --git a/docs/courier-to-mailman3.md b/docs/courier-to-mailman3.md index 6e3f4bd..d068fa5 100644 --- a/docs/courier-to-mailman3.md +++ b/docs/courier-to-mailman3.md @@ -33,4 +33,5 @@ This is our current version trying to communicate between courier and mailman3. * Maybe this is better? * Catch exception, log based on that? * Hm, go with bare "Exception"... The catch wasn't what was failing. - * Let's try that instead? \ No newline at end of file + * Let's try that instead? +* Oh man... Variable not properly defined (or more derferenced.) \ No newline at end of file diff --git a/source/courier-to-mailman3.py b/source/courier-to-mailman3.py index 072a824..f0f74ac 100644 --- a/source/courier-to-mailman3.py +++ b/source/courier-to-mailman3.py @@ -36,7 +36,7 @@ try: # class smtplib.LMTP(host='', port=LMTP_PORT, local_hostname=None, source_address=None) logger.info('lmtp_port: %s', lmtp_port) lmtp = smtplib.LMTP(lmtp_host, int(lmtp_port)) - logger.info('lmtp_port (lmtp setup): %s', lmpt_port) + logger.info('lmtp_port (lmtp setup): %s', lmtp_port) try: # Unfortunately qmail sends to local bare LF for end line, while