[exim-dev] [Bug 1406] SMTP backoff based on queue size

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1406] New: SMTP backoff based on queue size
Subject: [exim-dev] [Bug 1406] SMTP backoff based on queue size
https://bugs.exim.org/show_bug.cgi?id=1406

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #3 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/04403ab0b5778126d98d5c9dc8064405688129e0

commit 04403ab0b5778126d98d5c9dc8064405688129e0
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 10 21:39:44 2015 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Wed Feb 19 00:19:06 2020 +0000


    add queue_size variable.  bug 1406
----
 doc/doc-docbook/spec.xfpt    |  7 +++++
 doc/doc-txt/NewStuff         |  3 ++-
 src/src/daemon.c             | 36 ++++++++++++++++++++++----
 src/src/exim.c               |  2 +-
 src/src/expand.c             | 61 ++++++++++++++++++++++++++++++++++++++++++++
 src/src/functions.h          |  3 ++-
 src/src/globals.c            |  2 ++
 src/src/globals.h            |  2 ++
 src/src/macros.h             |  3 ++-
 src/src/queue.c              | 32 ++++++++++++++++-------
 test/confs/0621              | 22 ++++++++++++++++
 test/log/0621                | 11 ++++++++
 test/runtest                 |  3 +++
 test/scripts/0000-Basic/0621 | 19 ++++++++++++++
 test/stderr/0433             |  6 +++++
 test/stderr/0438             |  3 +++
 test/stderr/0609             |  1 +
 test/stderr/1007             |  8 ++++++
 test/stderr/2201             |  1 +
 19 files changed, 207 insertions(+), 18 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.