diff options
| author | EuAndreh <eu@euandre.org> | 2026-02-07 10:16:16 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-02-07 10:16:16 -0300 |
| commit | 28c522a6314f0fc4f923560a66ffd2275031b275 (patch) | |
| tree | 829b2a5102cec38a58e195c9d95901f55aab0c25 | |
| parent | Revert "bin/gc: Re-enable" (diff) | |
| download | dotfiles-28c522a6314f0fc4f923560a66ffd2275031b275.tar.gz dotfiles-28c522a6314f0fc4f923560a66ffd2275031b275.tar.xz | |
Makefile: Include papo.im in email circle check
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |
