]> diplodocus.org Git - nmh/blob - NEWS
push.c: Move interface to own file.
[nmh] / NEWS
1 # NEWS - Release notes for nmh 1.7
2 #
3
4 Welcome to nmh, the new version of the classic MH mail handling system.
5 It's been over three years since the last release of nmh, and there have
6 been a number of significant changes since the last release. Long-time
7 MH and nmh uses should read careful the NOTEABLE CHANGES section, as there
8 are some significant changes to nmh behavior. Otherwise, please see the
9 README and INSTALL files for help on getting started with nmh.
10
11 ---------------
12 NOTABLE CHANGES
13 ---------------
14
15 The largest notable changes in the 1.7 release are:
16
17 - Complete unification of network security support. All network protocols
18 (currently, POP and SMTP) have been refactored to use a common set of
19 security routines. This means all protocols support all SASL mechanisms
20 (via the Cyrus-SASL library) and TLS. TLS support has been strengthened
21 to perform certificate name validation and to require TLS 1.1 as a
22 minimum protocol. Also, all protocols can make use of the OAuth2/XOAUTH
23 SASL mechanism, which is supported by gmail.
24 - send(1) now supports adding switches to post(8) based on the address or
25 domain of the email address in the From: header; this more easily allows
26 users to support multiple identities.
27 - A generic facility for passing arguments to filter programs in repl(1)
28 by use of the -convertargs switch.
29 - Native support for the manipulation of iCalendar requests; see mhical(1)
30 for more details.
31
32 ------------
33 NEW FEATURES
34 ------------
35
36 The following are new features for the 1.7 release of nmh:
37
38 - When building from source, configure will derive ${prefix} from an existing
39 nmh installation if it finds one in your $PATH.
40 - Added welcome message when nmh detects that its version changed.
41 - The default locations for configuration files and support binaries
42 have been changed. Configuration files now install into ${sysconfdir}/nmh,
43 and support binaries are placed in ${libexecdir}/nmh. If you are upgrading
44 an existing installation you should look for old configuration files in
45 ${sysconfdir} and merge any local customizations into the new files in
46 ${sysconfdir}/nmh, then remove the old files. ${libdir} will also contain
47 obsolete support programs that should be removed.
48 - All TLS connections now perform certificate validation (including hostname
49 matching) by default; can be disabled on a per-application basis.
50 - post now defaults to port 587 on 'smtp' message submission.
51 - A value of 0 for the width switch of scan(1), inc(1), ap(1), dp(1),
52 fmttest(1), and mhl(1) now means as many characters as the format
53 engine can produce [Bug #15274]. That amount is limited by internal
54 buffers.
55 - If a component has trailing whitespace, e.g., body:component="> ",
56 mhl now trims that whitespace off when filtering blank text lines.
57 - An "rtrim" flag has been added to mhl to remove any trailing
58 whitespace from filtered text lines. A corresponding "nortrim" flag
59 has also been added.
60 - Added getmymbox and getmyaddr mh-format(5) function escapes.
61 - New -[no]changecur, -fixtype, -decodetypes, and -[no]crlflinebreaks switches
62 have been added to mhfixmsg(1).
63 - mhfixmsg now removes an extraneous trailing semicolon from header
64 parameter lists.
65 - Added -convertargs switch to repl(1), to pass arguments to programs
66 specified in the user's profile or mhn.defaults to convert message
67 content.
68 - Added mhical(1), to display, reply to, and cancel iCalendar (RFC 5545)
69 event requests.
70 - Added multiply mh-format(5) function.
71 - "mhparam bindir" prints the path to the directory containing the public
72 executables (${bindir}).
73 - New "-prefer" switch for mhshow (and mhlist and mhshow), to allow specifying
74 the preferred content types to show, if present in a multipart alternative.
75 - mh-format now has %(kilo) and %(kibi) functions, to allow printing
76 numbers with SI or IEC quantities, e.g. "10K", "2.3Mi".
77 - Support for the -sendmail flag to send/post to change the sendmail
78 binary when using the sendmail/pipe MTS.
79 - Added support to send(1) to specify switches to post(1) based on address or
80 domain name in From: header line in message draft.
81 - post(8) -snoop now attempts to decode base64-encoded SMTP traffic.
82 - folder(1) -nocreate now prints a warning message for a non-existent folder.
83 - mhfixmsg(1) now allows -decodetext binary, though 8bit is still the default.
84 - inc(1) and msgchk(1) now support TLS encryption natively.
85 - All network protocols support the XOAUTH authentication mechanism.
86 - Support for SMTPUTF8 (RFC 6531) has been added. mhshow(1) already supported
87 RFC 6532, assuming all 8-bit message header field bodies are UTF-8 and use
88 of a UTF-8 locale.
89 - mhfixmsg now replaces RFC 2047 encoding with RFC 2231 encoding of name and
90 filename parameters in Content-Type and Content-Disposition headers,
91 respectively.
92 - If a message body contains 8-bit bytes, post(8) uses SMTP 8BITMIME if the
93 server supports it. If not, post fails with a message to the user to
94 encode the message for 7-bit transport.
95 - Fewer lseek(2)s will be used when reading headers in the common case.
96 - ./configure's --enable-debug has been removed; it did nothing.
97 - configure now defaults to enabling each of TLS and Cyrus SASL if the
98 necessary headers and libraries are found.
99 - Moved build_nmh to top-level directory.
100 - Better error reporting for connections to network services.
101
102 ---------
103 BUG FIXES
104 ---------
105
106 - The format scanner no longer subtracts 1 from the width. This has the
107 effect of no longer counting the trailing newline in the output of
108 scan(1), inc(1), and the other programs that rely on the format scanner.
109 - The first character of some very short (less than 4 characters) message
110 bodies is no longer dropped.
111 - Single-character headers can be reliably formatted, etc., instead of
112 apparently being missing.
113 - mhfixmsg now adds a Content-Transfer-Encoding header at the message level,
114 if needed after decoding text parts.
115 - mhbuild now checks whether all text parts need a Content-Transfer-Encoding
116 header, not just those with a character set not specified.
117 - mhbuild no longer parses lines that start with # as directives with
118 -nodirectives.
119 - repl now makes sure that any Fcc header in a replied-to message is not
120 copied into the outgoing draft by default, and that the -fcc switch
121 actually works in the absence of a Fcc header in the replied-to message.
122 - A Content-ID is generated for message/external-body entities as required
123 by RFC 2045, even if -nocontentid is supplied to mhbuild.
124 - post will now expand aliases on a "From" line when doing a BCC [Bug #51098].
125 - scan can now handle empty files without violating an assert [Bug #51693].
126 - An error when writing an error message, e.g. EPIPE, no longer causes
127 recursion until the stack is exhausted.
128
129 -------------------
130 DEPRECATED FEATURES
131 -------------------
132
133 - Support for the MHPDEBUG environment variable is deprecated and will be
134 removed from a future nmh release. Instead, use the -debug switch to pick.
135 - With the move of support binaries from ${libdir} to ${libexecdir}/nmh, the
136 mostly undocumented 'libdir' mhparam(1) component has been replaced by a
137 new 'libexecdir' component. 'libdir' will be removed in a future release.
138
139 -----------------
140 OBSOLETE FEATURES
141 -----------------
142
143 - The undocumented -queue switch to post was deprecated in nmh 1.6, and was
144 removed in this release.
145 - conflict(8) was deprecated in nmh 1.6, and was removed in this release.
146 - mhtest(8) was deprecated in nmh 1.6, and was removed in this release.
147 - msh(1) was deprecated in nmh 1.6, and was removed in this release.
148 - Support in alias files for the the "*" address-group (everyone) was
149 deprecated in nmh 1.6, and was removed in this release.
150 - Support for multiple hostnames in the "servers" entry of mts.conf has
151 been removed.
152 - Support in alias files for expanding aliases based on group membership
153 (=) and primary group (+) has been removed.
154
155 As always, feedback is welcome.
156
157 --
158 The nmh team
159 nmh-workers@nongnu.org
160
161 ----------------------------------------------------------------------------
162
163 #
164 # NEWS - Release notes for nmh 1.6
165 #
166
167 Welcome to nmh, the new version of the classic MH mail handling system.
168 It's been nearly two years since the last release of nmh, and there have
169 been a number of significant changes since the last release. Long-time
170 MH and nmh uses should read careful the NOTEABLE CHANGES section, as there
171 are some significant changes to nmh behavior. Otherwise, please see the
172 README and INSTALL files for help on getting started with nmh.
173
174 ------------
175 NEW FEATURES
176 ------------
177
178 The following are new features for the 1.6 release of nmh:
179
180 - All nmh programs will now warn about multiple profile entries for
181 the same non-null, non-comment component. In previous versions, all
182 but the first were silently ignored.
183 - mhmail now supports all post(8) options, or optionally can use
184 send(1) with all of its options. Its formerly undocumented -resent
185 switch has been documented. And it has new -attach, -headerfield,
186 and -send/-nosend switches.
187 - Default to flock() locking on OpenBSD and Darwin.
188 - Added -directives support to mhbuild(1) to control whether or not
189 mhbuild will honor MIME directives by default. And added support
190 for special #on/#off/#pop directives to control the MIME directive
191 processing state.
192 - Added -messageid switch to send(1) and post(8). This allows
193 selection of the style to use for generated Message-ID and
194 Content-ID header fields. The default localname style is
195 pid.time@localname, where time is in seconds, and matches previous
196 behavior. The random style replaces the localname with some
197 (pseudo)random bytes and uses microsecond-resolution time.
198 - Added -clobber switch to mhstore(1) to control overwriting of
199 existing files.
200 - Added -outfile switch to mhstore(1).
201 - Added -noall/-all switches to sortm(1). sortm -noall requires
202 a messages argument.
203 - $PAGER overrides the compiled-in default pager command.
204 - Added etc/scan.highlighted format file, as an example of how to
205 highlight/colorize the output of scan(1).
206 - inc(1) now supports a -port switch to specify the port used by the
207 POP server.
208 - pick(1) now decodes MIME-encoded header fields before searching.
209 - The VISUAL and EDITOR environment variables are now supported as fallbacks
210 if the user does not configure an editor entry in their profile.
211 - The format engine (mh_format(5)) now properly accounts for multibyte
212 characters when accounting for column widths.
213 - burst(1) now can burst MIME-formatted digests (messages that contain
214 message/rfc822 parts instead of messages formatted with RFC 934).
215 - All proc entries (showproc, moreproc, etc) can now accept entries that
216 contain spaces and shell metacharacters. If found, such entries will
217 either be space-split or processed by /bin/sh.
218 - A new program, fmttest(1) is included to help debug format files. See
219 NOTABLE CHANGES below.
220 - mhshow/mhstore now have support for RFC-2017 (access-type=url) for
221 external message bodies.
222 - Added -retainsequences switch to refile(1).
223 - A new program, mhfixmsg(1), is included to rewrite MIME messages with
224 various transformations. See NOTABLE CHANGES below.
225 - Added -[no]rmmproc switches to rmm(1).
226 - Added support for Content-Disposition header (RFC 2183) to mhstore(1)
227 and mhn(1) when used with -auto.
228 - All nmh commands now support transactional locking for sequence files.
229 See NOTABLE CHANGES below.
230 - There is no longer a per-folder maximum number of sequences.
231 - For the SMTP MTA TLS can now be negotiated at the beginning of the
232 connection with the -initialtls switch.
233 - Messages can now be selected using a relative offset from some other
234 message, or from the start or end of a sequence. See mh-sequence(5).
235 - The -changecur and -nochangecur switches have been added to mhlist(1).
236 - mhbuild(1) can now encode 8-bit message headers using RFC-2047 encoding
237 rules. See NOTABLE CHANGES below.
238 - The whatnow(1) attach feature will determine the content type of an
239 attachment using a program such as file --mime-type, if available at
240 configuration time. If not, it will use mhshow-suffix- entries as
241 before. The -v switch to attach causes it to display the mhbuild
242 directive that send(1) will use.
243 - mhbuild(1) now supports the -auto/-noauto flags (to be used by send(1)
244 when invoking mhbuild automatically).
245 - mhbuild(1) now is automatically run by send, to insure that all outgoing
246 messages have proper MIME formatting. See NOTABLE CHANGES below.
247 - A new header, "Attach", is supported by mhbuild; it is used to replace
248 previous functionality (which by default used a header named
249 Nmh-Attachment). See NOTABLE CHANGES below.
250 - The default Content-Transfer-Encoding for text parts is now 8bit.
251 - mhbuild(1) now supports a selectable Content-Transfer-Encoding
252 - If nmh was configured with iconv(3) support, mhshow will convert, if
253 necessary, the charset of text/plain content to match the user's
254 locale setting. See NOTABLE CHANGES below.
255 - Added support for %{charset} display string escape to mhshow(1).
256 - The MIME parsing and generating routines now support RFC 2231 extended
257 parameter information.
258 - mh-mime(7) now provides an introduction to nmh's MIME handling.
259 - mhshow(1) will now by default display all text content under one pager,
260 and display markers for non-text and non-inline content. The content
261 markers are changeable via mh-format(5). See NOTABLE CHANGES below.
262
263 -----------------
264 OBSOLETE FEATURES
265 -----------------
266 - Changed exit status of each nmh command's -version and -help
267 switches from 1 to 0.
268 - The following environment variables were deprecated in nmh 1.5
269 and removed from this release:
270 MHPOPDEBUG (use -snoop command line switch instead)
271 MM_NOASK (use -nolist and -nopause command line switches instead)
272 NOMHNPROC (use -nocheckmime command line switch instead)
273 FACEPROC (undocumented faceproc feature removed)
274 - Changed repl and dist default to -noatfile. The default of -atfile
275 was deprecated in nmh 1.5. If there are no requests to maintain
276 -atfile, it will be removed in the future.
277 - The undocumented -queue switch to mhmail has been removed.
278 - spost(8) has been merged into post(8). Its functionality is enabled
279 by selecting the sendmail/pipe mail transport method, described in
280 the mh-tailor(5) man page. The spost -noalias, -backup/-nobackup,
281 -push/-nopush, and -remove/-noremove switches are not supported by
282 post. Note that spost did not support -whom or Dcc, and neither
283 does post when using sendmail/pipe. And spost would expand blind
284 aliases and send them in the message; post with sendmail/pipe
285 refuses to do that. For backward compatibility, spost has been
286 replaced by a simple shell script that exec's post -mts
287 sendmail/pipe. See NOTABLE CHANGES below.
288 - Support for the undocumented and deprecated --enable-nmh-debug configure
289 flag has been removed.
290 - Support for encoding some characters designated as EBCDIC-unsafe
291 via the -ebcdicsafe and -noebcdicsafe switches to mhbuild has
292 been removed.
293 - The configure flag --with-pager has been removed; the default pager
294 is now hardcoded as "more". Users are still free to override the
295 default using the PAGER environment variable or entries in .mh_profile.
296 - The configure flag --with-editor has been removed; the fallback editor
297 if none is configured is "vi".
298 - The support for the undocumented NOPUBLICSEQ preprocessor definition
299 to disable public sequence support has been removed.
300 - Support for the -normalize and -nonormalize switches to the ali(1) and
301 ap(8) commands has been removed.
302 - "make install" no longer strips executables. Use "make install-strip"
303 instead.
304 - The environment variable MM_CHARSET to indicate the native character
305 set is no longer supported. The native character set will be solely
306 determined by the locale settings.
307 - Temporary files are stored in the first non-null location of
308 {MHTMPDIR environment variable, TMPDIR environment variable, MH Path}.
309 They are no longer be stored in the location specified by the TMP
310 environment variable.
311 - Instead of printing PostScript attachments, by default, from mhshow,
312 try to find a suitable viewer.
313 - Support for parallel display of multipart/parallel content has been
314 removed from mhshow; all multipart content will be displayed in
315 serial.
316 - Support for -pause/-nopause switches on mhshow has been removed.
317
318 -------------------
319 DEPRECATED FEATURES
320 -------------------
321 - The undocumented -queue switch to post is deprecated/obsolete
322 and will be removed in the next release. It supports the
323 SMTP XQUE verb, which is obsolete according to
324 http://smtpfilter.sourceforge.net/esmtp.html
325 - conflict(8) is deprecated and will be removed from the next release.
326 - mhtest(8) is deprecated and will be removed from the next release.
327 - msh(1) is deprecated and will be removed from the next release.
328 - Support in alias files for the the "*" address-group is obsolescent
329 and will be removed in a future release.
330
331 ---------
332 BUG FIXES
333 ---------
334
335 - Replaced utilities that operate on pbm files with those that operate
336 on pnm files in etc/mhn.defaults [Bug #15152].
337 - Removed obsolete BUGS section at end of rcvstore(1) man page [Bug #4361].
338 - Fixed -nocc me doesn't account for Alternate-Mailboxes [Bug #36635].
339 - Propagate Mail-Followup-To [Bug #5571].
340 - "mark -sequence cur -delete all" now works for cur as well as any
341 other sequence, to allow clearing of the current message indication.
342 - The first alias contained in a blind list is now expanded. The
343 mh-alias(5) man page was updated to show that blind lists must not
344 be terminated with, or contain, a trailing semicolon [Bug #15604].
345 - Fixed sendfiles(1) to always provide a From: address. Also, updated
346 its switches.
347 - Fixed pick(1) to properly unfold multiple-line header fields by
348 removing newlines instead of replacing them with spaces [Bug #15215].
349 - Removed the artificial limit of 1000 messages at a time for rmmproc.
350 - Fixed decoding of header fields when they contain a character that
351 can't be converted.
352 - post(8) -sasl now honours username in .netrc [Bug #23168]. whom(1),
353 send(1), inc(1), and msgchk(1) also benefit from this fix. And, nmh
354 now supports specification of any valid filename in place of
355 $HOME/.netrc.
356 - Added quoting of local part of invalid address in message being
357 replied to [Bug #26780].
358 - Fix segmentation faults for %(putlit) and %(zputlit) format escapes when
359 the "str" register was NULL.
360 - Encode and decode text MIME types with canonical line breaks properly.
361 - mhstore(1) now obeys its -noverbose switch.
362 - Properly report the input filename when mhbuild encounters errors.
363 - Set the content-transfer-encoding properly when attaching message/rfc822
364 content.
365
366 ---------------
367 NOTABLE CHANGES
368 ---------------
369
370 The biggest changes in this release are in the arena of MIME handling.
371 Specifically relating to MIME composition and display. On the
372 composition front, mhbuild(1) will now automatically be run by send(1)
373 for all drafts. Specifically, mhbuild is now run with the new -auto
374 flag, which will suppress the processing of mhbuild directives and cause
375 mhbuild to silently exit if the draft is already MIME-formatted. When
376 invoking mhbuild manually via the "mime" command at the WhatNow? prompt,
377 mhbuild will behave as before and process mhbuild directives.
378
379 In both cases (automatic and manual invocation) mhbuild will encode email
380 headers according to RFC-2047 rules. Mhbuild also will use RFC 2231
381 encoding rules for MIME parameters when appropriate. In addition, the
382 attach system has been substantially reworked; the new header name is
383 now "Attach" (to better align with other MUA behavior) and cannot be
384 changed by the end-user. The existing "attach" command simply adds
385 the filename(s) to the draft in new Attach: headers, and the actual
386 file processing is done by mhbuild; this attachment processing will
387 take place in either automatic or manual mode.
388
389 On the display front, mhshow(1) will now automatically convert text
390 into the user's native character set using iconv, if nmh was built
391 with iconv support. Also, mhshow will now by default only display
392 text content that was not marked as an attachment. By default all
393 displayed content wll be run under one pager, as opposed to individual
394 pagers for each part as was in the past. Non-displayed parts will be
395 indicated using a marker string, which can be customized by a new
396 mh-format(5) string.
397
398 All nmh utilities now understand RFC 2231-encoded MIME parameters and
399 will automatically convert the encoded parameters into the native
400 character set, when appropriate (again, assuming nmh was built with
401 iconv support).
402
403 In other changes, sequence files are now locked using transactional
404 locks: locks that are held across sequence file reading, modification,
405 and writing. The locking algorithm used for spool files and nmh data
406 files is now runtime configurable.
407
408 For people that struggle with mh-format(5) files, a new utility for testing
409 them has been developed: fmttest(1). It includes the ability to trace the
410 execution of format instructions.
411
412 For users that wish to use Unix utilities on their mail, a new utility
413 to transform MIME messages to more easily-digestable format is now
414 available: mhfixmsg(1). It supports a number of options to control
415 the message transformation.
416
417 For users of spost(8), the support for spost has been rolled into post(8)
418 under a new sendmail/pipe MTS. A shell script emulating the old behavior
419 of spost has been provided.
420
421 As always, feedback is welcome.
422
423 --
424 The nmh team
425 nmh-workers@nongnu.org
426
427 ----------------------------------------------------------------------------
428
429 #
430 # NEWS - Release notes for nmh 1.5
431 #
432
433 Welcome to nmh, the new version of the classic MH mail handling
434 system. Long-time MH and nmh users should read carefully the NOTABLE
435 CHANGES section, as there are some subtle but significant changes
436 to the way nmh now behaves. Otherwise, please see the README and INSTALL
437 files for help on getting started with nmh.
438
439 ------------
440 NEW FEATURES
441 ------------
442
443 The following are new features for the 1.5 release of nmh.
444
445 - Improved performance for TLS encryption of the SMTP protocol.
446 - MH-E and POP support are now always compiled in.
447 - The selection of a locking directory for dot-locking files is now
448 controllable via configure.
449 - fileproc and mhlproc mh-profile are now obeyed by send, rcvdist,
450 and whatnow.
451 - New mh-format instructions have been implemented: %(putlit),
452 %(concataddr), %(myhost), %(myname), %(localmbox). See mh-format(5)
453 for more details.
454 - Nmh's idea of the local mailbox is now configurable via a new profile
455 entry, Local-Mailbox. See mh-profile(5) for more details.
456 - comp, forw, and dist now process all component templates through
457 mh-format(5), and now all support new command line arguments -from,
458 -to, -cc, -fcc, and -subject.
459 - burst(1) now supports any valid message delimiter according to RFC 934.
460 - post(8) now requires a From: header in all drafts that it processes;
461 see NOTABLE CHANGES below for more details.
462 - post(8) can now explicitly control the SMTP envelope address either via
463 the Sender: header or the new Envelope-From: header.
464 - The -attach option is now the default for send (using the header
465 Nmh-Attachment) and -attachformat 1 is the default attachment type.
466 - repl and dist now support new switches -atfile and -noatfile to control
467 the creation of the ./@ link to the message being replied or
468 redistributed. The current default is -atfile.
469 - Support (if available) for readline editing and filename completion at
470 the WhatNow? prompt.
471 - Support for using an external command to filter the body of a message
472 through in mhl. See mhl(1) for more details, specifically, the
473 "format" keyword, the "formatproc" entry in mh-profile(5), and the
474 -fmtproc switch for mhl and repl.
475 - Preliminary support for improved MIME handling when replying to messages!
476 Yes, a long requested feature has a solution. A perl script
477 called replyfilter is available; it is designed to act as a mhl
478 external filter to process MIME messages in a more logical way.
479 It is available in $(srcdir)/docs/contrib/replyfilter or is
480 typically installed as $(prefix)/share/doc/nmh/contrib/replyfilter.
481 See the comments at the top of replyfilter for usage information;
482 it will likely require some adjustment for your site. replyfilter
483 requires the MIME-Tools and MailTools perl modules.
484
485 ----------------------------
486 OBSOLETE/DEPRECATED FEATURES
487 ----------------------------
488
489 The following features have either been removed completely or marked
490 as officially deprecated for removal in a future release of nmh.
491
492 - The creation of the ./@ link to the message being replied or
493 redistributed is deprecated; -noatfile will be the default in the
494 next release. If there are no requests to maintain -atfile it
495 will be removed in a future release.
496 - Old code enabled by the UCI preprocessor definition has been removed.
497 - All configuration options that were formerly only adjustable by editing
498 config.h have either been moved into configure or removed completely.
499 - Support for the built-in ftp client (used when dealing with external-body
500 message parts in MIME messages) has been removed.
501 - The following environment variables are marked as obsolete/deprecated.
502 Support for them will be removed from the next nmh release:
503 MHPOPDEBUG (use -snoop command line switch instead)
504 MM_NOASK (use -nolist and -nopause command line switches instead)
505 NOMHNPROC (use -nocheckmime command line switch instead)
506 FACEPROC (undocumented faceproc feature to be removed)
507 - The hostable option of mts.conf is no longer needed and has been removed.
508
509 ---------------
510 NOTABLE CHANGES
511 ---------------
512
513 The largest change is that post(8) now requires a From: header in all drafts
514 that it processes.
515
516 The impetus for this change has been the evolution of email and client
517 systems. When MH was first developed the norm was to have tightly managed
518 clients that were part of the same domain as a user's email address. This
519 is no longer a valid assumption, and the algorithm used by nmh to determine
520 the user's local mailbox is no longer a reasonable default.
521
522 Unfortunately, the way that nmh uses the user's local mailbox used to happen
523 very late in the message process; it was handled by post during message
524 submission. If no From: header exists in the current draft post would
525 insert one based on it's idea of the local mailbox, which was frequently
526 wrong.
527
528 After a long discussion within the nmh development community, it was
529 decided that the only reasonable way forward was to move the local mailbox
530 handling up a level and place it under more direct control of the end
531 user. post(8) no longer will try to determine the local mailbox name;
532 it will take that information from the draft message. Thus a From: header
533 is now required in all drafts.
534
535 As part of these changes, all message composition utilities now process
536 their component files using mh-format. All of the default component
537 files have been modified to include a From: header in them; this will
538 give the user a chance to see nmh's idea of the local mailbox and modify
539 it if desired. The new mh-profile(5) entry Local-Mailbox can be used
540 to adjust the local mailbox name if the system default is not appropriate.
541
542 So how should end-users adapt to these changes? Here are some suggestions:
543
544 1) If you use the default component files, everything should basically work
545 the same for you. You should see a From: header in the drafts of your
546 messages. If the address you see in the From: header is incorrect
547 you can change it via the Local-Mailbox profile entry. You can also
548 use the -from switch to change it on a per-command basis.
549
550 2) If you have custom component files that include a From: header or
551 you perform custom processing on drafts that end up placing a From:
552 header in the draft message, everything should work as before.
553
554 3) If you have custom component files that do NOT include a From: header
555 then you will have to adapt then to include a From: header. You
556 can either simply hard-code the correct From: header or use the
557 default component files as a guide (see mh-format(5) for more
558 details, specifically the %(localmbox) function).
559
560 The other significant change is the support for filters in mhl. Included
561 in the distribution is replyfilter, a filter designed for sane processing
562 of MIME messages during replies. Since this isn't as integrated into
563 nmh as we would prefer, it's included in the contrib directory as an
564 optional component. Please try it out and give us feedback.
565
566 --
567 The nmh team
568 nmh-workers@nongnu.org
569
570 ----------------------------------------------------------------------------
571
572 #
573 # NEWS - Release notes for nmh 1.4
574 #
575
576 This releases contains numerous bugfixes and a number of new features.
577 The new features include:
578
579 - SASL security layers (encryption) are now supported for the SMTP MTA.
580 - TLS is now supported for the SMTP MTA.
581 - inc can now incorporate mail from Maildir drops.
582 - You can now select the SMTP server and port from either "send" or a
583 user's mh_profile (you could always select the server; that option is
584 now documented). These are available via the -server and -port
585 switches.
586 - All networking code has been modified to use the new networking APIs
587 (getaddrinfo and friends). All networking code (with the exception of
588 the built-in ftp client) now supports IPv6.
589 - New commands 'new', 'fnext', 'fprev', and 'unseen' for showing folders
590 with unseen mail (or mail in any specified sequence), changing to next
591 such folder, changing to previous such folder, and scanning all such
592 folders, respectively. This is based on Luke Mewburn's 'new':
593 http://www.mewburn.net/luke/src/new
594 - nmh will no longer attempt to install a mhn.defaults file that causes
595 mhshow to open its own xterms.
596
597 A large chunk of old code has been garbage collected. Specifically,
598 support for APOP, RPOP, NNTP (including bboards) and MPOP is now gone.
599 Also gone is support for prefixing a \01 in the "servers" entry in
600 mts.conf to iterate over all servers on a named network.
601
602 ----------------------------------------------------------------------------
603
604 #
605 # NEWS - Release notes for nmh 1.3
606 #
607
608 It's been over two years since the 1.2 release; but the changes here are
609 mostly minor; largely bugfixes.
610
611 You should note that we have changed the default configuration to allow
612 all supported forms of address masquerading. For more details please see
613 the --enable-masquerade option to configure, and the mh-tailor and post
614 man pages.