From e5a1494a10f6c242c19c9461033e77d3f131b581 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 Mar 2023 07:00:21 -0300 Subject: Makefile: Add email across servers in check --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2a63e40..d5a0e33 100644 --- a/Makefile +++ b/Makefile @@ -153,6 +153,8 @@ check-aliases: for alias in abuse admin hostmaster postmaster; do \ uuid | email -s "\"$$alias\" alias test from $$(id -un)@$$(hostname)" "$$alias@euandre.org"; \ done + uuid | email -s "lawtech->toph" -f andre@pilotis.net + uuid | email -s "toph->lawtech" andre@pilotis.net check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ check-dirty-public check-dirty-private check-dirty-pass \ -- cgit v1.2.3