From 796a6e526cb3eca6a047a48ad1bdcf273f74b38a Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 18 Feb 2022 15:32:38 +0100 Subject: [PATCH] acct.pl: Change name of package in Error message - Bug#12772 - Change package name from squid accounting to proxy accounting in mail Subject line Fixes: Bug#12772 Signed-off-by: Adolf Belka --- src/squid-accounting/acct.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squid-accounting/acct.pl b/src/squid-accounting/acct.pl index e90d06ed38..681c817646 100755 --- a/src/squid-accounting/acct.pl +++ b/src/squid-accounting/acct.pl @@ -289,7 +289,7 @@ sub sendbill { my $msg = MIME::Lite->new( From => $mail{'SENDER'}, To => $mail{'RECIPIENT'}, - Subject => "ERROR Squid Accounting", + Subject => "ERROR Proxy Accounting", Type => 'multipart/mixed' ); -- 2.39.5