CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/08/20 15:14:17
Modified files:
usr.sbin/smtpd : filter_api.h smtpd.h
Log message:
MAX_LINE_SIZE is supposed to define the max length of a SMTP line ...
.. but SMTP_LINE_MAX *also* defines it ... with a different value ...
and did I mention both were too small anyway ?
quick fix until we kill one or the other: bump MAX_LINE_SIZE and define
SMTP_LINE_MAX to be MAX_LINE_SIZE. this fixes the immediate issue while
we decide which one bites the dust.
fixes the crashes and "line too long" errors spotted by todd@
ok todd@, ok chl@