> I insert a my_hdr Return-Path:... statement into the .muttrc for
> [EMAIL PROTECTED] but when it bounced back for the second
> time it showed the Return-Path as [EMAIL PROTECTED] (where
> devel.danen.net is the hostname for this computer). Since I can't
> quite change the hostname on the fly, does anyone know how I can fix
> this?
The Return-Path is set by qmail upon mail delivery. Entries in the
header are AFAIK ignored. The return-path setting is copied from the
sender part of the mail envelope!
Try something like
set sendmail="/var/qmail/bin/qmail-inject -ffoo@bar"
in your muttrc in order to set the mail envelope from to foo@bar.
(Assuming that qmail is installed on your local smtp box)
HTH
Frank