From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 14 Aug 2007 12:00:20 -0700 Subject: [sup-talk] multiple accounts and reply In-Reply-To: <1186878074-sup-3921@zap> References: <1186878074-sup-3921@zap> Message-ID: <1187115974-sup-7512@south> Excerpts from Ian Taylor's message of Sat Aug 11 17:23:47 -0700 2007: > I have sup setup to use multiple accounts. When replying to mail > received by the non-default account, the email address is set to the > default account's address. Is this supposed to be working? If so, I > didn't see it mentioned in the documentation. This should work. If an account email address is matched in the headers of the original message, it uses that email address on the From: line. If an account alternate email address is matched, it uses the regular account email on the From: line. Failing all that, it uses the default account. In inspecting the code I did find a bug in certain cases. Can you svn update and try again? If it's still failing, I'd like to see the accounts section of your config.yaml and the headers of the email. > Oh, and about the documentation... When you run rake clean, it removes > the 'docs' directory. Yeah, this is a Hoe "feature". I guess I'm not supposed to put my own stuff in there because everything should be generated by rdoc, or something. -- William