Using Sendmail on MPE - April 2003

Using Sendmail on MPE - Solution Symposium West Page 44April 24, 2003
sending e-mail with
forged headers
1. /bin/cat - >message.txt
From: forger@foobar.com
To: someuser@some.host
Cc: otheruser@other.host
Bcc: secretuser@another.host
Subject: hello world
Hi there!
:EOD
2. /SENDMAIL/CURRENT/SENDMAIL -t
f forger@foobar.com
<message.txt
the –f option sets the message
envelope address, but a
warning header is included:
X-Authentication-Warning:
local.e3000.host: USER.ACCT
set sender to
forger@foobar.com using –f
genericstable and other options
can forge without traces