From 93bad8a8f65f2d0d8744e66a6d30bc7290afdb93 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 15:54:54 -0300 Subject: Makefile: Add username@ to subject on "check-aliases" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3c84f6..22fcf1a 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ check-pod: check-aliases: for alias in abuse admin hostmaster postmaster; do \ - uuid | email -s "\"$$alias\" alias test from $$(hostname)" "$$alias@euandre.org"; \ + uuid | email -s "\"$$alias\" alias test from $$(id -un)@$$(hostname)" "$$alias@euandre.org"; \ done check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ -- cgit v1.2.3