masqmail
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 diff
1.1 --- a/src/smtp_out.h Thu Jul 01 13:09:40 2010 +0200 1.2 +++ b/src/smtp_out.h Thu Jul 01 13:11:38 2010 +0200 1.3 @@ -23,7 +23,7 @@ 1.4 #include <netdb.h> 1.5 1.6 #define SMTP_BUF_LEN 1024 1.7 -#define SMTP_SIZE_ADD 1024 1.8 +#define SMTP_SIZE_ADD 1024 /* add to the size of a message */ 1.9 1.10 #define SMTP_INITIAL_TIMEOUT 5*60 1.11 #define SMTP_CMD_TIMEOUT 5*60