From 72960fcc58798bb238161c6d1a52bc6e9d637cce Mon Sep 17 00:00:00 2001 From: The PCI ID Mail Robot Date: Mon, 26 May 2025 10:18:32 +0200 Subject: [PATCH] mailbot: fix obsolete addresses --- scripts/mailbot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 <