[Exim] $sender_address is blank after expansion

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Stefano Cobianchi
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] $sender_address is blank after expansion
I have a filter which pipes a message to an antivirus scanner
Here is the debug output:

The message is FROM pippo@??? TO
stefan@??? (this is the envelope, not
the header)

direct command:
argv[0] = /usr/local/rav8/bin/ravexim
argv[1] = $sender_address
argv[2] = $recipients
direct command after expansion:
argv[0] = /usr/local/rav8/bin/ravexim
argv[1] =
argv[2] = stefano@???

I'm using Exim 4.04
What's happening?

--
Stefano Cobianchi    | stefano@???
Tomato Interactive    | www.tomato.it


"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning."