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

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

Re: Q: How do i change the headers the gnus Sends.


From: Reiner Steib
Subject: Re: Q: How do i change the headers the gnus Sends.
Date: Sun, 04 Dec 2005 19:56:48 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Sun, Dec 04 2005, My Haz wrote:

> I want change the "Sender: " header that gnus sends i tried
>
> (sender "My Haz")
>
> but that just adds a new header Orginal-Sender: 
>
> this is what i have so far
>
> (setq gnus-posting-styles
>   '((".*"
>      (name "My Haz")
>      (sender "My Haz")
>      (address "None@no.where")
>      (organization "None At This Time")
>      (signature-file "~/.sig"))))
>
> i would like to change the real "Sender:" 

(eval-after-load "message"
  '(add-to-list 'message-syntax-checks
                '(sender . disabled)))

This is the default in Gnus 5.10.

> and also maybe something about the message-id after the @ sig, i
> dunno, i would like to be able to change these however.

,----[ (info "(message)News Headers") ]
| `Message-ID'
|      This required header will be generated by Message.  A unique ID
|      will be created based on the date, time, user name (for the local
|      part) and the domain part.  For the domain part, message will look
|      (in this order) at `message-user-fqdn', `system-name',
|      `mail-host-address' and `message-user-mail-address' (i.e.
|      `user-mail-address') until a probably valid fully qualified domain
|      name (FQDN) was found.
`----

(`message-user-fqdn' doesn't exist in Gnus 5.9, though.)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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