From: Adolf Belka <adolf.belka@ipfire.org>
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 [thread overview]
Message-ID: <20220218143239.5883-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20220218143239.5883-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
- Change package name from squid accounting to proxy accounting in mail Subject line
Fixes: Bug#12772
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
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 = MIME::Lite->new(
From => $mail{'SENDER'},
To => $mail{'RECIPIENT'},
- Subject => "ERROR Squid Accounting",
+ Subject => "ERROR Proxy Accounting",
Type => 'multipart/mixed'
);
--
2.35.1
next prev parent reply other threads:[~2022-02-18 14:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-18 14:32 [PATCH 1/3] squid-accounting: Rename to proxy-accounting - bug#12772 Adolf Belka
2022-02-18 14:32 ` Adolf Belka [this message]
2022-02-18 14:32 ` [PATCH 3/3] acct.en.pl: Update to use proxy accounting - Bug#12772 Adolf Belka
2022-02-20 17:49 ` [PATCH 1/3] squid-accounting: Rename to proxy-accounting - bug#12772 Michael Tremer
2022-02-21 9:11 ` Adolf Belka
2022-02-21 11:23 ` Michael Tremer
2022-02-21 21:46 ` Peter Müller
2022-02-22 10:44 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220218143239.5883-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox