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 "[EMAIL PROTECTED]")
> (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/
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english