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: My Haz
Subject: Re: Q: How do i change the headers the gnus Sends.
Date: Mon, 05 Dec 2005 07:07:39 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Reiner Steib <reinersteib+from-uce@imap.cc> writes:

> 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.

This works well thanks.


Should i be running 5.10, this is the emacs that is up to date? In my
fbsd ports tree.


> > 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.)


I haven't tried this part yet, don't know hou go that pretty text
output either



-- 
~/~


reply via email to

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