CVSROOT: /cvs Module name: src Changes by: c...@cvs.openbsd.org 2012/07/11 11:20:00
Modified files: usr.sbin/smtpd : util.c Log message: Don't respect RFC 5322, that allows some crazy characters in email localpart, like !#$&'*/=?^`{|}~ ... and all the other ones that can be double quoted, just refuse them. ok gilles@ eric@