diff src/smtp_out.h @ 119:1e2fd87d58ea

some annotations related to mail sending with SMTP SIZE
author meillo@marmaro.de
date Thu, 01 Jul 2010 13:11:38 +0200
parents 26e34ae9a3e3
children 8cddc65765bd
line wrap: on
line diff
--- a/src/smtp_out.h	Thu Jul 01 13:09:40 2010 +0200
+++ b/src/smtp_out.h	Thu Jul 01 13:11:38 2010 +0200
@@ -23,7 +23,7 @@
 #include <netdb.h>
 
 #define SMTP_BUF_LEN 1024
-#define SMTP_SIZE_ADD 1024
+#define SMTP_SIZE_ADD 1024  /* add to the size of a message */
 
 #define SMTP_INITIAL_TIMEOUT 5*60
 #define SMTP_CMD_TIMEOUT 5*60