The majordomo 'sender' value can now be set in the List settings area. The e-mail address specified must be on the same domain, but "owner-name" is still allowed. -------------------- SKINS enhanced/user/email/list_modify.html <input type=text size=16 name=sender value="|sender|"> If the "sender" is not passed, there is an internal default of owner-|NAME| set, so it will continue as it did before. -------------------- TEMPLATE Changed: sender = owner-|NAME| to be: sender = |sender| ============ EVO1887