X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_smtp.c;h=75e9a4ef100e39aa13e8968ef0ace9f8518bcf3b;hb=83875cf99a93ec708989894477f3880cf4579630;hp=b7e78ea8cd379b7b077462086a6774917ccf3248;hpb=4fd426be85d2d1328742bafc2c7005aa114a5074;p=citadel.git diff --git a/citadel/serv_smtp.c b/citadel/serv_smtp.c index b7e78ea8c..75e9a4ef1 100644 --- a/citadel/serv_smtp.c +++ b/citadel/serv_smtp.c @@ -1,4 +1,10 @@ -/* $Id$ */ +/* + * $Id$ + * + * An implementation of RFC821 (Simple Mail Transfer Protocol) for the + * Citadel system. + * + */ #include "sysdep.h" #include