Hi,

I have a major problem with Mutt 1.0i. Mail to some hosts does not reach its
destination without me getting an error message. I use sendmail as MTA and
it seems that sendmail is correctly configured. When I use netscape or kmail
this does not happen though I also use sendmail as MTA then.
The thing I can't understand why it's only some hosts that do not receive my
mail, while with other it's on problem!

I attach my muttrc in case someone can find a "bug"

Thanks,

Michael
#
# System configuration file for Mutt
#

#
# $Id: Muttrc.in,v 2.0 1998/12/12 08:05:33 roessler Rel $
#

# default list of header fields to weed when displaying
#
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines

# imitate the old search-body function
macro index \eb '/~b ' 'search in message bodies'

# simluate the old url menu
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'

# Show documentation when pressing F1
macro generic <f1> "!less /usr/local/doc/mutt-1.0/manual.txt\n" "Show Mutt 
documentation"
macro index   <f1> "!less /usr/local/doc/mutt-1.0/manual.txt\n" "Show Mutt 
documentation"
macro pager   <f1> "!less /usr/local/doc/mutt-1.0/manual.txt\n" "Show Mutt 
documentation"

# If Mutt is unable to determine your sites domain name correctly, you can
# set the default here.
#
# set hostname=cs.hmc.edu

# If your sendmail supports the -B8BITMIME flag, enable the following
#
# set use_8bitmime

# Including other files
source ~/.mutt/aliases
set alias_file= ~/.mutt/aliases
##
## More settings
##

set beep
set charset="iso-8859-1"
set folder="~/Mail"
set mbox="~/Mail/inbox"
set postpone=ask-yes
set postponed="~/Mail/postponed"
set realname="Michael Tatge"
set record="~/Mail/outbox"
set resolve
set signature="~/.signature"
set smart_wrap

# color definitions
color quoted brightdefault default
color header brightdefault default ^Subject:
color header brightdefault default ^From:

# mailinglists


### Maybe here's a mistake, but I can't find one?
### If mail is not for localhost(deep-thought) set Form-header to me email-account

#send-hooks
send-hook '!(~t @deep-thought)' 'my_hdr From: [EMAIL PROTECTED]'

# default folder-hook
folder-hook . set sort=threads

Reply via email to