------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1296
Phil Pennock <pdp@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pdp@???
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Phil Pennock <pdp@???> 2012-09-17 05:15:37 ---
Options and variables are not the same. You can assign to an option "foo", but
that does not mean that there exists a variable "$foo".
Both "received_header_text" and "smtp_banner" are options, which each take a
string which will be expanded when needed, and that string can contain
variables.
You can not use "$smtp_banner" or "$received_header_text" meaningfully in Exim,
they'd result in expansion failures for being unknown variables.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email