info-gnus-english
[Top][All Lists]
Advanced

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

Re: User-Agent X-Mailer headers in normal article view


From: Lars Tobias Børsting
Subject: Re: User-Agent X-Mailer headers in normal article view
Date: Fri, 15 Oct 2004 16:19:30 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (usg-unix-v)

"Tassilo Horn" <heimdall@uni-koblenz.de> writes:

> Lars Tobias Børsting <larstobi@itea.ntnu.no> writes:
>
>> I often find it useful to see which user agent the mail has been sent
>> with. Therefore I would like to get the article buffer to display the
>> User-Agent and the X-Mailer headers in the normal article view. Is
>> this easy to do? Any suggestions?
>
> (setq gnus-visible-headers
>       '("^From:"
>       "^To:"
>       "^Followup-To:"
>       "^Reply-To:"
>       "^Subject:"
>       "^Date:"
>       "^Newsgroups:"
>       "^Organization:"
>       "^User-Agent:"
>       "^X-Mailer:"))

I just found another useful header of the same type. Of course, there
seems to be no standard header to give away which user agent has been
used. Especially not for Microsoft. Anyway M$ Exchange produces an
"X-MimeOLE" header:

(setq gnus-visible-headers
      '("^From:"
        "^To:"
        "^Cc:"
        "^Followup-To:"
        "^Reply-To:"
        "^Subject:"
        "^Date:"
        "^Newsgroups:"
        "^Organization:"
        "^X-Mailer:"
        "^X-Newsreader:"
        "^X-Posting-Agent:"
        "^User-Agent:"
        "^X-Mailer:"
        "^X-MimeOLE:"))

So now, you are able to identify another bad-face. :-)

-- 
Lars Tobias Børsting


reply via email to

[Prev in Thread] Current Thread [Next in Thread]