Norm wrote: > I don't know that whatnow's attach ever gave me a blank > Nmh-Attachment header. What you are probably referring to > was my request that send silently remove any such > headers. I asked for that so that users could put them in > their templates to be filled in, or left blank at > composition time.
I just committed the fix for that, but only in send(1). post(8) is coming. Also: Added check in send(1) of attach (default Nmh-Attachment) headers to ensure that only plain files are attached. Otherwise, it is a fatal error. Note that whatnow's attach will continue to allow attachment of directories because it expands those out to their contents. It doesn't check what the contents are, though. That's why we needed to add this check. It does the right thing with symlinks, as long as they dereference to plain files. David _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
