From: The PCI ID Mail Robot Date: Mon, 26 May 2025 08:18:32 +0000 (+0200) Subject: mailbot: fix obsolete addresses X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=72960fcc58798bb238161c6d1a52bc6e9d637cce;p=pciids.git mailbot: fix obsolete addresses --- diff --git a/scripts/mailbot b/scripts/mailbot index 8a862b6..16a54e5 100755 --- a/scripts/mailbot +++ b/scripts/mailbot @@ -242,7 +242,7 @@ sub process sub mail_reply { my $reason = shift @_; - my $sendmail_opts = "-fvorner+iderr\@ucw.cz '$reply_plain' vorner+idecho\@ucw.cz"; + my $sendmail_opts = "-fmj+iderr\@ucw.cz '$reply_plain' mj+idecho\@ucw.cz"; if ($debug || $reply eq "") { print "$reason\n"; return; @@ -254,14 +254,14 @@ sub mail_reply print LOG "Unable to ask mailer for replying!!!\n"; exit 1; } - print MAIL "From: The PCI ID Robot \n"; + print MAIL "From: The PCI ID Robot \n"; print MAIL "To: $reply\n"; print MAIL "Subject: IDbot: $reason\n"; print MAIL "In-Reply-To: $msgid\n" if $msgid ne ""; print MAIL "\n"; print MAIL <