Roy Badami <[EMAIL PROTECTED]> writes: > The upshot, however, is that whilst the two domains are largely > equivalent, tagged addresses only work under the dirac.demon.co.uk > domain, and I need to force that domain to be used for all tagged > addresses. An attempt to send mail to a tagged address at > gnomon.org.uk will simply be bounced by my mail-forwarding service, > since I have not set up a forward for that address in advance. > > Currently I've simply hacked make_dated_address to always use > dirac.demon.co.uk when constructing dated addresses -- and I will > obviously need to do the same for other kinds of tagged addresses.
You seem to be jumping back and forth between server (i.e, tmda-filter) and client (i.e, tmda-sendmail) issues, but I'll take a guess at what you are asking here. Please correct me if I'm wrong. You want to send outgoing mail with a 'From:' header using `[EMAIL PROTECTED]', while using a dated envelope sender address based on `[EMAIL PROTECTED]'? tmda-sendmail uses the address set by your MUA as the base for your tagged address. So, configure your MUA to use `[EMAIL PROTECTED]', and now all tagged addresses will be based on that address. Now, override your 'From:' header with the `explicit' action. So, your ~/.tmda/filters/outgoing might look like: to * tag envelope dated=10d from [EMAIL PROTECTED] At the present time, I don't think there is a way to used tagged addresses based on different base addresses in the same message. Hopefully the above will satisfy your needs. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
