OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Jacek Masiulaniec (jacekmcvs.openbsd.org)
Date: Thu Sep 17 2009 - 19:04:26 CDT


CVSROOT: /cvs
Module name: src
Changes by: jacekmcvs.openbsd.org 2009/09/17 18:04:26

Modified files:
        usr.sbin/smtpd : control.c enqueue.c smtp.c

Log message:
Remove useless Received line added at the /usr/sbin/sendmail stage, it
was not correctly formatted anyway. Recording of sender uid has
been moved to the server process (getpeereid), which means it is not
subject to forgery.
Based on problem report by Michael Lechtermann <michaellechtermann.net>