From 19453bfcb5ce3137e4ceb8b012956ebe345dcbb8 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 21 Jun 2011 16:35:05 +0000 Subject: use mailx --- mga-move-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mga-move-update b/mga-move-update index 55d8c77..9a60c55 100644 --- a/mga-move-update +++ b/mga-move-update @@ -58,7 +58,7 @@ if [ -z $dryrun ] then cat "$mailcontent" else - /usr/bin/mail -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" + /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" fi rm -f "$mailcontent" -- cgit v1.2.1