[exim] How do you use $run in an ACL?

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-users
New-Topics: [exim] How do you use $run in an ACL - SOLVED
Subject: [exim] How do you use $run in an ACL?
I'm trying to run a command and return the result into a variable in an
ACL. How do you do that? The docs needs an example.

The command examples are:

date +%s
date --d $h_date: +%s

Thanks in advance.