[EXIM] Question about system filters

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Galen Hazelwood
Fecha:  
A: exim-users
Asunto: [EXIM] Question about system filters
I'm trying to run the following system filter, in order to make quiet
backups of all traffic going through.

# Exim filter
if (not error_message)
then
unseen pipe "/root/MailBackup $message_id $sender_address
\"$recipients\""
endif

Run on test messages, it works fine. Run in reality, I get this:

Expansion of "$recipients" from command "/root/MailBackup $message_id
$sender_address "$recipients"" in address_pipe transport failed: unknown
variable: recipients

But "recipients" should exist for system filters. The documentation
says so. I'm spelling it right. What am I doing wrong?

Thanks in advance,
--Galen Hazelwood

--
*** Exim information can be found at http://www.exim.org/ ***