[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mutt and forwarded mail



On Tue, Nov 25, 2003 at 12:25:09PM -0500, Emma Jane Hogbin wrote:
> I have mail being bounced from my school account. However it is a dumb
> system and not easily configured. It's a First Class system, for those
> of you who know it. For those of you who don't--be grateful.
> 
> My incoming mail from that address has the following headers:
> X-FC-AutoForward-By: "Person" <email@foo.com>
> From: "EmmaJane Hogbin" <myemail@bar.com>
>
> Is it possible to have mutt read the X-FC-AutoForward-By: line instead of
> the From: line if the From: line is me? Or would it be something other
> than mutt that handled this for me?

Sure. 

In mutt display the X-FC-AutoForward-By header instead of From:
   ignore *
   unignore Date: X-FC-AutoForward-By: To: Cc: Subject:

Or use procmail+formail to shift the value of X-FC-AutoForward-By -> From:
   :0 hfw
   * ^X-FC-AutoForward-By:
   | formail -i From -R X-FC-AutoForward-By From

-- 
Truly great madness can not be achieved without significant intelligence.
		-- Henrik Tikkanen



Reply to: