Re: [exim] Error while checking expression with exim -be

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Error while checking expression with exim -be
On 14/03/2023 13:17, Victor Ustugov via Exim-users wrote:
> Office365 OAutn2 access token response size is over 4K)


You are seriously stretching the original intent of Exim's
string-handling with this.

[ Have you considered writing an Exim authenticator module? ]

> Entering this expression interactively
> many times will be very inconvenient.


a) you should be able to use stdin. If you are
having problems with it, they are probably from
the shell (as in Bourne Shell, Ksh, Csh) expanding
or dequoting things you didn't expect

b) recent version of the "-be" support let you
define macros and set variables
--
Cheers,
Jeremy