<div class="markdown">
<p dir="auto">On 11 Sep 2013, at 21:12, Christopher LILJENSTOLPE wrote:</p>

<blockquote>
<p dir="auto">Another thing I noticed.  I have an e-mail pattern setup for one account along the lines of *@cdl.asgaard.org.  My address here, <a href="mailto:mailmate@cdl.asgaard.org">mailmate@cdl.asgaard.org</a> matches that.  However, when I reply to a message that was sent to that address, I still get my "primary" email address set as the from address for the return e-mail.  The only time the match works is when the enevelope to address matches a specific e-mail address for that account.  The use case is that I have a separate e-mail address for each mailing list I subscribe to (auto created).  I would like to reply without manually typing in the from address.  If there is a match to the "address patern" the envelope to address should be used as the from on the return.</p>
</blockquote>

<p dir="auto">I'll probably need your exact account settings and an example message to see what the problem is (you can send by private email if you like). Note that the “Address Pattern” in the IMAP account settings is a regular expression. In hindsight I should probably have made it simpler (like a glob pattern). In your case it means you need to have something like <code>".*@cdl\.asgaard\.org"</code>. Using <code>.</code> instead of <code>\.</code> would also work although it's not the same thing.</p>

<p dir="auto">-- <br>
Benny</p>

</div>