Bug#756540: monkeysign: no debugging info from smtp connection

2014-09-24 Thread Antoine Beaupré
On 2014-09-24 22:18:43, Gabriel Filion wrote: > I've tested the patch and found a bug with it. The "msg" argument gets > overridden by the new error handling code and provokes a traceback. > > You'll find a patch attached to fix said issue. Merged, thanks! a. -- That's the kind of society I want

Bug#756540: monkeysign: no debugging info from smtp connection

2014-09-24 Thread Gabriel Filion
I've tested the patch and found a bug with it. The "msg" argument gets overridden by the new error handling code and provokes a traceback. You'll find a patch attached to fix said issue. -- Gabriel Filion From f0962aa6b8b539b04497bd3d3a71983a5ff67097 Mon Sep 17 00:00:00 2001 From: Gabriel Filion

Bug#756540: monkeysign: no debugging info from smtp connection

2014-08-30 Thread Antoine Beaupré
Can you test the attached patch? A. From 1dbc8ce4faf3591d7885a9c86fb09d4ec54cd5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 30 Aug 2014 19:37:14 -0700 Subject: [PATCH] handle errors better when connecting to SMTP servers (Closes: #756540) --- monkeysign/ui.p

Bug#756540: monkeysign: no debugging info from smtp connection

2014-07-30 Thread Gabriel Filion
Package: monkeysign Version: 2.x Severity: normal Hi there, I've been using monkeysign 2.x (from git repos) and by making a user error, I've actually hit some real uglyness from python's smtplib that crackles up all the way to the user: if you give some string that smtplib doesn't like as the va