Ronald Wiplinger <[EMAIL PROTECTED]> writes:Thanks that helped to avoid the syntax error, but it is not included. I tried the value as ADDED_HEADERS_SERVER and as ADDED_HEADERS_CLIENT. What do I miss now?
I try to use in /etc/tmdarc a setting of X-Primary-Address:
ADDED_HEADERS_SERVER = { "X-Primary-Address:" "[EMAIL PROTECTED]" % os.environ["USER"] }
I get a syntax error! What do I do wrong?
You're just missing a colon.
ADDED_HEADERS_SERVER = { "X-Primary-Address:" : "[EMAIL PROTECTED]" % os.environ["USER"] } ---^-- Add the colon to separate the header name from its value.
There are only two X- lines in the message:
X-Accept-Language: en-us, en, zh-tw (seems to come from Mozilla)
and
X-Virus-Scanned: by amavis-milter (http://amavis.org/)
bye
Ronald
-- Ronald Wiplinger (CEO of ELMIT) http://www.elmit.com +886 (0) 915 653-452 - I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
