aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-02-07 10:16:16 -0300
committerEuAndreh <eu@euandre.org>2026-02-07 10:16:16 -0300
commit28c522a6314f0fc4f923560a66ffd2275031b275 (patch)
tree829b2a5102cec38a58e195c9d95901f55aab0c25
parentRevert "bin/gc: Re-enable" (diff)
downloaddotfiles-28c522a6314f0fc4f923560a66ffd2275031b275.tar.gz
dotfiles-28c522a6314f0fc4f923560a66ffd2275031b275.tar.xz
Makefile: Include papo.im in email circle check
-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 \