Re: [exim] Bug in string expansion of exim configuration?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jasen Betts
Datum:  
To: exim-users
Betreff: Re: [exim] Bug in string expansion of exim configuration?
On 2016-12-25, malcher <malcher@???> wrote:
> Am 24.12.2016 um 21:34 schrieb Jasen Betts:
>> On 2016-12-23, Forum <forum@???> wrote:
>>> Am 22.12.2016 um 20:22 schrieb Jasen Betts:
>>>
>>> As i remeber i did get the same error message in exim 4.84 before with the string without this parenthesis.
>>> "eval:10*${lookup" causes the same error crying for a parenthesis.
>>>
>>> But this string worked before in the delivery section of exim 4.80.
>>> Here the string that is currently in usage: "{${eval:10*${lookup mysql{ SELECT DISTINCT spam_threshold ..."
>>> So the behaviour of exim has changed.
>>>
>>> When i have a look at the documentation:
>>> http://www.exim.org/exim-html-current/doc/html/spec_html/ch-string_expansions.html
>>> i can't find anything about using normal ( parenthesis ). Everywhere {} is used, so i expected to use this.
>> It says parentheses in the second sentence in the section about ${eval:
>> and two of the example expressions in that section use parentheses.
>>
>
> Sorry - i don't find it.


this bit:

"     ${eval:<string>} and ${eval10:<string>}
"         These items supports simple arithmetic and bitwise logical
" operations in expansion strings. The string (after expansion) must be
" a conventional arithmetic expression, but it is limited to basic
" arithmetic operators, bitwise logical operators, and parentheses.


> For me the best way is always an example showing this case direct in the documentation section of
> "${eval:<string>} and ${eval10:<string>}"


you mean like like where it says:

  ${eval:(1+2)*3}          yields 9


and

${eval:-(~255&0x1234)} yields -4608

the exim documentation doesn't waste many words, some parts needed
several readings before I understood them.

--
This email has not been checked by half-arsed antivirus software