* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / citmail.c
index a484e6bd2c17467a58b1d9bf5aeb15aa2771ab1b..4842532cfa503a1b82d28c20e704536b236204ad 100644 (file)
@@ -1,12 +1,10 @@
 /*
- * 
- * Completely reworked version of "citmail"
- * This program attempts to act like a local MDA if you're using sendmail or
- * some other non-Citadel MTA.  It basically just forwards the message to
- * the Citadel SMTP listener on some non-standard port.
- *
  * $Id$
  *
+ * This program attempts to act like a local MDA if you're using sendmail or
+ * some other non-Citadel MTA.  It basically just contacts the Citadel SMTP
+ * listener on a unix domain socket and transmits the message.
+ *
  */
 
 #include "sysdep.h"