Package: Spamassassin Version: 4.0.0-6 Hello,
as described at https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8255 , after calling strace -s2048 -f sa-update -D --httputil wget on Debian Bookworm with perl 5.36.0 is executed execve("/usr/bin/wget", ["/usr/bin/wget", "-q", "--max-redirect=2", "--tries=3", "--dns-timeout=20", "--connect-timeout=30", "--read-timeout=300", "-O", "MIRRORED.BY", "-U", "sa-update/4.0.0 / svn1900642/4.0.0", "--", "http://sa-update.spamassassin.org/MIRRORED.BY https://spamassassin.apache.org/updates/MIRRORED.BY"], 0x55be2543f8a0 /* 16 vars */) = 0 and then the HTTP server receives GET /MIRRORED.BY%20https://spamassassin.apache.org/updates/MIRRORED.BY HTTP/1.1\r\n which cannot work (In theorly this GET /… can work, but in practice it fails). wget and thus sa-update return error. Kind regards Дилян

