CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/23 15:59:40
Modified files:
usr.sbin/smtpd : smtpd.h util.c
Log message:
add valid_message_id() and valid_message_uid() which test that a message id
and uid do not look wrong. this was not needed earlier because we only deal
with message id's coming from trusted sources, but smtpctl will soon have a
new feature which requires us to deal with user provided message id's.
