<<< Date Index >>>     <<< Thread Index >>>

Re: At my wit's end



On 2003-09-12 20:33:26 +0100, noir noir wrote:

> Instead of showing the From: header as the list's subscribed one
> it shows my primary e/mail address. So, everytime I have to hand
> hack. 

You best solve this with a bunch of send-hooks, like this:

        send-hook ~A "unmy_hdr From"
        send-hook '~C list1' "my_hdr From: list1-sender-address"
        send-hook '~C list2' "my_hdr From: list2-sender-address"

(The basic principle on setting from is that my_hdr From takes
precedence over alternates + reverse_name, and that alternates +
reverse_name take precedence over $from.)

-- 
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.