On 26 Sep 2005 at 21:33, Miguel Telleria de Esteban wrote about
"[exim] Extracting previous values o":
| I would like to know if there is a way in the ACL_DATA and ACL_MIME
| (i.e. previous to local_scan) to gather all the list of Received
| headers.
Sure. Once the message has been received (DATA ACL or later), all
headers are available.
RTFM "header_<header name>:", in this case $header_received: or
$h_received:.