Re: [Exim] uucp and exim4

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Randy Bush
Datum:  
To: Vadim Vygonets
CC: exim users
Betreff: Re: [Exim] uucp and exim4
>>> I don't see why you need it there anyway
>> because i use transports other than uux, i.e. batching
>> and compressing, etc
> Ah, you also want to keep the parameter in the same file.,,
> Thus you need to do ${extract ...} (note that there are two
> different forms of this expansion directive).


not quite. extract seems to want the file to contain lines of
the type

key: subkey1=foo subkey2=bar

and my data are of the form

key: foo bar

i need the semantics of

$op (file, key) => s1 s2

randy