]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Coded up the "bounce" functions. Still a coupla bugs.
[citadel.git] / citadel / ChangeLog
index 8fb8b16d743cbc4e3c91be8ff4bb690a4e8a3fc8..d9be4ed01fad062d307ad4de338eded2ce342b03 100644 (file)
@@ -1,4 +1,24 @@
 $Log$
+Revision 1.464  2000/02/18 22:29:18  ajc
+* Coded up the "bounce" functions.  Still a coupla bugs.
+
+Revision 1.463  2000/02/18 05:10:50  ajc
+* Made the <.ASI> command a bit friendlier.
+* SMTP sender now pays attention to "smarthost" entries in the system's
+  Internet configuration, using them if one or more is present.
+
+Revision 1.462  2000/02/17 05:27:39  ajc
+* Got the "MAIL From:" command sending the correct data.  (unnnhhhhnnhhhh...)
+
+Revision 1.461  2000/02/16 22:06:26  ajc
+* Altered the display and conversion of RFC822 messages
+
+Revision 1.460  2000/02/16 03:43:28  ajc
+* Added the resolver library to the configure script
+
+Revision 1.459  2000/02/16 01:19:39  ajc
+* Vanquished the evil dn_expand() beast.  getmx() now seems to be working.
+
 Revision 1.458  2000/02/14 04:36:14  ajc
 * sysdep.c: added new event hook type EVT_TIMER.  Timer event hooks are called
   once per minute by any worker thread.