aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-01-17 14:54:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-01-17 14:54:23 +0000
commitba6985896ad7b17c50fc9b60edb00443bd05dc60 (patch)
tree0221b1c7cd19ed607d4071a4783c37565970672e
parent8168008e1a6d137e08eec71a5a23fbe7d1c88041 (diff)
downloadfetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.tar.gz
fetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.tar.bz2
fetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.zip
Remove -oem from sendmail options.
svn path=/trunk/; revision=3787
-rw-r--r--design-notes.html6
-rw-r--r--fetchmail.man4
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 @@
<tr>
<td width="30%">Back to <a href="/~esr/index.html">Fetchmail Home Page</a></td>
<td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td>
-<td width="30%" align="right">$Date: 2002/07/30 13:31:18 $</td>
+<td width="30%" align="right">$Date: 2003/01/17 14:53:37 $</td>
</tr>
</table>
@@ -262,7 +262,7 @@ robust.</p>
<li>
<p>The multidrop handing does <em>not</em> 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.</p>
</li>
@@ -741,7 +741,7 @@ RFC2221 IMAP4 Login Referrals
<tr>
<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a></td>
<td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td>
-<td width="30%" align="right">$Date: 2002/07/30 13:31:18 $</td>
+<td width="30%" align="right">$Date: 2003/01/17 14:53:37 $</td>
</tr>
</table>
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