On Wed, Jan 30, 2002 at 09:07:57PM -0500, Joel Hammer wrote:
>Here is what I have in my .muttrc file. This seems to take care of this
>problem for me. I am doing almost the same thing as you.
>
>set hostname=hammershome.com
>my_hdr From: Joel Hammer <[EMAIL PROTECTED]>

One really neat thing you can do with mutt is use ``hooks'' which allow you
to specify headers based on things like who the message is to.
Here's a little bit from my muttrc file:

### mutt hooks
## Defaults

send-hook ~A my_hdr Reply-To: [EMAIL PROTECTED]
send-hook ~A my_hdr From: [EMAIL PROTECTED]

# people who have a problem because of spam filters
send-hook "~t exmsft.com" my_hdr Reply-To: [EMAIL PROTECTED]
send-hook "~t exmsft.com" my_hdr From: [EMAIL PROTECTED]
####end

This will send my normal headers to everybody but people in the exmsft.com
domain which uses mail servers that are frequently on my black-hole lists
(at least it did before the @home/AT&T debacle).  These people will get
different From: and Reply-To: headers.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:               camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

Those who cast the vote decide nothing.
Those who count the vote decide everything. (Joseph Stalin)
_______________________________________________
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to