------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=851 Summary: Syntax error in example for 'personal'
Product: Exim
Version: N/A
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: high
Component: Documentation
AssignedTo:
nigel@...
ReportedBy:
grin@...
CC:
exim-dev@...
http://www.exim.org/exim-html-current/doc/html/filter.html section 3.29, the
example is missing a colon:
"${if def h_auto-submitted:{present}{absent}}" is "absent" or
should be written as
"${if def:h_auto-submitted:{present}{absent}}" is "absent" or
(found since I needed a personal test without checking $local_part@$domain
clause... ;-))
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email--
## List details at
http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##