Mailing List Archive

[Bug 2599] delivery of local emails is slow when multiple recipients are used, some being remote
https://bugs.exim.org/show_bug.cgi?id=2599

martynas@mc2.dev changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|REMIND |---
Status|RESOLVED |REOPENED

--- Comment #6 from martynas@mc2.dev ---
My colleague Jonas has collected the data needed:
[root@centos8 zxc]# exim -bp
1m 640 1kqwfM-00052H-UO <test22@bogdan8.com>
D jonas@martynas.it
bogdan8@bogdan8.com

13:14:21 19364 ??????result: false
13:14:21 19364 ????scanning: no}{yes}}
13:14:21 19364 ???expanding: no
13:14:21 19364 ??????result: no
13:14:21 19364 ????skipping: result is not used
13:14:21 19364 ?considering: yes}}
13:14:21 19364 ???expanding: yes
13:14:21 19364 ??????result: yes
13:14:21 19364 ???expanding: ${if or {{
!eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} }{
match{$h_precedence:}{(?i)bulk|list|junk} }{
match{$h_auto-submitted:}{(?i)auto-generated|auto-replied} }} {no}{yes}}
13:14:21 19364 ??????result: yes
13:14:21 19364 time on queue = 1s id 1kqwfM-00052H-UO addr bogdan8@bogdan8.com
13:14:21 19364 warning counts: required 0 done 0
13:14:21 19364 delivery deferred: update_spool=1 header_rewritten=0
13:14:21 19364 Writing spool header file:
/var/spool/exim//input/M/hdr.1kqwfM-00052H-UO
13:14:21 19364 DSN: **** SPOOL_OUT - address: <jonas@martynas.it> errorsto:
<NULL> orcpt: <NULL> dsn_flags: 0x0
13:14:21 19364 DSN: **** SPOOL_OUT - address: <bogdan8@bogdan8.com> errorsto:
<NULL> orcpt: <NULL> dsn_flags: 0x0
13:14:21 19364 Renaming spool header file:
/var/spool/exim//input/M/1kqwfM-00052H-UO-H
13:14:21 19364 Size of headers = 634

Full logs attached, forcing the queue sent the mail out.

--
You are receiving this mail because:
You are on the CC list for the bug.
[Bug 2599] delivery of local emails is slow when multiple recipients are used, some being remote [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2599

--- Comment #7 from martynas@mc2.dev ---
Created attachment 1354
--> https://bugs.exim.org/attachment.cgi?id=1354&action=edit
exim mainlog

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2599] delivery of local emails is slow when multiple recipients are used, some being remote [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2599

--- Comment #8 from martynas@mc2.dev ---
Created attachment 1355
--> https://bugs.exim.org/attachment.cgi?id=1355&action=edit
exim debug output

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2599] delivery of local emails is slow when multiple recipients are used, some being remote [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2599

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED

--- Comment #9 from Jeremy Harris <jgh146exb@wizmail.org> ---
Thanks; managed to duplicate the symptom.

By the way - you might prefer to avoid advertising cleartext AUTH methods
while in non-encrypted state.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2599] delivery of local emails is slow when multiple recipients are used, some being remote [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2599

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

--- Comment #10 from Git Commit <git@exim.org> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/94ecf089d68ac5b85c2a99177a8e4b4d35d5aa2e

commit 94ecf089d68ac5b85c2a99177a8e4b4d35d5aa2e
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Sun Dec 20 15:49:39 2020 +0000
Commit: Jeremy Harris <jgh146exb@wizmail.org>
CommitDate: Sun Dec 20 15:51:00 2020 +0000

fix local delivery delay when combined with remote callout/hold. bug 2599
----
doc/doc-docbook/spec.xfpt | 4 +-
doc/doc-txt/ChangeLog | 3 +
src/src/deliver.c | 16 +++-
test/confs/0580 | 28 +++++--
test/log/0580 | 18 ++--
test/log/0581 | 16 ++--
test/log/0582 | 2 +-
test/mail/0580.local | 10 +++
test/scripts/0000-Basic/0580 | 40 +++++++--
test/scripts/0000-Basic/0582 | 7 +-
test/stdout/0580 | 191 +++++++++++++++++++++++++++++++++++++++++++
11 files changed, 296 insertions(+), 39 deletions(-)

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##