aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47fb4d6..872d67b 100644
--- a/Makefile
+++ b/Makefile
@@ -160,8 +160,9 @@ 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
+ uuid | email -s "toph->lawtech" -f eu@euandre.org andre@pilotis.net
+ uuid | email -s "lawtech->papo" -f andre@pilotis.net andre@papo.im
+ uuid | email -s "papo->toph" -f andre@papo.im eu@euandre.org
check: check-fixme \
check-dirty-public check-dirty-private check-dirty-pass \