From 9e125932fca9b8c49117ecbc97b30f2c8212b189 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 15:22:06 -0300 Subject: Makefile: Add $(hostname) of sender in "check-aliases" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80f3722..f3c84f6 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" "$$alias@euandre.org"; \ + uuid | email -s "\"$$alias\" alias test from $$(hostname)" "$$alias@euandre.org"; \ done check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ -- cgit v1.2.3