Marten Gallagher wrote: > The templates for each folder (Message / Reply / Forward) are > customised appropriately for each client.
> i.e: [EMAIL PROTECTED] > blah blah I had the same problem, but somewhat in reverse. I have email coming into a number of addresses @fancy.org, although I don't even sort them into various mailboxes. However, I do want to reply with the address that was sent out to limit my spam exposure to the various companies (e.g. when I order something from Amazon, I use [EMAIL PROTECTED]) Here's what I do (among other things): %SetPattRegExp="[EMAIL PROTECTED]" %VarName=%RegExpMatch="%OToAddr" %if:"%VarName"<>"":%From="Tom Plunket <%VarName>":"" So, you'll want to edit it to be: %SetPattRegExp="[EMAIL PROTECTED]" %VarName=%RegExpMatch="%OToAddr" %if:"%VarName"<>"":%From="Webmaster <%VarName>":"" This is in my "account" properties' Reply template. Alternatively, you could just set the following in your per-folder reply templates (but it's more to manage): %From="Webmaster <[EMAIL PROTECTED]>" You can also set this line in the New Message template for those folders, so any time you create a new message when those folders are active get the right From address... Good luck, -tom! -- ________________________________________________ Current version is 3.62.14 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

