[PATCH] aiaiai-email-lda: use the References mail header

Robert Jarzmik robert.jarzmik at free.fr
Fri Nov 7 12:49:51 PST 2014


Robert Jarzmik <robert.jarzmik at free.fr> writes:

> Artem Bityutskiy <dedekind1 at gmail.com> writes:
> Well, I tried, this doesn't work anymore. The mail reason I think is that for
> each sentence such as :
> to="$(formail -c -z -x "To:" < $mail)"
>                                 \-> here $mail is actually quoted I think.
Actually if I understand correctly the man page:
Command Substitution:
        If the substitution appears within double quotes, word splitting and
        pathname expansion are not performed on the results.

That would mean $mail doesn't need quoting.

But anyway I'm still voting for removing this part from the patch, shell will
never be a friend of my :)

Cheers.

--
Robert



More information about the aiaiai mailing list