On 23.03.10,08:45, Michael Elkins wrote:
> On Tue, Mar 23, 2010 at 04:20:04PM +0100, Matthias Apitz wrote:
> > El día Tuesday, March 23, 2010 a las 11:13:00PM +0800, Jostein Berntsen 
> > escribió:
> > > When I receive a mail from a mailing list, is it an easy way im Mutt to 
> > > see which of my To: addresses the list is using?
> > 
> > just pipe the mail through:
> > 
> >  | fgrep 'for '
> 
> Here is an example of what that grep is meant to find in the Received
> header field:
> 
> Received: from gbnet.net (shtjevan.gbnet.net [194.70.142.36])
>         by sigpipe.org (Postfix) with ESMTPS id 9570318AFA4
>         for <m...@sigpipe.org>; Tue, 23 Mar 2010 00:01:12 -0700 (PDT)
>         ^^^^^^^^^^^^^^^^^^^^
> 
> There also may be some header fields added by your local MTA which
> indicate the envelope recipient address:
> 
> X-Original-To: m...@sigpipe.org
> Delivered-To: m...@sigpipe.org
> 
> me


Thanks. It seems like this header can also give the right result:

fgrep 'Original-recipient' | less



-- 
Jostein Berntsen <jber...@broadpark.no>

Reply via email to