https://bugs.exim.org/show_bug.cgi?id=2827
Bug ID: 2827
Summary: bounce generated by exim gets too long lines breaching
message_linelength_limit limit
Product: Exim
Version: 4.95
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Delivery in general
Assignee: unallocated@???
Reporter: arekm@???
CC: exim-dev@???
exim 4.95, noticed frozen message in queue. Attempt to delivery failed:
LOG: MAIN
** someone@??? F=<> P=<> R=to_world_bounce T=remote_smtp: message
has lines too long for transport DT=0.000s
>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
but it's a bounce, generated on this system.
# awk ' {print length ":" $0 } ' /var/spool/exim/input/P/1miDrP-0004EL-SU-D |
sed -e 's#here-was-original-16-characters-domain#1234567890123.pl#g' | grep -E
"^[0-9]{3}"
1012:References: <00de01d7cca9$1faa9010$5effb030$@???>
<000601d7d080$db63c8a0$922b59e0$@???>
<000601d7d081$42a97780$c7fc6680$@???>
<001a01d7d082$86f26f40$94d74dc0$@???>
<003e01d7d083$8e108720$aa319560$@???>
<007001d7d085$b025bd10$10713730$@???>
<016901d7d08e$28fb99f0$7af2cdd0$@???>
<000601d7d08f$e41ac7a0$ac5056e0$@???>
<005b01d7d092$2c973a70$85c5af50$@???>
<007501d7d092$9ea82020$dbf86060$@???>
<009d01d7d093$f0e8fd90$d2baf8b0$@???>
<00cc01d7d094$e6187a20$b2496e60$@???>
<00f601d7d095$cc41fc60$64c5f520$@???>
<012a01d7d096$ed322fc0$c7968f40$@???>
<015701d7d097$e956add0$bc040970$@???>
<017b01d7d099$1ac17a20$50446e60$@???>
<020501d7d09b$6dc738c0$4955aa40$@???>
<021801d7d09b$d0ca8300$725f8900$@???>
<023a01d7d09c$f31d0580$d9571080$@???>
<027001d7d09d$bb218ce0$3164a6a0
186:Thread-Index:
AdfMqF9GKg/E6vf/QPm7eEfN6pNZ6gD189cAAAAx0DAAAGB94AAAQSpAAACJESAAAh6qMAAAbl0AAABZ25AAAFSiEAAAVatwAAA8nkAAADlZkAAAHe6QAABpU8AAAB0usAAAiFMAAABPYmAAAE2QkAAAMquAAAA/j+AAAHqgwA==
#
so that line is 1012 bytes long (and the limit is 998).
Something tried to split that header (or it was split in original message)
because last entry is split into one new line, too:
# awk ' {print length ":" $0 } ' /var/spool/exim/input/P/1miDrP-0004EL-SU-D
...
1012:References: <00de01d7cca9$1faa9010$5effb030$@???>
<000601d7d080$db63c8a0$922b59e0$@???>
<000601d7d081$42a97780$c7fc6680$@???>
<001a01d7d082$86f26f40$94d74dc0$@???>
<003e01d7d083$8e108720$aa319560$@???>
<007001d7d085$b025bd10$10713730$@???>
<016901d7d08e$28fb99f0$7af2cdd0$@???>
<000601d7d08f$e41ac7a0$ac5056e0$@???>
<005b01d7d092$2c973a70$85c5af50$@???>
<007501d7d092$9ea82020$dbf86060$@???>
<009d01d7d093$f0e8fd90$d2baf8b0$@???>
<00cc01d7d094$e6187a20$b2496e60$@???>
<00f601d7d095$cc41fc60$64c5f520$@???>
<012a01d7d096$ed322fc0$c7968f40$@???>
<015701d7d097$e956add0$bc040970$@???>
<017b01d7d099$1ac17a20$50446e60$@???>
<020501d7d09b$6dc738c0$4955aa40$@???>
<021801d7d09b$d0ca8300$725f8900$@???>
<023a01d7d09c$f31d0580$d9571080$@???>
<027001d7d09d$bb218ce0$3164a6a0
72: $@1234567890123.pl>
<028c01d7d09e$c1168e10$4343aa30$@???>
Also for reference:
https://bugs.exim.org/show_bug.cgi?id=1760
--
You are receiving this mail because:
You are on the CC list for the bug.