From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] acct.pl: Change name of package in Error message - Bug#12772 Date: Fri, 18 Feb 2022 15:32:38 +0100 Message-ID: <20220218143239.5883-2-adolf.belka@ipfire.org> In-Reply-To: <20220218143239.5883-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7068783096580085696==" List-Id: --===============7068783096580085696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Change package name from squid accounting to proxy accounting in mail Subje= ct 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 e90d06ed3..681c81764 100755 --- a/src/squid-accounting/acct.pl +++ b/src/squid-accounting/acct.pl @@ -289,7 +289,7 @@ sub sendbill { my $msg =3D MIME::Lite->new( From =3D> $mail{'SENDER'}, To =3D> $mail{'RECIPIENT'}, - Subject =3D> "ERROR Squid Accounting", + Subject =3D> "ERROR Proxy Accounting", Type =3D> 'multipart/mixed' ); =20 --=20 2.35.1 --===============7068783096580085696==--