Commit 0da54387 0da543877ea7e975b9d916722597c6fdf85bfcb6 by Sergey Poznyakoff

Update

1 parent e0cbc2fb
2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
* include/mailutils/header.h (MU_HEADER_X_MAILER): New define
* mail/send.c (mail_send0): Use MU_HEADER_X_MAILER
* mh/replcomps: Remove X-Mailer. Send will add it if needed.
* mh/replgroupcomps: Likewise
* mh/send.c (read_mts_profile): Support localname and localdomain
variables.
(read_mts_profile): Support x-mailer variable.
* NEWS: Updated
2006-01-23 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/mail.h (exec_compl): New prototype
......
GNU mailutils NEWS -- history of user-visible changes. 2006-01-20
GNU mailutils NEWS -- history of user-visible changes. 2006-01-24
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -31,6 +31,18 @@ message). The default is `set recursivealiases noinplacealiases'.
* imap4d: New option --create-home-dir: If a user logs in and his home
directory does not exist, create it.
* Changes in MH
** send
Add support for localname and localdomain mtstailor variables.
New mtstailor variable x-mailer controls whether to add the 'X-Mailer'
header to the message being sent, if it does not contain one. The
the value 'yes' means to add the default X-Mailer string, the value
'no' means to ignore it. Any other value is taken as the X-Mailer
identifier to be added to the message.
* Bugfixes:
** mail: Fix handling of conditional expressions
** mail: When several recipients were specified, no alias expansion took
......