]> Pileus Git - ~andy/fetchmail/commitdiff
Remove -oem from sendmail options.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 17 Jan 2003 14:54:23 +0000 (14:54 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 17 Jan 2003 14:54:23 +0000 (14:54 -0000)
svn path=/trunk/; revision=3787

design-notes.html
fetchmail.man

index 05bc53232a79211ccc4f7ce7f2471abc7f6d01e7..7bace2813256249bd8aa2a1da5770afc957d9475 100644 (file)
@@ -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>
 
index 2c51dd83fec3606e9340f5cd76e261be9474f481..3a5e29bbd26a211667190d8cfd6e467f53a45a71 100644 (file)
@@ -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