exim-users  

[exim] How to fix tod_log in variable

Sam
Thu, 11 Mar 2010 12:33:18 -0800

Hello everybody,

I need to identify the couple FROM - RCPT in the rcpt acl where there is 
no ID_message.

I need to fix tod_log in a variable and a randomize char in an otherone.

I' ve got this in the checkmail acl :

IDENTIFIANT = ${expand:$tod_log}
set acl_m3 = ${readfile{/proc/sys/kernel/random/uuid}}

Later in rcpt_acl when I read variable :

acl_m3 = XXXXXXXXX-XXXX-XXXX-XXXX     OK
IDENTIFIANT = ${expand:$tod_log}

So the value of tod_log is not fix in the variable the first time and 
change when I call it.

I've try with acl_m3=${expand:$tod_log} but it give the same thing.

Thanks a lot for the solution to fix tod_log in a variable.
Sam.

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
  • [exim] How to fix tod_log in variable Sam