diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |