[exim] sometimes we need a space following a variable?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Rich Lott - Artful Robot
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] sometimes we need a space following a variable?
Hi

I've had a lot of trouble with string expansion things, esp ${sg...}

e.g. this fails:  ${sg{$h_from}{me}{you}} while this doesn't e.g. this
fails:  ${sg{$h_from }{me}{you}}

- note space after $h_from.

Why is this? Have I misunderstood something?

Thanks,

Rich