* Tim Johnson <[email protected]> [07-18-10 22:09]: > If possible, I would like to my `from' email address to be linked > (or bound) to the address of the sender. > I.E.: > [email protected] => [email protected] > [email protected] => [email protected] > I have > set edit_headers=yes > so I can manually edit. > Using 1.5.19 with the sidepanel patch on 2.6.32-23-generic
IIUC, you wish to use specific address to reply to specific addresses: look up "send-hook" in the fine manual send-hook [!]<pattern> <command> ie: send-hook [email protected] 'my_hdr From: [email protected]' and/or send-hook2 reply-hook 19. Change Settings Based Upon Message Recipients Usage: reply-hook [!]pattern command send-hook [!]pattern command send2-hook [!]pattern command These commands can be used to execute arbitrary configuration commands based upon recipients of the message. pattern is used to match the message, see Message Matching in Hooks for details. command is executed when pattern matches. reply-hook is matched against the message you are replying_to, instead of the message you are sending. send-hook is matched against all messages, both new and replies. ... choose that which best fits your particular needs. gud luk, -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org
