]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
acct.pl: Change name of package in Error message - Bug#12772
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 18 Feb 2022 14:32:38 +0000 (15:32 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 18 Feb 2022 22:09:00 +0000 (22:09 +0000)
- Change package name from squid accounting to proxy accounting in mail Subject line

Fixes: Bug#12772
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
src/squid-accounting/acct.pl

index e90d06ed385d04c8af948a90b09f763c5f54d0a2..681c8176467e797287b8cc68f8a3cf2ab89a17de 100755 (executable)
@@ -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'
                );