nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Unexpected munging of outgoing message with nmh 1.6

2016-11-07 15:26:43
Hi Ken,

You know, just out loud ... it wouldn't surprise me if it only happens
with lines that start with "#"; I bet even though directives are
turned off, it's seeing a backslash as the directive line continuation
character.

Indeedy.  But presumably Tom is running with -nodirectives or uses an
`#off' in his draft?

    $ cat in
    before
    #define FOO \
        bar \
        xyzzy
    after
    $
    $ mhbuild - <in
    mhbuild: unknown directive "#define"
    $
    $ mhbuild -nodirectives - <in
    MIME-Version: 1.0
    Content-Type: text/plain; charset="us-ascii"
    Content-ID: 
<6028(_dot_)1478553743(_dot_)1(_at_)orac(_dot_)inputplus(_dot_)co(_dot_)uk>

    #define FOO     bar     xyzzy
    after

`before' goes AWOL too, but perhaps that's expected.

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>