summaryrefslogtreecommitdiff
path: root/src/qmail-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-send.c')
-rw-r--r--src/qmail-send.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qmail-send.c b/src/qmail-send.c
index e8b9de6..b58a727 100644
--- a/src/qmail-send.c
+++ b/src/qmail-send.c
@@ -147,7 +147,7 @@ int getinfo(stralloc *sa,datetime_sec *dt,unsigned long id)
struct stat st;
static stralloc line = {0};
int match;
- char buf[BUFFER_SMALL];
+ char buf[BUFSIZE_SMALL];
buffer b;
fnmake_info(id);
@@ -578,8 +578,8 @@ int injectbounce(unsigned long id)
int r;
int fd;
buffer bi;
- char buf[BUFFER_SMALL];
- char inbuf[BUFFER_SMALL];
+ char buf[BUFSIZE_SMALL];
+ char inbuf[BUFSIZE_SMALL];
static stralloc sender = {0};
static stralloc quoted = {0};
datetime_sec birth;
@@ -724,7 +724,7 @@ unsigned int concurrency[CHANNELS] = { 10, 20 };
unsigned int concurrencyused[CHANNELS] = { 0, 0 };
struct del *d[CHANNELS];
stralloc dline[CHANNELS];
-char delbuf[BUFSIZE_MESS];
+char delbuf[2048];
void del_status()
{
@@ -926,7 +926,7 @@ struct
int fd; /* defined if id; reading from {local,remote} */
seek_pos mpos; /* defined if id; mark position */
buffer b;
- char buf[BUFFER_SMALL];
+ char buf[BUFSIZE_SMALL];
}
pass[CHANNELS];
@@ -1142,7 +1142,7 @@ void pass_do()
/* this file is too long ------------------------------------- EXTERNAL TODO */
stralloc todoline = {0};
-char todobuf[BUFSIZE_MESS];
+char todobuf[2048];
int todofdin;
int todofdout;
int flagtodoalive;