diff options
Diffstat (limited to 'mga-move-update')
-rw-r--r-- | mga-move-update | 2 |
1 files changed, 1 insertions, 1 deletions
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" |