aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-30 07:49:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-30 07:49:33 +0000
commit2ed457b30398704e63d4f64a8d3e650057ec3efb (patch)
treec6d2a7ccbc888ab3568da38e87328787840ef004
parent366dd1cb3c250a41574829f5f8379dab08824408 (diff)
downloadfetchmail-2ed457b30398704e63d4f64a8d3e650057ec3efb.tar.gz
fetchmail-2ed457b30398704e63d4f64a8d3e650057ec3efb.tar.bz2
fetchmail-2ed457b30398704e63d4f64a8d3e650057ec3efb.zip
No 1894.
svn path=/trunk/; revision=2295
-rw-r--r--NEWS4
-rw-r--r--design-notes.html6
-rw-r--r--fetchmail.man5
3 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0888061d..74646f26 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@
fetchmail-4.7.3 ():
* Added new FAQ item G11 and added material to R1.
-* Do a full antispam check on the EOM response in case the MTA does
- content analysis.
+* Do a full antispam check on the EOM response in case the local MTA does
+ content analysis of the message body.
There are 246 people on fetchmail-friends and 329 on fetchmail-announce.
diff --git a/design-notes.html b/design-notes.html
index 2e7a55da..0501f520 100644
--- a/design-notes.html
+++ b/design-notes.html
@@ -10,7 +10,7 @@
<table width="100%" cellpadding=0><tr>
<td width="30%">Back to <a href="/~esr/index.html">Fetchmail Home Page</a>
<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1998/11/26 03:58:51 $
+<td width="30%" align=right>$Date: 1998/12/30 07:49:33 $
</table>
<HR>
<H1 ALIGN=CENTER>Design Notes On Fetchmail</H1>
@@ -504,6 +504,8 @@ all shaped the design in one way or another.<P>
<DD> SMTP Service Extension for Delivery Status Notifications
<DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc1892.txt">RFC1892</A>
<DD> The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages
+<DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc1894.txt">RFC1894</A>
+<DD>An Extensible Message Format for Delivery Status Notifications
<DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc1893.txt">RFC1893</A>
<DD> Enhanced Mail System Status Codes
<DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc1894.txt">RFC1894</A>
@@ -528,7 +530,7 @@ all shaped the design in one way or another.<P>
<table width="100%" cellpadding=0><tr>
<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1998/11/26 03:58:51 $
+<td width="30%" align=right>$Date: 1998/12/30 07:49:33 $
</table>
<P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
diff --git a/fetchmail.man b/fetchmail.man
index 9531d060..d6467bf5 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1783,7 +1783,8 @@ MDA. For maximum safety, however, don't use an mda command containing
%F or %T when fetchmail is run from the root account itself.
.PP
Fetchmail's method of sending bouncemail requires that port 25 of localhost
-be available for sending mail via SMTP.
+be available for sending mail via SMTP. The bouncemail format conforms
+to 1892, but not yet to 1894.
.PP
Send comments, bug reports, gripes, and the like to the
fetchmail-friends list <fetchmail-friends@ccil.org>. An HTML FAQ is
@@ -1799,7 +1800,7 @@ SMTP/ESMTP:
RFC 821, RFC 1869, RFC 1652, RFC 1870, RFC1983, RFC 1985
.TP 5
mail:
-RFC 822, RFC 1892
+RFC 822, RFC 1892, RFC1894
.TP 5
POP2:
RFC 937