aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/infrastructure/scripts/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/scripts/check.sh b/src/infrastructure/scripts/check.sh
index 53d088c..ae2abd5 100755
--- a/src/infrastructure/scripts/check.sh
+++ b/src/infrastructure/scripts/check.sh
@@ -75,5 +75,5 @@ uuid() {
}
for alias in abuse admin postmaster hostmaster; do
- uuid | mail -s "\"$alias\" alias test" "$alias@$(hostname)"
+ uuid | mail -s "\"$alias\" alias test from $(id -un)@$(hostname)" "$alias@$(hostname)"
done