[EXIM] Some q. about recieved_header_text

Top Page
Delete this message
Reply to this message
Author: Andrey Chernomyrdin
Date:  
To: exim-users
Subject: [EXIM] Some q. about recieved_header_text
Hi!

In my exim config file I have:
receieved_header_text    =    "Received: \
                ${if def:sender_rcvhost \
                    {from ${sender_rcvhost}}\
                    {\
                       ${if def:sender_ident{from${sender_ident}}}
                       ${if def:sender_helo_name{ (helo=${sender_helo_name})}}
                    }\
                 }\
                \n\tby ${primary_hostname} (Exim ${version_number}) \
                ${if def:received_protocol {with ${received_protocol} }}\
                id ${message_id}\
                ${if def:received_for{\n\tfor $received_for}}"


I run exim in standalone mode /usr/exim/bin/exim -bd
All working fine...

After 12..18 hour any delivery is canceled. In panic_log I have records like:
- --
1999-02-28 00:33:06 10GrM9-0005VT-00 Expansion of "Received: ${if def:sender_rcvhost{from ${sender_rcvhost}}{${if def:sender_ident{from ${sender_ident}}}${if def:sender_helo_name{(helo=${sender_helo_name})}}}}\n\tby ${primary_hostname} (Exim ${version_number}) ${if def:received_protocol {with ${received_protocol} }}id ${message_id}${if def:received_for{\n\tfor $received_for}}" (received_header_text) failed: unknown variable: received_protocol
- --
Ok, I do:
- --
# kill -HUP `cat /var/run/exim.pid-bd`
- --
All ok, but after 12..18 hours the situation repeat again...

-- 
With Best,                      | http://www.excom.spb.su/~andrey
     Andrey Chernomyrdin        | mailto:andrey@excom.spb.su 


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