mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
adb4174fa4
commit
796a6e526c
@@ -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'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user