Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
127f6f57 by Richard Kroegel at 2019-04-09T16:34:46Z
Fix qmail-lmtp port argument
- - - - -
329a1b75 by Mark Sapiro at 2019-04-09T16:54:21Z
Merge branch 'patch-1' into 'master'

Fix qmail-lmtp port argument

See merge request mailman/mailman!495
- - - - -


1 changed file:

- contrib/qmail-lmtp


Changes:

=====================================
contrib/qmail-lmtp
=====================================
@@ -11,7 +11,7 @@ try:
     import os
 
     lmtp_host = sys.argv[3] if len(sys.argv) > 3 else 'localhost'
-    lmtp = smtplib.LMTP(lmtp_host, int(sys.argv[2]))
+    lmtp = smtplib.LMTP(lmtp_host, int(sys.argv[1]))
 
     try:
         # See <http://www.qmail.org/man/man8/qmail-command.html> for qmail 
command



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/141b70ba7a814d8d35f9df0528f715240f6e9ae3...329a1b75b315709a6ea88f3e7b81a581981c5053

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/141b70ba7a814d8d35f9df0528f715240f6e9ae3...329a1b75b315709a6ea88f3e7b81a581981c5053
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to