aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-newalias
diff options
context:
space:
mode:
authorGustav Eek <gustaveek@student.gu.se>2011-03-14 20:54:34 +0100
committerGustav Eek <gustaveek@student.gu.se>2011-03-14 20:54:34 +0100
commit16ed1260dd2433d9c25cd550a06c175093416f58 (patch)
treec1caa0838e48db7a3b196186e2b8291facf4060f /fripost-newalias
parent0df2709e4588f653fa680f4820dd2d696749723f (diff)
parent68708cd2430d4da548673fd612c891413448fddf (diff)
Merge branch 'master' of https://github.com/skangas/fripost-tools
Diffstat (limited to 'fripost-newalias')
-rwxr-xr-xfripost-newalias4
1 files changed, 2 insertions, 2 deletions
diff --git a/fripost-newalias b/fripost-newalias
index 162f787..fb9acec 100755
--- a/fripost-newalias
+++ b/fripost-newalias
@@ -70,8 +70,8 @@ if (@addr == 0) {
say "No valid destination adresses. Aborting...";
exit 1;
}
-say "dest adress: " . (join " ", @addr);
-ask_if_ok_or_abort();
+say "from adress: " . (join " ", @addr);
+confirm_or_abort();
## Insert alias into database
for my $addr (@addr) {