CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/08/29 01:37:11

Modified files:
        usr.sbin/smtpd : table_static.c 

Log message:
Change the table parser logic. If the table is untyped, determine
its type by examining the first entry: if it contains a separator, type
is "mapping", otherwise type is "list".  All entries are then parsed
according to the table type.  The "list" type can also be forced by using
the "@list" directive in a comment. This allows to define list of entries
containing a separator.

Also, log parse errors.

ok gilles@

Reply via email to