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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Perkel
Datum:  
To: exim-users
Neue Treads: [exim] How do you use $run in an ACL - SOLVED
Betreff: [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.