CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/08/01 09:33:28
Modified files: usr.sbin/smtpd : smtp_session.c Log message: when receiving characters with the most significant bit set over a session not flagged with F_8BITMIME, clear the bit instead of permanently erroring the whole message. some mta's do not always request 8BITMIME when they are sending messages which are not 8bit clean, this lets us be less strict for them while not violating RFC ourselves. ok jacekm@