>>>>> "Ryan" == Ryan Claycamp <[EMAIL PROTECTED]> writes:

    Ryan> I am trying to get something to work, but am having trouble.
    Ryan> I have searched web pages and manuals, but I am just not
    Ryan> seeing how to accomplish what I want.  It is easily done on
    Ryan> my Windows machine with Eudora, so there has to be a
    Ryan> solution.

    Ryan> The problem is that I have several e-mail addresses that I
    Ryan> want to use to send and receive mail with my home computer.
    Ryan> I currently use mutt as my reader and exim as my transport.
    Ryan> Does anyone know how to configure mutt to use multiple names
    Ryan> and how to configure exim so it sees how the message is
    Ryan> addressed and uses the smarthost for the right from address?

While I was using mutt (I know use Gnus), I had the following in my .muttrc:

folder-hook . 'unmy_hdr *'
folder-hook . 'set signature=~/.signature'
folder-hook (uni|lyell) 'my_hdr From: Brian May <[EMAIL PROTECTED]>'
folder-hook (uni|lyell) 'my_hdr Bcc: Brian May <[EMAIL PROTECTED]>'
folder-hook (uni|lyell) 'my_hdr Fcc: +lists/uni'
folder-hook (uni|lyell) 'set signature=~/.signature-uni'
folder-hook debian 'my_hdr From: Brian May <[EMAIL PROTECTED]>'
folder-hook debian 'my_hdr Fcc: +lists/debian'
folder-hook debian 'set signature=~/.signature-debian'
set alternates=([EMAIL PROTECTED]|[EMAIL PROTECTED])

look up the documentation for each of these options.
-- 
Brian May <[EMAIL PROTECTED]>

Reply via email to