From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregor@hoffleit.de (Gregor Hoffleit) Date: Thu, 01 Oct 2009 17:47:17 +0200 Subject: [sup-talk] Bug: store_message writes invalid From lines with locales set Message-ID: <1254411555-sup-7650@sam> Obviously store_message uses the current locale settings to dump the date into the From line (loader.rb, line 179): f.puts "From #{from_email} #{date.utc}" The result: Using LANG=de_DE, sup crashed on me today when I had sent my first mail of October. Problem was that sup failed to grok the localized abbreviated month name ("Okt") in the From line: From gregor at hoffleit.de Do Okt 01 14:39:43 UTC 2009 which in turn was written by loader.rb (eat your own food, you know). Everything worked fine for me in August and September, since those month names are spelled the same in German and English ;-). Regards, Gregor Hoffleit