From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 06 Aug 2009 07:40:08 -0700 Subject: [sup-talk] sup crashing after sending mail In-Reply-To: <1249514106-sup-9112@xps> References: <1249486021-sup-1246@masanjin.net> <1249514106-sup-9112@xps> Message-ID: <1249568949-sup-3922@masanjin.net> Reformatted excerpts from Igor Brkic's message of 2009-08-05: > I solved the problem by commenting out the "Time.parse time, 0" (line > 15 in file lib/sup/mbox.rb). I'm glad that works, but I have a hard time understanding why. That line is for parsing the mbox "From " separator line (which has a date on it). It has nothing to do with the date field in the message, which is what isn't being set (and thus raising the exception). If the date parsing on that line is screwed up, then I would except to see an out-of-sync error raised by Sup, since it would be expecting an mbox "From " separator line and wouldn't detect the line as such. If you feel like it, send me a small mbox file (possible your ~/.sup/sent.mbox after being censored) and I can take a look. -- William