CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/02/11 02:24:26

Modified files:
        usr.sbin/smtpd : makemap.c smtpd.h table_static.c util.c 

Log message:
unify smtpd and makemap table parser

These are supposed to parse the same file format but have subtle
difference in the handling of comments, continuation lines and escaping.

Converge both to the simpler smtpd parser which doesn't handle
continuation lines nor escaping, and support comments only at the start
of the line.

improvements and ok millert@

Reply via email to