Bastian,

On Mon, Jan 31, 2011 at 01:03:01PM +0100, Bastian wrote:
  I got stuck, while trying to get the following to work:

  . I am able to receive mails by local_part filtering, this means,
    name-topic1@domain, name-topic2@domain, ...
    are automatically forwarded to name@domain
  . Now when I reply to a mail I have received e.g. on the address
    name-topic1@domain, I want mutt to take this address and put it
    into the From field (plus some additional config changes
        like http://www.acoustics.hut.fi/~mara/mutt/profiles.html)
  . All "-xxxxxx" suffixes are arbitrary and nowhere configured,
    filtering is done by pattern matching.

You can use a regexp to specify which addresses you consider to be "you," and then make Mutt use the same address when replying:

alternates name-.*@domain
set reverse_name

me

Reply via email to