From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 12 Jul 2007 08:39:21 -0700 Subject: [sup-talk] sup concatenating many email addresses In-Reply-To: <1184196401-sup-4306@mona> References: <1184196401-sup-4306@mona> Message-ID: <1184254483-sup-9640@south> Excerpts from jeff.covey's message of Wed Jul 11 16:34:04 -0700 2007: > some mail bounced, and when i went back to look in ~/.sup/sent.mbox, i > found messages with "to:" lines like this: This was due to a bug in svn revisions 473--491 in which multiple To: or Cc: addresses would get squished together exactly in this manner. Sorry about that! In r473 I switched to RubyMail composing the outgoing message content, instead of doing it by hand, which was necessary for attachment support. But I screwed up the headers in this manner. > the problem seems to be traced back to these lines in > ~/.sup/people.txt: I think this is a symptom, not the problem itself. But you will have to manually clean up people.txt now. Sorry. :( Sent.mbox is an accurate reflection of whatever went out over the wire, so you should be able to confirm that everything works with current revisions by browsing it with mutt or whatever. (The same function is called twice, once with an open stream to the sendmail process and again with an file pointer to sent.mbox.) Let me know if you're still having this problem with recent code. -- William