This commit is contained in:
Kovid Goyal 2012-12-17 15:47:07 +05:30
parent 93a2585352
commit c937e74be6

View File

@ -248,6 +248,7 @@ def main(args=sys.argv):
except:
if outbox is not None:
outbox.add(msg)
outbox.close()
print 'Delivery failed. Message saved to', opts.outbox
raise
return 0