CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/12 12:22:49
Modified files:
usr.sbin/smtpd : aliases.c bounce.c control.c expand.c lka.c
mda.c mfa_session.c mta.c mta_session.c queue.c
smtp_session.c smtpctl.c smtpd-api.h smtpd.c
smtpd.h table_db.c table_static.c to.c util.c
Log message:
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
consistency and clarity. Remove useless and confusing extra byte in
a few arrays based on this define.
ok gilles@
