我已经写了这样的mailx命令
echo "${BDY_MSG}" | mailx -r <from_address> -s <subject> <to_address>
现在我需要设置这封邮件的优先级.我该怎么做?
unix
unix ×1