X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Feventclient%2Fserv_evventclient.c;h=bb13c9dee26e8b70f4e8f2b9463ccb57d79ff4e5;hb=3de7cf767571d26d4f4852577b080f9264d34f91;hp=4de6fff6add53efc2d4c938bc0fb1d8a639c4449;hpb=933901571bf3f9e41d77218ed044b9ea7a7198c2;p=citadel.git diff --git a/citadel/modules/eventclient/serv_evventclient.c b/citadel/modules/eventclient/serv_evventclient.c index 4de6fff6a..bb13c9dee 100644 --- a/citadel/modules/eventclient/serv_evventclient.c +++ b/citadel/modules/eventclient/serv_evventclient.c @@ -1,25 +1,4 @@ /* - * This module is an SMTP and ESMTP implementation for the Citadel system. - * It is compliant with all of the following: - * - * RFC 821 - Simple Mail Transfer Protocol - * RFC 876 - Survey of SMTP Implementations - * RFC 1047 - Duplicate messages and SMTP - * RFC 1652 - 8 bit MIME - * RFC 1869 - Extended Simple Mail Transfer Protocol - * RFC 1870 - SMTP Service Extension for Message Size Declaration - * RFC 2033 - Local Mail Transfer Protocol - * RFC 2197 - SMTP Service Extension for Command Pipelining - * RFC 2476 - Message Submission - * RFC 2487 - SMTP Service Extension for Secure SMTP over TLS - * RFC 2554 - SMTP Service Extension for Authentication - * RFC 2821 - Simple Mail Transfer Protocol - * RFC 2822 - Internet Message Format - * RFC 2920 - SMTP Service Extension for Command Pipelining - * - * The VRFY and EXPN commands have been removed from this implementation - * because nobody uses these commands anymore, except for spammers. - * * Copyright (c) 1998-2009 by the citadel.org team * * This program is free software; you can redistribute it and/or modify