On Sat, May 08, 2004 at 03:26:45PM +0100, David Laight wrote: > PS: how do I get the 'From: ' address to dpend on the 'To: ' address > (now that the mailings lists require that you use a known From address). Use send-hooks, as below. send-hook . my_hdr From: Paul Walker <paul@xxxxxxxxxxxxxxxxxxxxx> send-hook free-sklyarov-uk@.* my_hdr From: Paul Walker <fsu@xxxxxxxxxxxxxxxxxxxxx> -- Paul