著者: Jeremy Harris 日付: To: exim-users 題目: Re: [exim] Parsing exim.conf
On 25/07/16 14:31, Mark Elkins wrote: > Exim version 4.87 #1 built 14-Jun-2016 17:41:10 > On 25/07/2016 12:53, Jeremy Harris wrote:
>> On 25/07/16 11:31, Mark Elkins wrote:
>>> Any logical reason why its designed like it is?
As the docs say
"Each element of the list is a list itself, space-separated by default"
... and the general description of lists describes how to get
a colon into an item in a colon-separated list: double it.
So, by extension, this space-sep list can have items with spaces
in them, if you double the space. So you handed it a single
item of "127.0.0.1 783", which didn't turn out good as an address.
That's the logic, as far as it goes.
--
Cheers,
Jeremy