Bug#962847: exim4: takes forever to send a mail after sleeping

Andreas Metzler ametzler at bebt.de
Fri Jul 3 07:34:02 BST 2020


On 2020-07-02 Jeremy Harris <jgh at wizmail.org> wrote:
[...]
> Proposed fix is pushed upstream.  Some testing would be good.

Hello,

Thank you, I will upload to Debian/unstable soonish.

There is a typo in the patch on +fixes:

receive.c:1787:1: warning: implicit declaration of function 'exim_gettime'; did you mean 'exim_gettimg'? [-Wimplicit-function-declaration]
 1787 | exim_gettime(&message_id_tv);

--- exim4-4.94.orig/src/functions.h
+++ exim4-4.94/src/functions.h
@@ -234,7 +234,7 @@ extern void    msg_event_raise(const usc
 extern int     exim_chown_failure(int, const uschar*, uid_t, gid_t);
 extern const uschar * exim_errstr(int);
 extern void    exim_exit(int) NORETURN;
-extern void    exim_gettimg(struct timeval *);
+extern void    exim_gettime(struct timeval *);
 extern void    exim_nullstd(void);
 extern void    exim_setugid(uid_t, gid_t, BOOL, uschar *);
 extern void    exim_underbar_exit(int) NORETURN;

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



More information about the Pkg-exim4-maintainers mailing list