diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 14:55:05 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 14:55:05 +0200 |
commit | 25f74781424d5e13f0211c08cce8c2a1d60b9aec (patch) | |
tree | 92a1a19c59f8816dca604592d408184f48c3c4a3 /src/recipients.c | |
parent | f1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (diff) |
update to 4.3.08
Diffstat (limited to 'src/recipients.c')
-rw-r--r-- | src/recipients.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/recipients.c b/src/recipients.c index 955dbd0..40d7ffe 100644 --- a/src/recipients.c +++ b/src/recipients.c @@ -13,6 +13,8 @@ #include "case.h" #include "buffer.h" #include "auto_break.h" +#include "qmail.h" + #define FDAUTH 3 static stralloc key = {0}; @@ -50,7 +52,7 @@ int recipients_init() return 0; } -char rcptbuf[512]; +char rcptbuf[BUFSIZE_AUTH]; buffer br = BUFFER_INIT(safewrite,FDAUTH,rcptbuf,sizeof(rcptbuf)); int callapam(char *pam,char *addr) |