Hi Stefano, On Sat, Jan 03, 2026 at 07:56:51PM -0400, Stefano Rivera wrote: > I assume $to isn't being set any more.
Indeed. A silly perl mistake, missing `shift`.
Can you try with the simple patch below.
$ cp /usr/bin/bts bts.pl
$ patch -p2 <<EOF
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -4026 +4026 @@ determine envelope sender (RCPT FROM).\n";
- my $rcpts;
+ my $rcpts = shift;
EOF
Thanks,
--Daniel
signature.asc
Description: PGP signature

