Expansion of "${expand:${lookup mysql {SELECT arsubject FROM virtual
WHERE username='${quote_mysql:$local_part}' AND
domain='${quote_mysql:$domain}'}{$value}{Re: $header_subject:}}}" in
mysql_reply transport contains non-printing character 195
So, I guess I should somehow quote the final result of the expansion(s)
before I can use it as a subject.
My question is: which quoting operator would be most suitable for this?
Would just plain ${quote:<string>} do? Any other things I should be
aware of?