[Bug 851] New: Syntax error in example for 'personal'

View: New views
2 Messages — Rating Filter:   Alert me  

[Bug 851] New: Syntax error in example for 'personal'

by grin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- 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/ ##

[Bug 851] Syntax error in example for 'personal'

by Bugzilla from nigel@exim.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=851

Nigel Metheringham <nigel@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Nigel Metheringham <nigel@...>  2009-07-02 12:44:02 ---
CVS commit by nm4:

Documentation example syntax fix. fixes: bug #851

--- CVS commit summary ---
1.8    1.9    +1 -1  -  exim/exim-doc/doc-docbook/filter.xfpt
1.564  1.565  +3 -1  -  exim/exim-doc/doc-txt/ChangeLog


--
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/ ##