CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/10 15:35:23
Modified files:
usr.sbin/smtpd : aliases.c mta.c parse.y smtpd.h
Log message:
- define MAX_LINE_SIZE which is the maximum length of a line we allow from
a client. it must be set to the highest value we have from all of
the extensions which are/will be implemented.
- replace all occurences of STRLEN define with MAX_LINE_SIZE, kill STRLEN
