From ba6985896ad7b17c50fc9b60edb00443bd05dc60 Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond"
Date: Fri, 17 Jan 2003 14:54:23 +0000
Subject: Remove -oem from sendmail options.
svn path=/trunk/; revision=3787
---
design-notes.html | 6 +++---
fetchmail.man | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/design-notes.html b/design-notes.html
index 05bc5323..7bace281 100644
--- a/design-notes.html
+++ b/design-notes.html
@@ -18,7 +18,7 @@
Back to Fetchmail Home Page |
To Site Map |
-$Date: 2002/07/30 13:31:18 $ |
+$Date: 2003/01/17 14:53:37 $ |
@@ -262,7 +262,7 @@ robust.
The multidrop handing does not rely on doing the
-equivalent of passing the message to sendmail -oem -t. Instead, it
+equivalent of passing the message to sendmail -t. Instead, it
explicitly mines members of a specified set of local usernames out
of the header.
@@ -741,7 +741,7 @@ RFC2221 IMAP4 Login Referrals
Back to Fetchmail Home Page |
To Site Map |
-$Date: 2002/07/30 13:31:18 $ |
+$Date: 2003/01/17 14:53:37 $ |
diff --git a/fetchmail.man b/fetchmail.man
index 2c51dd83..3a5e29bb 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -409,12 +409,12 @@ errors; the nonzero status tells fetchmail that delivery failed and
prevents the message from being deleted off the server. If
\fIfetchmail\fR is running as root, it sets its userid to that of the
target user while delivering mail through an MDA. Some possible MDAs
-are "/usr/sbin/sendmail -i -oem -f %F %T", "/usr/bin/deliver" and
+are "/usr/sbin/sendmail -i -f %F %T", "/usr/bin/deliver" and
"/usr/bin/procmail -d %T" (but the latter is usually redundant as it's
what SMTP listeners normally forward to). Local delivery addresses
will be inserted into the MDA command wherever you place a %T; the
mail message's From address will be inserted where you place an %F.
-Do \fInot\fR use an MDA invocation like "sendmail -i -oem -t" that
+Do \fInot\fR use an MDA invocation like "sendmail -i -t" that
dispatches on the contents of To/Cc/Bcc, it will create mail loops and
bring the just wrath of many postmasters down upon your head.
.TP
--
cgit v1.2.3